In this assignment, you will create a ROS node that both subscribes to a topic for input and publishes to a NEW topic as output. Here are the specifications for this new node:
Make sure you test this code thoroughly so you know that it works. You can test the conversion by running your node using rosrun and test the entire assignment using roslaunch and the launch file you provided.
You can see details about the turtlesim_helper/UnitsLabelled message type using rosmsg show.
Complete the Qualtrics survey containing:
roslaunch <package> <launch_file>
4 points – Subscribes to turtlesim/sim pose topic
4 points – Publishes to specifications
12 points – Launch file and launcher script meet objectives
2 points – Tag applied in git
18 points – Answers given in survey (2 points per question)