You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/perception_pipeline/perception_pipeline_tutorial.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ Save this file in the config folder in the robot's moveit_config package with na
39
39
padding_scale: 1.0
40
40
max_update_rate: 1.0
41
41
filtered_cloud_topic: filtered_cloud
42
+
ns: kinect
42
43
43
44
**The general parameters are:**
44
45
@@ -59,6 +60,7 @@ Save this file in the config folder in the robot's moveit_config package with na
59
60
60
61
* *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.
61
62
63
+
* *ns*: An optional namespace for the advertised topics. Required for multiple sensors of the same type.
62
64
63
65
YAML Configuration file (Depth Map)
64
66
+++++++++++++++++++++++++++++++++++
@@ -77,6 +79,7 @@ Save this file in the config folder in the robot's moveit_config package with na
77
79
padding_offset: 0.03
78
80
max_update_rate: 1.0
79
81
filtered_cloud_topic: filtered_cloud
82
+
ns: kinect
80
83
81
84
**The general parameters are:**
82
85
@@ -101,6 +104,7 @@ Save this file in the config folder in the robot's moveit_config package with na
101
104
102
105
* *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.
103
106
107
+
* *ns*: An optional namespace for the advertised topics. Required for multiple sensors of the same type.
0 commit comments