Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
labrobotica
ros
navigation
iri_rosnav
Commits
9a0179ea
Commit
9a0179ea
authored
Feb 11, 2021
by
Fernando Herrero
Browse files
Merge branch 'melodic_migration' into 'master'
Melodic migration See merge request
!1
parents
6b2cf41e
f56fd002
Changes
3
Hide whitespace changes
Inline
Side-by-side
launch/include/map_server.launch
View file @
9a0179ea
...
...
@@ -3,7 +3,7 @@
<launch>
<arg
name=
"ns"
default=
"robot"
/>
<arg
name=
"map_path"
default=
"$(find iri_maps)/maps
/
"
/>
<arg
name=
"map_path"
default=
"$(find iri_maps)/maps"
/>
<arg
name=
"map_name"
default=
"empty"
/>
<arg
name=
"map_frame_id"
default=
"map"
/>
<arg
name=
"map_topic"
default=
"$(arg ns)/map"
/>
...
...
launch/nav.launch
View file @
9a0179ea
...
...
@@ -82,13 +82,15 @@
</group>
</group>
<group
unless=
"$(arg use_map)"
>
<node
pkg=
"tf"
type=
"static_transform_publisher"
name=
"static_tf_map"
ns=
"$(arg ns)"
args=
" 0 0 0 0 0 0 $(arg map_frame_id) $(arg odom_frame_id) 100"
>
</node>
<group
unless=
"$(arg use_fake_loc)"
>
<group
unless=
"$(arg use_map)"
>
<node
pkg=
"tf"
type=
"static_transform_publisher"
name=
"static_tf_map"
ns=
"$(arg ns)"
args=
" 0 0 0 0 0 0 $(arg map_frame_id) $(arg odom_frame_id) 100"
>
</node>
</group>
</group>
<group
if=
"$(arg use_fake_loc)"
>
...
...
params/local_planner/dwa_params.yaml
View file @
9a0179ea
...
...
@@ -3,19 +3,19 @@ latch_xy_goal_tolerance: true
DWAPlannerROS
:
# robot configuration parameters
max_trans
_vel
:
0.5
min_trans
_vel
:
0.1
max_
vel_
trans
:
0.5
min_
vel_
trans
:
0.1
max_vel_x
:
0.5
min_vel_x
:
-0.5
max_vel_y
:
0.0
min_vel_y
:
0.0
max_
rot_vel
:
0.5
min_
rot_vel
:
0.0
max_
vel_theta
:
0.5
min_
vel_theta
:
0.0
acc_lim_theta
:
3.0
acc_lim_x
:
1.0
acc_lim_y
:
0.0
acc_lim
it
_trans
:
1.0
rot
_stopped_vel
:
0.1
acc_lim_trans
:
1.0
theta
_stopped_vel
:
0.1
trans_stopped_vel
:
0.1
# goal tolerance parameters
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment