You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,25 +175,23 @@ Here, you can install Pinocchio using:
175
175
sudo apt install ros-$ROS_DISTRO-pinocchio
176
176
```
177
177
178
-
This installs Pinocchio with HPP-FCL support and with Python bindings.
178
+
This installs Pinocchio with Coal support for collision checking and with Python bindings.
179
179
You can then use Pinocchio in your ROS packages by:
180
180
181
181
* Depending on Pinocchio in your `package.xml` config (`<depend>pinocchio</depend>`)
182
182
* Including Pinocchio via CMake (`find_package(pinocchio REQUIRED)`) and linking against Pinocchio (`target_link_libraries(my_library pinocchio::pinocchio)`)
183
183
184
-
We include support and hooks to discover the package for both ROS 1 and ROS 2.
185
-
Examples can be found at the following repositories:
We include support and hooks to discover the package for ROS build systems.
185
+
A ROS 2 example can be found in [this repository](https://github.com/sea-bass/pinocchio_ros_cpp_example).
188
186
189
187
Please note that we always advise including the `pinocchio/fwd.hpp` header as the first include to avoid compilation errors from differing Boost-variant sizes.
0 commit comments