Added compass back. Beginning of better changes for drive_control.

This commit is contained in:
2018-03-03 19:55:35 -08:00
parent f7bb745e49
commit 0b64840ea4
3 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

View File

@@ -52,6 +52,7 @@ MOTOR_DRIVER_DEFAULT_MESSAGE = [
UINT16_MAX = 65535 UINT16_MAX = 65535
##################################### #####################################
# DriveControl Class Definition # DriveControl Class Definition
##################################### #####################################

View File

@@ -2,7 +2,7 @@
<group ns="rover_control"> <group ns="rover_control">
<node name="iris_controller" pkg="rover_control" type="iris_controller.py" output="screen"> <node name="iris_controller" pkg="rover_control" type="iris_controller.py" output="screen">
<param name="port" value="/dev/rover/ttyIRIS"/> <param name="port" value="/dev/rover/ttyIRIS"/>
<param name="hertz" value="16"/> <param name="hertz" value="14"/>
</node> </node>
<node name="rear_bogie" pkg="rover_control" type="drive_control.py" output="screen"> <node name="rear_bogie" pkg="rover_control" type="drive_control.py" output="screen">