[ros2] Port joint pose trajectory to ROS2#955
[ros2] Port joint pose trajectory to ROS2#955chapulina merged 2 commits intoros-simulation:dashingfrom
Conversation
|
I tried to build source packages from this PR but it didn't work (In more detail, my laptop froze while building the packages) Could I ask when this PR will be tested and released? Thank you in advance, |
@rjshim , we're currently working on several pull requests for ROS 2. This one should be reviewed and merged in the coming weeks, and released in a Dashing sync after that. If you need help building from source, you can ask for help at http://answers.gazebosim.org/ . |
|
@chapulina @shiveshkhaitan Any advice will be appreciated! |
We're mainly developing and running CI on Ubuntu Bionic, using both source builds and debian packages for the rest of ROS2. There are also users on OSX.
The screenshot you provided doesn't show any problems. Are you having problems with this branch specifically or do you also have trouble building the
In either case, it will be easier to help you if you provide information about your setup, what steps you've followed and what you've already tried to fix the issue. Have you checked your logs under your workspace's |
|
Thank you very much for the advice. I don't know the reason for the problem but I reinstalled Ubuntu and ROS and now building the packages succeeded. But it still often freezes when building that plugin package so I will take more time to figure out a solution for it and ask this question at the link you attached. Thank you, |
|
@osrf-jenkins run tests please |
chapulina
left a comment
There was a problem hiding this comment.
Works for me! There are some things which could be improved on the logic, but I think that goes beyond the scope of this PR, so we don't need to address that now.
Ready to merge once we have tests for the new convert functions. Thanks!
eab66ae to
dd4646d
Compare
chapulina
left a comment
There was a problem hiding this comment.
I rebased with dashing and it looks good to me. Will merge when CI comes back happy. 👍
* [ros2] Port joint pose trajectory to ROS2 * Add conversion tests Minor fixes

Port
gazebo_ros_joint_pose_trajectoryplugin to ROS2.Example:
Migration guide at ROS 2 Migration: Joint Pose Trajectory