-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use keyboard twist to control scrimmage
- Loading branch information
1 parent
1a18210
commit ccebf8c
Showing
2 changed files
with
42 additions
and
40 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,11 +1,19 @@ | ||
<launch> | ||
<arg name="mission_file" default="user-control-jsbsim.xml"/> | ||
<arg name="robot_id" default="1"/> | ||
<arg name="robot_name" default="robot$(arg robot_id)"/> | ||
|
||
<param name ="/use_sim_time" value="true"/> | ||
|
||
<!-- All robots share scrimmage_ros --> | ||
<node pkg="scrimmage_ros" type="scrimmage_ros.py" name="scrimmage_ros" | ||
args="$(find scrimmage_ros)/missions/$(arg mission_file)" | ||
output="screen"/> | ||
|
||
output="screen"/> | ||
|
||
<group ns="$(arg robot_name)"> | ||
<node pkg="teleop_twist_keyboard" type="teleop_twist_keyboard.py" | ||
name="teleop_twist_keyboard" | ||
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