We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0680d07 + 97e59d8 commit d4d3a11Copy full SHA for d4d3a11
config/esw.yaml
@@ -66,10 +66,10 @@ can:
66
id: 0x26
67
- name: "mast_gimbal_y"
68
bus: 3
69
- id: 0x30
+ id: 0x28
70
- name: "mast_gimbal_z"
71
72
- id: 0x28
+ id: 0x30
73
- name: "sa_x"
74
bus: 1
75
id: 0x29
launch/basestation.launch
@@ -22,6 +22,7 @@
22
</group>
23
24
<node if="$(arg rtk)" name="basestation_gps_driver" pkg="mrover" type="basestation_gps_driver.py"
25
+ respawn="true" respawn_delay="2"
26
output="screen"/>
27
28
<node if="$(arg network)" name="network_monitor" pkg="mrover" type="network_monitor.py"/>
0 commit comments