Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 333 Bytes

course5.md

File metadata and controls

11 lines (10 loc) · 333 Bytes

Exercise Section 5

  • Implement a service to start/stop the robot
  • Call service
    roslaunch husky_highlevel_controller husky_controller.launch
    rosservice call /start_stop 0 # stop robot
    rosservice call /start_stop 1 # start robot