-
Notifications
You must be signed in to change notification settings - Fork 101
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
Draft: Foxy-devel #56
Conversation
Thanks for the PR! I'll look into it as soon as I find the time! |
FWIW, this is also working on galactic 👍
though this doesn't work
(http://docs.ros.org/en/api/trajectory_msgs/html/msg/JointTrajectoryPoint.html) Thanks a lot for doing this! Hope this gets merged soon! 💪 |
That's not supposed to work.
Maybe that works, but I think a better way would be this: "time_from_start": {"sec": 1, "nanosec": 0} |
fix for python setuptools install error
I have just finished converting this repo to ROS2 and released it (as I used as much as I could from this PR (thanks a lot, @relffok!). I ended up re-doing a lot of it in order to keep the Git history and have nice commits. Also, I've ended up copying and modifying rosidl_runtime_py.set_message.set_message_fields() and rosidl_runtime_py.convert.message_to_orderreddict instead of adapting the old implementation. The biggest thing that was missing from this PR (and from the It now passes all the original tests, so I'm very confident that it works just as before. |
Awesome, thank you. Glad I could contribute and looking forward to using it. |
Thanks again. Without you taking the initiative I wouldn't have done it. |
Hi there,
I started porting this to foxy a while ago. I also needed to port the tests, so there is no qualified statement whether this works as intended or not. I use it for the mir_bridge (see DFKI-NI/mir_robot#96) and it does it's job.
I'm sure there will be some issues (there are 2 failures I could not fix so far but unfortunately ported this a while ago and forgot about the PR), so feedback would be great on this!
Also since I renamed the package from
rospy_message_converter
torclpy_message_converter
I think a little bit of git history went missing. Sorry about that.