Skip to content

Commit

Permalink
updated moveit servo config (lbr-stack#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii authored and matteodv99tn committed Dec 4, 2024
1 parent 437a80a commit f3b9f40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lbr_bringup/config/moveit_servo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@

## MoveIt properties
move_group_name: arm # Often 'manipulator' or 'arm'
planning_frame: link_0 # The MoveIt planning frame. Often 'base_link' or 'world'
planning_frame: lbr_link_0 # The MoveIt planning frame. Often 'base_link' or 'world'

## Other frames
ee_frame_name: link_ee # The name of the end effector link, used to return the EE pose
robot_link_command_frame: link_0 # commands must be given in the frame of a robot link. Usually either the base or end effector
ee_frame_name: lbr_link_ee # The name of the end effector link, used to return the EE pose
robot_link_command_frame: lbr_link_0 # commands must be given in the frame of a robot link. Usually either the base or end effector

## Stopping behaviour
incoming_command_timeout: 0.1 # Stop servoing if X seconds elapse without a new command
Expand Down

0 comments on commit f3b9f40

Please sign in to comment.