Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 869 Bytes

edit_node.md

File metadata and controls

10 lines (7 loc) · 869 Bytes

Assignment 5: Editing Teleop Twist Joy Node

Edit teleop_twist_joy.cpp so that you no longer need to press the enable button to move the turtle with the joystick. Test your solution.

Tips:

  • Before starting this assignment it is recommended that you install QT Creator. QT Creator is a powerful integrated development environment which is useful for editing code.
  • Very little needs to be changed within the node in order to remove the enable button. This is more of an exercise in being able to navigate the code.
  • This webpage may be useful in understanding the code more fully: ros::NodeHandle Class Reference
  • Although not necessary for this assignment this webpage can help you to understand the logging statements: Logging