-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'tf2_sensor_msgs' #471
Comments
Eventually, yes. But it is blocked by ros2/orocos_kinematics_dynamics#19 |
Same with |
Sorry for the basic question, but I find it quite challenging to understand what is ported and what is not from ROS1 to ROS2. |
The python part of the |
Implements the point cloud transformation in NumPy. This speeds up the transformation operation by 20000% for large point clouds (excluding the serialization and deserialization). The code needs some further testing but should work as it is. I also try to improve the performance of the serialization and deserialization as seen in ros2/common_interfaces#175. This adds NumPy as a dependency and drops the dependency on PyKDL which should solve #471. The API is also improved by adding proper interface descriptions. Signed-off-by: Florian Vahl <[email protected]> Co-authored-by: Abrar Rahman Protyasha <[email protected]>
just use the command: |
Imo. this issue can be closed as #509 is merged for a while now. |
It could not be build due to a missing dependency prior to #509 iirc.. It was therefore no binary was released. Check your package.xml dependency definitions and run rosdep again if you need to install it explicitly like you did. |
Yes, this was long ago enabled, and is currently available in all of our supported distributions. I'm going to close this one out. |
Is there any plan to include
tf2_sensor_msgs
?The text was updated successfully, but these errors were encountered: