forked from jsk-ros-pkg/jsk_model_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request jsk-ros-pkg#101 from garaemon/use-laser-and-kinect…
…-for-moveit Use laser and kinect to build obstacle occupancy grid of moveit
- Loading branch information
Showing
3 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
sensors: | ||
- sensor_plugin: occupancy_map_monitor/PointCloudOctomapUpdater | ||
point_cloud_topic: /openni_c2/depth_registered/half/throttle_points | ||
point_cloud_topic: /openni_c2/depth_registered/points_throttle | ||
max_range: 2.0 | ||
point_subsample: 1 | ||
padding_offset: 0.1 | ||
padding_scale: 1.0 | ||
filtered_cloud_topic: filtered_cloud | ||
- sensor_plugin: occupancy_map_monitor/PointCloudOctomapUpdater | ||
point_cloud_topic: /tilt_scan_shadow_filtered | ||
max_range: 5.0 | ||
# point_subsample: 1 | ||
padding_offset: 0.06 | ||
padding_scale: 1.0 | ||
filtered_cloud_topic: filtered_laser_cloud |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters