-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f55090
commit b66415b
Showing
4 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
Submodule libde265
updated
40 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
<launch> | ||
<rosparam command="load" file="$(find mrover)/config/esw.yaml" /> | ||
|
||
<node name="can_driver_0" pkg="mrover" type="can_driver"> | ||
<node name="can_driver_0" pkg="mrover" type="can_driver_0"> | ||
<param name="interface" value="can0" /> | ||
</node> | ||
<?ignore | ||
<node name="can_driver_1" pkg="mrover" type="can_driver"> | ||
<node name="can_driver_1" pkg="mrover" type="can_driver_1"> | ||
<param name="interface" value="can1" /> | ||
</node> | ||
?> | ||
|
||
<node name="drive_bridge" pkg="mrover" type="drive_bridge" /> | ||
<node name="mast_gimbal_bridge" pkg="mrover" type="mast_gimbal_bridge" /> | ||
<node name="pdb_bridge" pkg="mrover" type="pdb_bridge" /> | ||
</launch> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters