ROS support , example? #4851
chrissunny94
started this conversation in
General
Replies: 2 comments
-
Hi Chris! Where you able to successfully wrap your pybind with c++ in ROS2? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@immanueln98 , yes i had made some progress on this . Let me look into it and get back to you . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi , i am trying to understand how to properly wrap a C++ project using Pybind11 .
Kindly look at a FORK of FLOAM (Lidar Odometry and Mapping )
https://github.com/chrissunny94/floam , i have started integrating Pybind11 into this stack , but facing a lot of hurdles on this way .
Its a pressing issue for me and i want this as a reference for other people to properly use pybind11 with a proper project .
I am adding keywords for better reach
Here is an example of a part of the code i am trying to wrap using Pybind11 .
I am finding it hard to understand how to handle
Beta Was this translation helpful? Give feedback.
All reactions