Skip to content

Commit 3d69f8e

Browse files
authored
Description of ns parameter in sensors.yaml (#672)
1 parent 79091f2 commit 3d69f8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/perception_pipeline/perception_pipeline_tutorial.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Save this file in the config folder in the robot's moveit_config package with na
3939
padding_scale: 1.0
4040
max_update_rate: 1.0
4141
filtered_cloud_topic: filtered_cloud
42+
ns: kinect
4243

4344
**The general parameters are:**
4445

@@ -59,6 +60,7 @@ Save this file in the config folder in the robot's moveit_config package with na
5960

6061
* *filtered_cloud_topic*: The topic on which the filtered cloud will be published (mainly for debugging). The filtering cloud is the resultant cloud after self-filtering has been performed.
6162

63+
* *ns*: An optional namespace for the advertised topics. Required for multiple sensors of the same type.
6264

6365
YAML Configuration file (Depth Map)
6466
+++++++++++++++++++++++++++++++++++
@@ -77,6 +79,7 @@ Save this file in the config folder in the robot's moveit_config package with na
7779
padding_offset: 0.03
7880
max_update_rate: 1.0
7981
filtered_cloud_topic: filtered_cloud
82+
ns: kinect
8083

8184
**The general parameters are:**
8285

@@ -101,6 +104,7 @@ Save this file in the config folder in the robot's moveit_config package with na
101104

102105
* *filtered_cloud_topic*: The topic on which the filtered cloud will be published (mainly for debugging). The filtering cloud is the resultant cloud after self-filtering has been performed.
103106

107+
* *ns*: An optional namespace for the advertised topics. Required for multiple sensors of the same type.
104108

105109
Update the launch file
106110
++++++++++++++++++++++

0 commit comments

Comments
 (0)