ROS Raspberry Pi Demo

From wikidb
Revision as of 19:25, 24 February 2017 by Edc (Talk | contribs)

Jump to: navigation, search

References

Execution

terminal 1

 roscore

terminal 2

 cd catkin_ws/
 source devel/setup.bash 
 rosrun motor_hat motor_hat_node 

terminal 3

 rosnode list
 rostopic list
 rostopic echo cmd

terminal 4

 cd catkin_ws/
 source devel/setup.bash
 rosrun motor_hat stop.py 
 rosrun motor_hat on.py 

QUESTION - Why isn't the message often not received by the motor_hat_node?

References