File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<launch >
3
+ <arg name =" cloud_in" default =" /pcl" />
4
+ <arg name =" robot" default =" p3dx" />
3
5
<node pkg =" octomap_server" type =" octomap_server_node" name =" octomap_server" >
4
- <remap from =" cloud_in" to =" /pcl " />
6
+ <remap from =" cloud_in" to =" $(arg cloud_in) " />
5
7
<param name =" resolution" value =" 0.05" />
6
8
<param name =" sensor_model/hit" type =" double" value =" 0.7" />
7
9
<param name =" sensor_model/miss" type =" double" value =" 0.4" />
8
10
<param name =" sensor_model/min" type =" double" value =" 0.12" />
9
11
<param name =" sensor_model/max" type =" double" value =" 0.97" />
10
12
<param name =" sensor_model/max_range" type =" double" value =" 3.0" />
11
- <rosparam command =" load" file =" $(find octomap_path_planner)/launch/vrep-p3dx .yaml" />
13
+ <rosparam command =" load" file =" $(find octomap_path_planner)/launch/vrep-$(arg robot) .yaml" />
12
14
</node >
13
15
</launch >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<launch >
3
+ <arg name =" robot" default =" p3dx" />
3
4
<node pkg =" octomap_path_planner" type =" octomap_path_planner_node" name =" octomap_path_planner" >
4
5
<remap from =" octree_in" to =" /octomap_binary" />
5
6
<remap from =" goal_in" to =" /clicked_point" />
6
7
<remap from =" twist_out" to =" /cmd_vel" />
7
8
<param name =" treat_unknown_as_free" type =" bool" value =" true" />
8
- <rosparam command =" load" file =" $(find octomap_path_planner)/launch/vrep-p3dx.yaml" />
9
+ <param name =" goal_reached_threshold" value =" 0.25" />
10
+ <param name =" controller_frequency" value =" 2.0" />
11
+ <param name =" twist_linear_gain" value =" 0.5" />
12
+ <param name =" twist_angulear_gain" value =" 1.0" />
13
+ <param name =" max_superable_height" value =" 0.25" />
14
+ <rosparam command =" load" file =" $(find octomap_path_planner)/launch/vrep-$(arg robot).yaml" />
9
15
</node >
10
16
</launch >
You can’t perform that action at this time.
0 commit comments