-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from SoonerRobotics/bugs/fix_throttle
- Loading branch information
Showing
3 changed files
with
36 additions
and
13 deletions.
There are no files selected for viewing
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,17 +1,30 @@ | ||
<launch> | ||
<!-- Core --> | ||
<node pkg="scr_controller" exec="core"> | ||
<param name="mode" value="1" /> | ||
<param name="state" value="1" /> | ||
<param name="mobility" value="false" /> | ||
</node> | ||
|
||
<!-- Filtering --> | ||
<node pkg="autonav_filters" exec="filters.py"> | ||
<param name="latitude_length" value="111086.2" /> | ||
<param name="longitude_length" value="81978.2" /> | ||
<param name="default_type" value="1" /> | ||
</node> | ||
|
||
<!-- Vision Nodes --> | ||
<node pkg="autonav_vision" exec="transformations.py" /> | ||
<node pkg="autonav_display" exec="display.py" /> | ||
<node pkg="autonav_vision" exec="combination.py" /> | ||
|
||
<!-- Manual Nodes --> | ||
<node pkg="autonav_manual" exec="steam.py" /> | ||
<node pkg="autonav_manual" exec="steamremote" /> | ||
|
||
<!-- Serial Nodes --> | ||
<node pkg="autonav_serial" exec="serial_node.py" /> | ||
<node pkg="autonav_serial" exec="camera.py" /> | ||
|
||
<!-- Other --> | ||
<node pkg="autonav_display" exec="display.py" /> | ||
</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