Skip to content

Commit 20ca77a

Browse files
committed
Update tinyrobotics.mdx
1 parent 71c3ecd commit 20ca77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/projects/tinyrobotics.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ sudo make install # copies files in the include folder to /usr/local/include*
8181
The code below demonstrates how to generate a model via a URDF and use kinematics and dynamics functions.
8282
Numerous other examples are provided in the `examples` folder.
8383

84-
```c++
84+
```cpp
8585
// Parse URDF
8686
const int n_joints = 5;
8787
auto model = import_urdf<double, n_joints>("5_link.urdf");

0 commit comments

Comments
 (0)