-
Notifications
You must be signed in to change notification settings - Fork 32
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
4a2507d
commit cd7e7e4
Showing
17 changed files
with
3,349 additions
and
49 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version='1.0'?> | ||
|
||
<launch> | ||
|
||
<!-- global variables --> | ||
<arg name = 'car_name' | ||
default = 'car_1'/> | ||
<arg name = 'keyboard_teleop' | ||
default = 'true'/> | ||
<arg name = 'listen_offboard' | ||
default = 'false'/> | ||
|
||
<!-- launch rviz with mapping configuration --> | ||
<node name = 'remote_visualization' | ||
pkg = 'rviz' | ||
type = 'rviz' | ||
args = '-d $(find f1tenth-sim)/rviz/$(arg car_name).rviz'/> | ||
|
||
<group ns = '$(arg car_name)'> | ||
<!-- bring up command multiplexer --> | ||
<node name = 'keyboard_teleop' | ||
pkg = 'f1tenth-sim' | ||
type = 'keyboard_teleop.py' | ||
args = '$(arg car_name)' | ||
output = 'screen'/> | ||
|
||
<!-- bring up command multiplexer --> | ||
<node name = 'command_multiplexer' | ||
pkg = 'f1tenth-sim' | ||
type = 'command_multiplexer.py' | ||
args = '$(arg car_name) | ||
$(arg listen_offboard)' | ||
output = 'screen'/> </group> | ||
|
||
</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
Oops, something went wrong.