Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Remove servo params no longer needed #126

Merged
merged 1 commit into from
Nov 14, 2023
Merged
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
5 changes: 0 additions & 5 deletions src/picknik_ur_base_config/config/moveit/ur_servo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,8 @@ low_pass_filter_coeff: 1.5 # Larger --> trust the filtered data more, trust the

## MoveIt properties
move_group_name: manipulator # Often 'manipulator' or 'arm'
planning_frame: base_link # The MoveIt planning frame. Often 'base_link' or 'world'
is_primary_planning_scene_monitor: false # The MoveGroup node maintains the planning scene, so Servo needs to get its world info from there.

## Other frames
ee_frame: manual_grasp_link # The name of the end effector link, used to return the EE pose
robot_link_command_frame: base_link # 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
5 changes: 0 additions & 5 deletions src/picknik_ur_gazebo_config/config/moveit/ur_servo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,8 @@ low_pass_filter_coeff: 4.0 # Larger --> trust the filtered data more, trust the

## MoveIt properties
move_group_name: manipulator # Often 'manipulator' or 'arm'
planning_frame: base_link # The MoveIt planning frame. Often 'base_link' or 'world'
is_primary_planning_scene_monitor: false # The MoveGroup node maintains the planning scene, so Servo needs to get its world info from there.

## Other frames
ee_frame: manual_grasp_link # The name of the end effector link, used to return the EE pose
robot_link_command_frame: base_link # commands must be given in the frame of a robot link. Usually either the base or end effector

## Stopping behaviour
incoming_command_timeout: 0.05 # Stop servoing if X seconds elapse without a new command

Expand Down
5 changes: 0 additions & 5 deletions src/picknik_ur_mock_hw_config/config/moveit/ur_servo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,8 @@ low_pass_filter_coeff: 1.5 # Larger --> trust the filtered data more, trust the

## MoveIt properties
move_group_name: manipulator # Often 'manipulator' or 'arm'
planning_frame: base_link # The MoveIt planning frame. Often 'base_link' or 'world'
is_primary_planning_scene_monitor: false # The MoveGroup node maintains the planning scene, so Servo needs to get its world info from there.

## Other frames
ee_frame: manual_grasp_link # The name of the end effector link, used to return the EE pose
robot_link_command_frame: base_link # 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