Skip to content

Commit

Permalink
Perception only: Cherry-pick from moveit/moveit_tutorials#672. To com…
Browse files Browse the repository at this point in the history
…plete addressing moveit#708
  • Loading branch information
130s committed Jun 28, 2023
1 parent ee5365c commit 8db9f59
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,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 @@ -60,6 +61,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 @@ -78,6 +80,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 @@ -102,6 +105,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

0 comments on commit 8db9f59

Please sign in to comment.