Skip to content
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

kinematics_plugin_loader port to ROS 2 #74

Closed

Conversation

vmayoral
Copy link
Contributor

@vmayoral vmayoral commented Apr 2, 2019

No description provided.

@vmayoral
Copy link
Contributor Author

vmayoral commented Apr 8, 2019

Same as #62 (comment), consider the changes please.


// ros::NodeHandle nh("~");
//TODO (anasarrak): Add the appropriate node name for ROS2
auto node = rclcpp::Node::make_shared("talker");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a big TODO. Let's do this the right way now

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mlautman any suggestion?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the approach that was used for the controller manager where the node is passed in during initialization as it seems most flexible.

@henningkayser henningkayser added this to In progress in MoveIt2 Beta - Phase 1 Oct 18, 2019
@henningkayser henningkayser moved this from In progress to Review in progress in MoveIt2 Beta - Phase 1 Oct 18, 2019
MoveIt2 Beta - Phase 1 automation moved this from Review in progress to Done Oct 29, 2019
@henningkayser
Copy link
Member

Closed in favor of #107

MikeWrock pushed a commit to MikeWrock/moveit2 that referenced this pull request Aug 15, 2022
* Fix headers
* Port source and launch files of planning scene ROS API
* Fix prompts and add xterm to launch
* Update documentation
* Add info about xterm
* Remove debugging info and add todo
* Update doc/planning_scene_ros_api/planning_scene_ros_api_tutorial.rst
* Remove unnecessary note.
* Fix prompts
Co-authored-by: Marq Rasmussen <[email protected]>
Co-authored-by: Jafar Abdi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

5 participants