Difference between revisions of "ROS Raspberry Pi Demo"

From wikidb
Jump to: navigation, search
(Execution)
Line 9: Line 9:
  
 
= Execution =
 
= Execution =
 +
 +
Demo the ROS installation.
  
 
terminal 1
 
terminal 1
Line 33: Line 35:
 
   rosrun motor_hat on.py  
 
   rosrun motor_hat on.py  
  
QUESTION - Why isn't the message often not received by the motor_hat_node?
+
TBD - QUESTION - Why isn't the message often not received by the motor_hat_node?
  
 
= References =
 
= References =

Revision as of 19:27, 24 February 2017

References

Execution

Demo the ROS installation.

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 

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

References