Ubiquiti radio statuses now working. Misc other items.

This commit is contained in:
2018-07-08 21:01:53 -07:00
parent b9473eaf21
commit 1110dce885
14 changed files with 524 additions and 93 deletions

View File

@@ -71,7 +71,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)
self.last_message_time = time()
# ########## Run the Class ##########

View File

@@ -34,7 +34,7 @@ COMMUNICATIONS_TIMEOUT = 0.01 # Seconds
RX_DELAY = 0.01
TX_DELAY = 0.01
DEFAULT_HERTZ = 20
DEFAULT_HERTZ = 30
MODBUS_REGISTERS = {
"DIRECTION": 0,