ros / ros_tutorials

Code used in tutorials found on ROS wiki
http://wiki.ros.org/ros_tutorials
779 stars 533 forks source link

ROS 2 port ros_tutorials, roscpp_tutorials, and rospy_tutorials? #109

Open sloretz opened 3 years ago

sloretz commented 3 years ago

The packages ros_tutorials, roscpp_tutorials, and rospy_tutorials all have COLCON_IGNORE files in the ROS 2 branches. These have not been ported to ROS 2.

This is a ticket to decide if they should be ported, and if so how to go about it. The client library names are different in ROS 2 rclpy and rclcpp instead of rospy and roscpp, so at the very least they should be changed. It's possible that these already overlap with the ros2/examples repo.

dirk-thomas commented 3 years ago

In ROS 2 tutorial-like packages are in different repositories: ros2/demos / ros2/examples / ros2/tutorials. That is why the tutorial packages in this repo have not been ported.