mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 18:21:15 +00:00
Added compass back. Beginning of better changes for drive_control.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 144 KiB |
@@ -52,6 +52,7 @@ MOTOR_DRIVER_DEFAULT_MESSAGE = [
|
|||||||
|
|
||||||
UINT16_MAX = 65535
|
UINT16_MAX = 65535
|
||||||
|
|
||||||
|
|
||||||
#####################################
|
#####################################
|
||||||
# DriveControl Class Definition
|
# DriveControl Class Definition
|
||||||
#####################################
|
#####################################
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user