mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 18:21:15 +00:00
Actually published the status. Changed names so they match the bogie.
This commit is contained in:
@@ -153,6 +153,8 @@ class DriveControl(object):
|
||||
status.second_motor_fault = second_motor_status[1]
|
||||
status.second_motor_temp = second_motor_status[2] / 1000.0
|
||||
|
||||
self.drive_control_status_publisher.publish(status)
|
||||
|
||||
def drive_control_callback(self, drive_control):
|
||||
self.drive_control_message = drive_control
|
||||
self.new_control_message = True
|
||||
|
||||
Reference in New Issue
Block a user