Skip to content

Commit

Permalink
Fix ee frame name
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahiminfinite committed Aug 17, 2023
1 parent 08550c7 commit ebff3d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moveit_ros/moveit_servo/config/panda_simulated_config.yaml
Expand Up @@ -40,7 +40,7 @@ move_group_name: panda_arm # Often 'manipulator' or 'arm'
planning_frame: panda_link0 # The MoveIt planning frame. Often 'base_link' or 'world'

## Other frames
ee_frame: panda_link8 # The name of the end effector link, used to return the EE pose
ee_frame: panda_hand # The name of the end effector link, used to return the EE pose

## Configure handling of singularities and joint limits
lower_singularity_threshold: 17.0 # Start decelerating when the condition number hits this (close to singularity)
Expand Down
2 changes: 1 addition & 1 deletion moveit_ros/moveit_servo/config/test_config_panda.yaml
Expand Up @@ -41,7 +41,7 @@ move_group_name: panda_arm # Often 'manipulator' or 'arm'
planning_frame: panda_link0 # The MoveIt planning frame. Often 'base_link' or 'world'

## Other frames
ee_frame: panda_link8 # The name of the end effector link, used to return the EE pose
ee_frame: panda_hand # The name of the end effector link, used to return the EE pose

## Configure handling of singularities and joint limits
lower_singularity_threshold: 17.0 # Start decelerating when the condition number hits this (close to singularity)
Expand Down

0 comments on commit ebff3d3

Please sign in to comment.