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
8941ed4d
Commit
8941ed4d
authored
Feb 12, 2020
by
Fernando Herrero
Browse files
Add pointcloud_to_laserscan dependency, and node_name argument on its launch file
parent
c9e3d70d
Changes
2
Hide whitespace changes
Inline
Side-by-side
launch/include/pointcloud_to_laserscan.launch
View file @
8941ed4d
...
...
@@ -3,6 +3,7 @@
<launch>
<arg
name=
"ns"
default=
"robot"
/>
<arg
name=
"node_name"
default=
"pcl_to_laserscan"
/>
<arg
name=
"config_file"
default=
"$(find iri_rosnav)/params/pointcloud_to_laserscan.yaml"
/>
<arg
name=
"scan_topic"
default=
"$(arg ns)/scan"
/>
<arg
name=
"cloud_topic"
default=
"$(arg ns)/points"
/>
...
...
@@ -11,7 +12,7 @@
<group
ns=
"$(arg ns)"
>
<node
name=
"
pointcloud_to_laserscan
"
<node
name=
"
$(arg node_name)
"
pkg =
"pointcloud_to_laserscan"
type=
"pointcloud_to_laserscan_node"
output=
"$(arg output)"
...
...
package.xml
View file @
8941ed4d
...
...
@@ -58,6 +58,7 @@
<exec_depend>
map_server
</exec_depend>
<exec_depend>
move_base
</exec_depend>
<exec_depend>
navigation
</exec_depend>
<exec_depend>
pointcloud_to_laserscan
</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
...
...
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