Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Making a ROS node

In order to make your code program a ROS node, follow the ROS tutorials. Go through the whole beginner tutorial while setting up ROS. When making the workspace, use catkin not rosbuild. Catkin is used for building packages. Further guides:

Make sure to coordinate (using catkin). Coordinate with the student working on the main coordinator/controller node in order to integrate your node with theirs.

...