-
Notifications
You must be signed in to change notification settings - Fork 37
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
Should provide additional conversions #159
Comments
Made an upstream ticket for ROS messages to be typecastable from python to C++ : ros2/rosidl#723 |
Update :
|
@EricCousineau-TRI For pointclouds, IIUC, we need a conversion between the python and C++ ros message type (using something more efficient then serializing-deserializing) and then between the C++ pointcloud message and drake C++ type, right ? If I look at
Assuming we want the same for pointclouds, this would require 2 conversions :
|
Follow-up to #153.
This is primarily in service of ROS 2 development in Anzu. Integration with Drake is a close second, though.
We should either provide these here, or as a package in this workspace.
We should provide both C++ and Python conversions, and exercise them.
geometry_conversions.h
(either bindings, or reimplementations)\cc @IanTheEngineer @sloretz
The text was updated successfully, but these errors were encountered: