We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c3ecd commit 20ca77aCopy full SHA for 20ca77a
content/projects/tinyrobotics.mdx
@@ -81,7 +81,7 @@ sudo make install # copies files in the include folder to /usr/local/include*
81
The code below demonstrates how to generate a model via a URDF and use kinematics and dynamics functions.
82
Numerous other examples are provided in the `examples` folder.
83
84
-```c++
+```cpp
85
// Parse URDF
86
const int n_joints = 5;
87
auto model = import_urdf<double, n_joints>("5_link.urdf");
0 commit comments