You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Octomap to work with servo for bite transfer (#33)
* Update octomap to work with servo for bite transfer
* Increase singularity threshold to account for head pose far to the left of nominal
* Further increased singularity thresholds
move_group_name: jaco_arm # Often 'manipulator' or 'arm'
@@ -56,8 +57,8 @@ servo_node:
56
57
num_outgoing_halt_msgs_to_publish: 0
57
58
58
59
## Configure handling of singularities and joint limits
59
-
lower_singularity_threshold: 30.0# Start decelerating when the condition number hits this (close to singularity)
60
-
hard_stop_singularity_threshold: 90.0# Stop when the condition number hits this
60
+
lower_singularity_threshold: 100.0# Start decelerating when the condition number hits this (close to singularity)
61
+
hard_stop_singularity_threshold: 200.0# Stop when the condition number hits this
61
62
joint_limit_margin: 0.2# added as a buffer to joint limits [radians]. If moving quickly, make this larger.
62
63
leaving_singularity_threshold_multiplier: 2.0# Multiply the hard stop limit by this when leaving singularity (see https://github.com/ros-planning/moveit2/pull/620)
move_group_name: jaco_arm # Often 'manipulator' or 'arm'
@@ -56,8 +57,8 @@ servo_node:
56
57
num_outgoing_halt_msgs_to_publish: 0
57
58
58
59
## Configure handling of singularities and joint limits
59
-
lower_singularity_threshold: 30.0# Start decelerating when the condition number hits this (close to singularity)
60
-
hard_stop_singularity_threshold: 90.0# Stop when the condition number hits this
60
+
lower_singularity_threshold: 100.0# Start decelerating when the condition number hits this (close to singularity)
61
+
hard_stop_singularity_threshold: 200.0# Stop when the condition number hits this
61
62
joint_limit_margin: 0.2# added as a buffer to joint limits [radians]. If moving quickly, make this larger.
62
63
leaving_singularity_threshold_multiplier: 2.0# Multiply the hard stop limit by this when leaving singularity (see https://github.com/ros-planning/moveit2/pull/620)
63
64
@@ -72,4 +73,4 @@ servo_node:
72
73
check_collisions: true # Check collisions?
73
74
collision_check_rate: 10.0# [Hz] Collision-checking can easily bog down a CPU if done too often.
74
75
self_collision_proximity_threshold: 0.01# Start decelerating when a self-collision is this far [m]
75
-
scene_collision_proximity_threshold: 0.0001# Start decelerating when a scene collision is this far [m]
76
+
scene_collision_proximity_threshold: 0.01# Start decelerating when a scene collision is this far [m]
0 commit comments