Added full end effector transports.

This commit is contained in:
2018-03-06 17:13:18 -08:00
parent 503b86f41f
commit 381eccf4b3
6 changed files with 71 additions and 30 deletions

View File

@@ -58,7 +58,6 @@ class DriveCoordinator(object):
self.left_bogie_publisher = rospy.Publisher(self.left_bogie_topic, DriveControlMessage, queue_size=1)
self.right_bogie_publisher = rospy.Publisher(self.right_bogie_topic, DriveControlMessage, queue_size=1)
# Other Vars TODO: fix this later
self.drive_command_data = {
"iris": {
"message": DriveCommandMessage(),