Closed jsupratman13 closed 1 year ago
To scale/padd the robot's collision you can create a padding.yaml file with the following parameters
padding.yaml
default_padding: 0.0 default_robot_scale: 0.5 default_robot_link_padding: head_pan_link: 0.02 head_tilt_link: 0.01 default_robot_link_scale: head_pan_link: 1.1 head_tilt_link: 0.9
Then load the configuration file via rosparam
<group ns="$(arg robot_description)_planning"> (...) <rosparam command="load" file="$(find xxx_moveit_config)/config/paddings.yaml"/> </group>
Description
To scale/padd the robot's collision you can create a
padding.yaml
file with the following parametersThen load the configuration file via rosparam
Checklist