-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add moveit jpc Add control for joint position controller Add hardware parameters Add lifts to generators Initial add of Ewellix lift description files
- Loading branch information
1 parent
b7a66ef
commit 5869592
Showing
15 changed files
with
363 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
clearpath_manipulators_description/config/lift/ewellix/control.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
controller_manager: | ||
ros__parameters: | ||
update_rate: 10 # Hz | ||
|
||
joint_state_broadcaster: | ||
type: joint_state_broadcaster/JointStateBroadcaster | ||
|
||
${name}_position_controller: | ||
type: position_controllers/JointGroupPositionController | ||
|
||
${name}_position_controller: | ||
ros__parameters: | ||
joints: | ||
- ${name}_lower_joint |
14 changes: 14 additions & 0 deletions
14
clearpath_manipulators_description/config/lift/ewellix/control_jpc.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
controller_manager: | ||
ros__parameters: | ||
update_rate: 10 # Hz | ||
|
||
joint_state_broadcaster: | ||
type: joint_state_broadcaster/JointStateBroadcaster | ||
|
||
${name}_position_controller: | ||
type: position_controllers/JointGroupPositionController | ||
|
||
${name}_position_controller: | ||
ros__parameters: | ||
joints: | ||
- ${name}_lower_joint |
25 changes: 25 additions & 0 deletions
25
clearpath_manipulators_description/config/lift/ewellix/control_jtc.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
controller_manager: | ||
ros__parameters: | ||
update_rate: 10 # Hz | ||
|
||
joint_state_broadcaster: | ||
type: joint_state_broadcaster/JointStateBroadcaster | ||
|
||
${name}_joint_trajectory_controller: | ||
type: joint_trajectory_controller/JointTrajectoryController | ||
|
||
${name}_joint_trajectory_controller: | ||
ros__parameters: | ||
joints: | ||
- ${name}_lower_joint | ||
command_interfaces: | ||
- position | ||
state_interfaces: | ||
- position | ||
- velocity | ||
state_publish_rate: 10.0 | ||
action_monitor_rate: 10.0 | ||
allow_partial_joints_goal: false | ||
constraints: | ||
stopped_velocity_tolerance: 0.0 | ||
goal_time: 0.0 |
3 changes: 3 additions & 0 deletions
3
clearpath_manipulators_description/config/lift/ewellix/initial_positions.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
initial_positions: | ||
${name}_upper_joint: 0.0 | ||
${name}_lower_joint: 0.0 |
10 changes: 10 additions & 0 deletions
10
clearpath_manipulators_description/config/lift/ewellix/joint_limits.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
default_velocity_scaling_factor: 0.5 | ||
default_acceleration_scaling_factor: 0.5 | ||
|
||
joint_limits: | ||
${name}_upper_joint: | ||
has_acceleration_limits: true | ||
max_acceleration: 1.0 | ||
${name}_lower_joint: | ||
has_acceleration_limits: true | ||
max_acceleration: 1.0 |
12 changes: 12 additions & 0 deletions
12
clearpath_manipulators_description/config/lift/ewellix/moveit_controllers.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
moveit_controller_manager: moveit_simple_controller_manager/MoveItSimpleControllerManager | ||
|
||
moveit_simple_controller_manager: | ||
controller_names: | ||
- ${controller_name}_joint_trajectory_controller | ||
|
||
${controller_name}_joint_trajectory_controller: | ||
type: FollowJointTrajectory | ||
action_ns: follow_joint_trajectory | ||
default: true | ||
joints: | ||
- ${name}_lower_joint |
12 changes: 12 additions & 0 deletions
12
clearpath_manipulators_description/config/lift/ewellix/moveit_controllers_jpc.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
moveit_controller_manager: moveit_simple_controller_manager/MoveItSimpleControllerManager | ||
|
||
moveit_simple_controller_manager: | ||
controller_names: | ||
- ${controller_name}_position_controller | ||
|
||
${controller_name}_position_controller: | ||
type: JointGroupPositionController | ||
action_ns: position_controllers | ||
default: true | ||
joints: | ||
- ${name}_lower_joint |
12 changes: 12 additions & 0 deletions
12
clearpath_manipulators_description/config/lift/ewellix/moveit_controllers_jtc.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
moveit_controller_manager: moveit_simple_controller_manager/MoveItSimpleControllerManager | ||
|
||
moveit_simple_controller_manager: | ||
controller_names: | ||
- ${controller_name}_joint_trajectory_controller | ||
|
||
${controller_name}_joint_trajectory_controller: | ||
type: FollowJointTrajectory | ||
action_ns: follow_joint_trajectory | ||
default: true | ||
joints: | ||
- ${name}_lower_joint |
23 changes: 23 additions & 0 deletions
23
clearpath_manipulators_description/srdf/lift/ewellix.srdf.xacro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<robot xmlns:xacro="http://ros.org/wiki/xacro"> | ||
<xacro:macro name="ewellix" params="name"> | ||
<group name="${name}"> | ||
<joint name="${name}_upper_joint"/> | ||
<joint name="${name}_lower_joint"/> | ||
</group> | ||
<group_state name="extended" group="${name}"> | ||
<joint name="${name}_upper_joint" value="0.25"/> | ||
<joint name="${name}_lower_joint" value="0.25"/> | ||
</group_state> | ||
<group_state name="zero" group="${name}"> | ||
<joint name="${name}_upper_joint" value="0"/> | ||
<joint name="${name}_lower_joint" value="0"/> | ||
</group_state> | ||
|
||
<disable_collisions link1="${name}_upper_link" link2="${name}_base_link" reason="User"/> | ||
<disable_collisions link1="${name}_upper_link" link2="${name}_plate_link" reason="User"/> | ||
<disable_collisions link1="${name}_upper_link" link2="${name}_lower_link" reason="User"/> | ||
<disable_collisions link1="${name}_lower_link" link2="${name}_base_link" reason="User"/> | ||
<disable_collisions link1="${name}_lower_link" link2="${name}_plate_link" reason="User"/> | ||
</xacro:macro> | ||
</robot> |
Oops, something went wrong.