mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-09 10:41:15 +00:00
Added beginnings of getting motor control working from within ROS. Current launch file and tester node work and make the motor movegit status!
This commit is contained in:
7
software/rover/rover_drive/msg/RoverMotorDrive.msg
Normal file
7
software/rover/rover_drive/msg/RoverMotorDrive.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