mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-09 02:31:14 +00:00
Wrote the base of rover_control. Currently drives rover using FrSky. Needs tuning.
This commit is contained in:
2
software/rover/rover_control/msg/DriveCommandMessage.msg
Normal file
2
software/rover/rover_control/msg/DriveCommandMessage.msg
Normal file
@@ -0,0 +1,2 @@
|
||||
bool ignore_drive_control
|
||||
geometry_msgs/Twist drive_twist
|
||||
7
software/rover/rover_control/msg/DriveControlMessage.msg
Normal file
7
software/rover/rover_control/msg/DriveControlMessage.msg
Normal 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
|
||||
Reference in New Issue
Block a user