-
Notifications
You must be signed in to change notification settings - Fork 195
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
Default to Cyclone DDS, remove deprecated time-param algorithms #519
Conversation
4c2fc31
to
1f65b69
Compare
I would suggest to clearly state this is a work-around for a known issue, and that this makes all nodes started using this RMW incompatible with any other nodes not using Cyclone DDS (due to ros2/rmw_cyclonedds#184). That last point is not something which is clear to many users, and I would expect novices trying the MoveIt 2 tutorials to be even less aware of something like this. |
1f65b69
to
4b6616e
Compare
a8bc06c
to
a9a6818
Compare
This pull request is in conflict. Could you fix it @AndyZe? |
…it#519) * Recommend Cyclone DDS * Remove mentions of deprecated time-param algorithms Co-authored-by: Jafar <[email protected]>
* Default to Cyclone DDS, remove deprecated time-param algorithms (#519) * Recommend Cyclone DDS * Remove mentions of deprecated time-param algorithms Co-authored-by: Jafar <[email protected]> * Fix the formatting of Cyclone commands (#559) * Fix the formatting of Cyclone commands * Link fixup * RMW clarification Co-authored-by: Sebastian Castro <[email protected]> Co-authored-by: Sebastian Castro <[email protected]> Co-authored-by: Jafar <[email protected]> Co-authored-by: Sebastian Castro <[email protected]>
Description
All of the tutorials using Move Group Interface are broken a.t.m. due to a FastDDS issue. Recommend a switch to Cyclone DDS as a workaround, as discussed here: moveit/moveit2#1474 (comment)