Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_ana_launch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
ros
robots
ana
iri_ana_launch
Commits
cd5de92e
Commit
cd5de92e
authored
5 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Add demo and people launch files
parent
207644ec
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
launch/demo.launch
+32
-0
32 additions, 0 deletions
launch/demo.launch
launch/people.launch
+19
-0
19 additions, 0 deletions
launch/people.launch
launch/ps3_teleop.launch
+5
-6
5 additions, 6 deletions
launch/ps3_teleop.launch
with
56 additions
and
6 deletions
launch/demo.launch
0 → 100644
+
32
−
0
View file @
cd5de92e
<?xml version="1.0" encoding="UTF-8"?>
<launch>
<arg
name=
"name"
default=
"ana"
/>
<arg
name=
"model"
default=
"$(arg name)"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<include
file=
"$(find iri_ana_bringup)/launch/bringup.launch"
>
<arg
name=
"ns"
value=
"$(arg name)"
/>
<arg
name=
"output"
value=
"$(arg output)"
/>
<arg
name=
"launch_prefix"
value=
"$(arg launch_prefix)"
/>
</include>
<include
file=
"$(find iri_ana_description)/launch/description.launch"
>
<arg
name=
"ns"
value=
"$(arg name)"
/>
<arg
name=
"model"
value=
"$(arg model)"
/>
<arg
name=
"static_wheels"
value=
"true"
/>
</include>
<include
file=
"$(find iri_ana_rosnav)/launch/nav_map.launch"
>
<arg
name=
"map_name"
value=
"master_big"
/>
<arg
name=
"rviz"
value=
"false"
/>
</include>
<include
file=
"$(find iri_ana_launch)/launch/ps3_teleop.launch"
>
</include>
<include
file=
"$(find iri_ana_launch)/launch/people.launch"
>
</include>
</launch>
This diff is collapsed.
Click to expand it.
launch/people.launch
0 → 100644
+
19
−
0
View file @
cd5de92e
<?xml version="1.0" encoding="UTF-8"?>
<launch>
<arg
name=
"ns"
default=
"ana"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"scan_topic"
default=
"/$(arg ns)/sensors/scan"
/>
<arg
name=
"map_topic"
default=
"/$(arg ns)/map"
/>
<arg
name=
"tracks_topic"
default=
"/$(arg ns)/mht/tracks"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<include
file=
"$(find iri_people_tracking_mht)/launch/test_robot.launch"
>
<arg
name=
"ns"
value=
"$(arg ns)"
/>
<arg
name=
"output"
value=
"$(arg output)"
/>
<arg
name=
"launch_prefix"
value=
"$(arg launch_prefix)"
/>
<arg
name=
"scan_topic"
value=
"$(arg scan_topic)"
/>
<arg
name=
"map_topic"
value=
"$(arg map_topic)"
/>
<arg
name=
"tracks_topic"
value=
"$(arg tracks_topic)"
/>
</include>
</launch>
This diff is collapsed.
Click to expand it.
launch/ps3_teleop.launch
+
5
−
6
View file @
cd5de92e
...
...
@@ -3,19 +3,18 @@
<launch>
<arg
name=
"ns"
default=
"ana"
/>
<arg
name=
"path"
default=
"$(find iri_teleop_launch)"
/>
<arg
name=
"config_file"
default=
"$(arg path)/config/ps3_bt_teleop.yaml"
/>
<arg
name=
"twist_topic"
default=
"/$(arg ns)/cmd_vel"
/>
<arg
name=
"config_file"
default=
"$(find iri_ana_bringup)/config/ana_ps3_bt_teleop.yaml"
/>
-->
<arg
name=
"twist_topic"
default=
"/$(arg ns)/teleop/cmd_vel"
/>
<arg
name=
"joy_topic"
default=
"/$(arg ns)/joy"
/>
<arg
name=
"run_joy"
default=
"true"
/>
<arg
name=
"device"
default=
"/dev/input/js
0
"
/>
<arg
name=
"joy_config_file"
default=
"$(
arg pat
h)/config/joy.yaml"
/>
<arg
name=
"device"
default=
"/dev/input/js
1
"
/>
<arg
name=
"joy_config_file"
default=
"$(
find iri_teleop_launc
h)/config/joy.yaml"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<include
file=
"$(find iri_teleop_launch)/launch/joystick_teleop.launch"
>
<arg
name=
"ns"
value=
"$(arg ns)"
/>
<arg
name=
"path"
value=
"$(
arg pat
h)"
/>
<arg
name=
"path"
value=
"$(
find iri_teleop_launc
h)"
/>
<arg
name=
"config_file"
value=
"$(arg config_file)"
/>
<arg
name=
"twist_topic"
value=
"$(arg twist_topic)"
/>
<arg
name=
"joy_topic"
value=
"$(arg joy_topic)"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment