Wrote the base of rover_control. Currently drives rover using FrSky. Needs tuning.

This commit is contained in:
2018-02-26 03:04:21 -08:00
parent 5837622d3c
commit f37337a976
90 changed files with 34328 additions and 49773 deletions

View File

@@ -0,0 +1,2 @@
bool ignore_drive_control
geometry_msgs/Twist drive_twist

View File

@@ -0,0 +1,7 @@
bool first_motor_direction
bool first_motor_sleep
uint16 first_motor_speed
bool second_motor_direction
bool second_motor_sleep
uint16 second_motor_speed