Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Description of ns parameter in yaml config #672

Merged
merged 1 commit into from
Aug 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/perception_pipeline/perception_pipeline_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Save this file in the config folder in the robot's moveit_config package with na
padding_scale: 1.0
max_update_rate: 1.0
filtered_cloud_topic: filtered_cloud
ns: kinect

**The general parameters are:**

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

* *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.

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

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

**The general parameters are:**

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

* *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.

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

Update the launch file
++++++++++++++++++++++
Expand Down