Difference between revisions of "Motor Controller Rewrite"

From wikidb
Jump to: navigation, search
(Created page with "= Test Execution = Terminal 2 roslaunch floor_hugger motor_control_nav.launch Terminal 3 roslaunch floor_hugger odometry.launch Terminal 4 Take the place of the navigat...")
 
(Test Execution)
Line 8: Line 8:
  
 
Terminal 4
 
Terminal 4
 +
 
Take the place of the navigation stack by publishing a cmd_vel message of type Twist. It has linear.x value of 0.20 m/sec and an angular.z value of 0.1 radians/sec.  
 
Take the place of the navigation stack by publishing a cmd_vel message of type Twist. It has linear.x value of 0.20 m/sec and an angular.z value of 0.1 radians/sec.  
 
   roscd floor_hugger/test/
 
   roscd floor_hugger/test/
 
   python motors_go_full.py 0.20 0.1
 
   python motors_go_full.py 0.20 0.1

Revision as of 10:03, 20 September 2017

Test Execution

Terminal 2

 roslaunch floor_hugger motor_control_nav.launch

Terminal 3

 roslaunch floor_hugger odometry.launch

Terminal 4

Take the place of the navigation stack by publishing a cmd_vel message of type Twist. It has linear.x value of 0.20 m/sec and an angular.z value of 0.1 radians/sec.

 roscd floor_hugger/test/
 python motors_go_full.py 0.20 0.1