Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_model_car_rosnav
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
mobile_robotics
ADC
platforms
model_car
iri_model_car_rosnav
Commits
bc3caa67
Commit
bc3caa67
authored
4 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Update nav launch: choose map path, navigation/cmd_vel, initial_x/y/yaw
parent
b5ada911
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
launch/nav_opendrive_map.launch
+11
-5
11 additions, 5 deletions
launch/nav_opendrive_map.launch
launch/nav_opendrive_nomap.launch
+5
-1
5 additions, 1 deletion
launch/nav_opendrive_nomap.launch
with
16 additions
and
6 deletions
launch/nav_opendrive_map.launch
+
11
−
5
View file @
bc3caa67
...
@@ -8,8 +8,12 @@
...
@@ -8,8 +8,12 @@
<arg
name=
"costmap_global_params"
default=
"global_params.yaml"
/>
<arg
name=
"costmap_global_params"
default=
"global_params.yaml"
/>
<arg
name=
"local_planner"
default=
"ackermann"
/>
<arg
name=
"local_planner"
default=
"ackermann"
/>
<arg
name=
"global_planner"
default=
"iri_opendrive"
/>
<arg
name=
"global_planner"
default=
"iri_opendrive"
/>
<arg
name=
"odom_topic"
default=
"/model_car/odom"
/>
<arg
name=
"odom_topic"
default=
"/model_car/odom_combined_local"
/>
<arg
name=
"map_path"
default=
"$(find iri_maps)/map"
/>
<arg
name=
"map_name"
default=
"empty"
/>
<arg
name=
"map_name"
default=
"empty"
/>
<arg
name=
"initial_x"
default=
"0.0"
/>
<arg
name=
"initial_y"
default=
"0.0"
/>
<arg
name=
"initial_yaw"
default=
"0.0"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<arg
name=
"launch_prefix"
default=
""
/>
...
@@ -40,17 +44,18 @@
...
@@ -40,17 +44,18 @@
<arg
name=
"map_topic"
value=
"/model_car/map"
/>
<arg
name=
"map_topic"
value=
"/model_car/map"
/>
<arg
name=
"map_service"
value=
"/model_car/static_map"
/>
<arg
name=
"map_service"
value=
"/model_car/static_map"
/>
<arg
name=
"odom_topic"
value=
"$(arg odom_topic)"
/>
<arg
name=
"odom_topic"
value=
"$(arg odom_topic)"
/>
<arg
name=
"cmd_vel_topic"
value=
"/model_car/cmd_vel"
/>
<arg
name=
"cmd_vel_topic"
value=
"/model_car/
navigation/
cmd_vel"
/>
<arg
name=
"scan_topic"
value=
"/model_car/sensors/scan"
/>
<arg
name=
"scan_topic"
value=
"/model_car/sensors/scan"
/>
<arg
name=
"use_map"
value=
"true"
/>
<arg
name=
"use_map"
value=
"true"
/>
<arg
name=
"use_map_server"
value=
"true"
/>
<arg
name=
"use_map_server"
value=
"true"
/>
<arg
name=
"map_path"
value=
"$(arg map_path)"
/>
<arg
name=
"map_name"
value=
"$(arg map_name)"
/>
<arg
name=
"map_name"
value=
"$(arg map_name)"
/>
<arg
name=
"use_amcl"
value=
"true"
/>
<arg
name=
"use_amcl"
value=
"true"
/>
<arg
name=
"amcl_config"
value=
"$(find iri_model_car_rosnav)/params/amcl.yaml"
/>
<arg
name=
"amcl_config"
value=
"$(find iri_model_car_rosnav)/params/amcl.yaml"
/>
<arg
name=
"use_fake_loc"
value=
"false"
/>
<arg
name=
"use_fake_loc"
value=
"false"
/>
<arg
name=
"initial_x"
value=
"
0.0
"
/>
<arg
name=
"initial_x"
value=
"
$(arg initial_x)
"
/>
<arg
name=
"initial_y"
value=
"
0.0
"
/>
<arg
name=
"initial_y"
value=
"
$(arg initial_y)
"
/>
<arg
name=
"initial_yaw"
value=
"
0.0
"
/>
<arg
name=
"initial_yaw"
value=
"
$(arg initial_yaw)
"
/>
<arg
name=
"use_gmapping"
value=
"false"
/>
<arg
name=
"use_gmapping"
value=
"false"
/>
<arg
name=
"local_planner"
value=
"$(arg local_planner)"
/>
<arg
name=
"local_planner"
value=
"$(arg local_planner)"
/>
<arg
name=
"global_planner"
value=
"$(arg global_planner)"
/>
<arg
name=
"global_planner"
value=
"$(arg global_planner)"
/>
...
@@ -59,5 +64,6 @@
...
@@ -59,5 +64,6 @@
</include>
</include>
<param
name=
"/model_car/move_base/OpendriveGlobalPlanner/opendrive_file"
value=
"$(arg opendrive_file_path)/$(arg opendrive_file_name).xodr"
/>
<param
name=
"/model_car/move_base/OpendriveGlobalPlanner/opendrive_file"
value=
"$(arg opendrive_file_path)/$(arg opendrive_file_name).xodr"
/>
<param
name=
"/model_car/move_base/SBPLLatticePlanner/primitive_filename"
value=
"$(find iri_model_car_rosnav)/model_car.mprim"
/>
</launch>
</launch>
This diff is collapsed.
Click to expand it.
launch/nav_opendrive_nomap.launch
+
5
−
1
View file @
bc3caa67
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
<arg
name=
"odom_topic"
default=
"/model_car/odom"
/>
<arg
name=
"odom_topic"
default=
"/model_car/odom"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"output"
default=
"screen"
/>
<arg
name=
"launch_prefix"
default=
""
/>
<arg
name=
"launch_prefix"
default=
""
/>
<!--
<arg name="road_name" default="adc_road_big"/>
<arg name="road_name" default="adc_road_big"/>
<arg name="road_size" default="9.9101"/>
<arg name="road_size" default="9.9101"/>
<arg name="road_path" default="$(env HOME)/Documents/"/>
<arg name="road_path" default="$(env HOME)/Documents/"/>
...
@@ -20,6 +21,7 @@
...
@@ -20,6 +21,7 @@
<arg name="road_parent_frame_id" default="map"/>
<arg name="road_parent_frame_id" default="map"/>
<arg name="road_signs_launch_file" default="$(find iri_model_car_rosnav)/launch/include/spawn_signs.launch"/>
<arg name="road_signs_launch_file" default="$(find iri_model_car_rosnav)/launch/include/spawn_signs.launch"/>
<arg name="road_obstacles_launch_file" default="$(find iri_model_car_rosnav)/launch/include/spawn_objects.launch"/>
<arg name="road_obstacles_launch_file" default="$(find iri_model_car_rosnav)/launch/include/spawn_objects.launch"/>
-->
<include
file=
"$(find iri_rosnav)/launch/nav.launch"
>
<include
file=
"$(find iri_rosnav)/launch/nav.launch"
>
<arg
name=
"ns"
value=
"model_car"
/>
<arg
name=
"ns"
value=
"model_car"
/>
...
@@ -34,7 +36,7 @@
...
@@ -34,7 +36,7 @@
<arg
name=
"map_topic"
value=
"/model_car/map"
/>
<arg
name=
"map_topic"
value=
"/model_car/map"
/>
<arg
name=
"map_service"
value=
"/model_car/static_map"
/>
<arg
name=
"map_service"
value=
"/model_car/static_map"
/>
<arg
name=
"odom_topic"
value=
"$(arg odom_topic)"
/>
<arg
name=
"odom_topic"
value=
"$(arg odom_topic)"
/>
<arg
name=
"cmd_vel_topic"
value=
"/model_car/cmd_vel"
/>
<arg
name=
"cmd_vel_topic"
value=
"/model_car/
navigation/
cmd_vel"
/>
<arg
name=
"scan_topic"
value=
"/model_car/sensors/scan"
/>
<arg
name=
"scan_topic"
value=
"/model_car/sensors/scan"
/>
<arg
name=
"use_map"
value=
"false"
/>
<arg
name=
"use_map"
value=
"false"
/>
<arg
name=
"use_map_server"
value=
"false"
/>
<arg
name=
"use_map_server"
value=
"false"
/>
...
@@ -53,6 +55,7 @@
...
@@ -53,6 +55,7 @@
<param
name=
"/model_car/move_base/OpendriveGlobalPlanner/opendrive_file"
value=
"$(find iri_model_car_rosnav)/adc_road.xodr"
/>
<param
name=
"/model_car/move_base/OpendriveGlobalPlanner/opendrive_file"
value=
"$(find iri_model_car_rosnav)/adc_road.xodr"
/>
<!--
<include file="$(arg road_signs_launch_file)">
<include file="$(arg road_signs_launch_file)">
</include>
</include>
...
@@ -68,5 +71,6 @@
...
@@ -68,5 +71,6 @@
<arg name="yaw" value="$(arg road_yaw)"/>
<arg name="yaw" value="$(arg road_yaw)"/>
<arg name="parent" value="$(arg road_parent_frame_id)"/>
<arg name="parent" value="$(arg road_parent_frame_id)"/>
</include>
</include>
-->
</launch>
</launch>
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