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

F octomap #613

Open
wants to merge 7 commits into
base: melodic-devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<launch>
<!-- 'octomap_data_type' options are 'pointcloud' or 'depthmap' -->
<arg name="octomap_data_type" default="none"/>
<arg name="octomap_data_type" default="depthmap"/>

<!-- This file makes it easy to include the settings for sensor managers -->

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
sensors:
- sensor_plugin: occupancy_map_monitor/DepthImageOctomapUpdater
image_topic: /camera/depth_registered/image_raw
# image_topic: /camera/depth_registered/image_raw
image_topic: /camera/depth/image_rect_raw
queue_size: 5
near_clipping_plane_distance: 0.3
far_clipping_plane_distance: 5.0
shadow_threshold: 0.2
padding_scale: 1.0
padding_offset: 0.00
padding_scale: 3.0
padding_offset: 0.12
max_update_rate: 1.0
filtered_cloud_topic: filtered_cloud

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<launch>
<!-- 'octomap_data_type' options are 'pointcloud' or 'depthmap' -->
<arg name="octomap_data_type" default="pointcloud"/>
<arg name="octomap_data_type" default="depthmap"/>

<!-- This file makes it easy to include the settings for sensor managers -->

Expand Down
4 changes: 2 additions & 2 deletions sr_robot_launch/config/right_ur10e_arm_robot_hw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ ra_sr_ur_robot_hw:

# for sending robot programs
# aurora (https://github.com/shadow-robot/aurora) uses sed to replace this IP with the user-defined IP
robot_ip: 10.8.1.1
robot_ip: 192.168.1.1

# for the server that moves the robot
# aurora (https://github.com/shadow-robot/aurora) uses sed to replace this IP with the user-defined IP
control_pc_ip_address: 10.8.1.100
control_pc_ip_address: 192.168.1.100

input_recipe_file: /home/user/projects/shadow_robot/base/src/Universal_Robots_ROS_Driver/ur_robot_driver/resources/rtde_input_recipe.txt

Expand Down
4 changes: 2 additions & 2 deletions sr_robot_launch/config/right_ur_arm_robot_hw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ ra_sr_ur_robot_hw:

# for sending robot programs
# aurora (https://github.com/shadow-robot/aurora) uses sed to replace this IP with the user-defined IP
robot_ip: 10.8.1.1
robot_ip: 192.168.1.1

# for the server that moves the robot
# aurora (https://github.com/shadow-robot/aurora) uses sed to replace this IP with the user-defined IP
control_pc_ip_address: 10.8.1.100
control_pc_ip_address: 192.168.1.100

input_recipe_file: /home/user/projects/shadow_robot/base/src/Universal_Robots_ROS_Driver/ur_robot_driver/resources/rtde_input_recipe.txt

Expand Down