-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6970f5b
commit cb95593
Showing
152 changed files
with
3,462 additions
and
399 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
kortex_driver/build | ||
kortex_driver/build | ||
kortex_driver/protos |
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 @@ | ||
/opt/ros/kinetic/share/catkin/cmake/toplevel.cmake |
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
File renamed without changes.
75 changes: 75 additions & 0 deletions
75
kortex_control/arms/gen3_lite/6dof/config/joint_position_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,75 @@ | ||
# Publish all joint states ----------------------------------- | ||
joint_state_controller: | ||
type: joint_state_controller/JointStateController | ||
publish_rate: 50 | ||
|
||
gen3_lite_joint_trajectory_controller: | ||
type: effort_controllers/JointTrajectoryController | ||
joints: | ||
- joint_1 | ||
- joint_2 | ||
- joint_3 | ||
- joint_4 | ||
- joint_5 | ||
- joint_6 | ||
constraints: | ||
goal_time: 1.0 | ||
stopped_velocity_tolerance: 0.5 | ||
stop_trajectory_duration: 1.0 | ||
state_publish_rate: 25 | ||
action_monitor_rate: 25 | ||
gains: | ||
joint_1: {p: 3000.0, i: 0.0, d: 2.0, i_clamp_min: -100.0, i_clamp_max: 100.0} | ||
joint_2: {p: 50000.0, i: 0.0, d: 0.0, i_clamp_min: -5.0, i_clamp_max: 5.0} | ||
joint_3: {p: 50000.0, i: 0.0, d: 0.0, i_clamp_min: -1.0, i_clamp_max: 1.0} | ||
joint_4: {p: 750.0, i: 0.0, d: 0.2, i_clamp_min: -1.0, i_clamp_max: 1.0} | ||
joint_5: {p: 5000.0, i: 0.0, d: 1.0, i_clamp_min: -1.0, i_clamp_max: 1.0} | ||
joint_6: {p: 100.0, i: 0.0, d: 0.0, i_clamp_min: -0.1, i_clamp_max: 0.1} | ||
|
||
joint_1_position_controller: | ||
joint: joint_1 | ||
pid: | ||
p: 3000.0 | ||
i: 0.0 | ||
d: 2.0 | ||
type: effort_controllers/JointPositionController | ||
|
||
joint_2_position_controller: | ||
joint: joint_2 | ||
pid: | ||
p: 50000.0 | ||
i: 0.0 | ||
d: 0.0 | ||
type: effort_controllers/JointPositionController | ||
|
||
joint_3_position_controller: | ||
joint: joint_3 | ||
pid: | ||
p: 50000.0 | ||
i: 0.0 | ||
d: 0.0 | ||
type: effort_controllers/JointPositionController | ||
|
||
joint_4_position_controller: | ||
joint: joint_4 | ||
pid: | ||
p: 750.0 | ||
i: 0.0 | ||
d: 0.2 | ||
type: effort_controllers/JointPositionController | ||
|
||
joint_5_position_controller: | ||
joint: joint_5 | ||
pid: | ||
p: 5000.0 | ||
i: 0.0 | ||
d: 1.0 | ||
type: effort_controllers/JointPositionController | ||
|
||
joint_6_position_controller: | ||
joint: joint_6 | ||
pid: | ||
p: 100.0 | ||
i: 0.0 | ||
d: 0.0 | ||
type: effort_controllers/JointPositionController |
11 changes: 11 additions & 0 deletions
11
kortex_control/grippers/gen3_lite_2f/config/gripper_action_controller_parameters.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,11 @@ | ||
gen3_lite_2f_gripper_controller: | ||
type: position_controllers/GripperActionController | ||
joint: right_finger_bottom_joint | ||
action_monitor_rate: 100 | ||
|
||
gazebo_ros_control: | ||
pid_gains: | ||
right_finger_bottom_joint: {p: 0.1, i: 0.0, d: 0.0} | ||
right_finger_tip_joint: {p: 1.0, i: 0.0, d: 0.0} | ||
left_finger_bottom_joint: {p: 10.0, i: 0.0, d: 0.0} | ||
left_finger_tip_joint: {p: 1.0, i: 0.0, d: 0.0} |
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
7 changes: 7 additions & 0 deletions
7
kortex_description/arms/gen3/7dof/config/gazebo_initial_joint_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,7 @@ | ||
initial_joint_positions: "-J joint_1 1.57 | ||
-J joint_2 -0.35 | ||
-J joint_3 3.14 | ||
-J joint_4 -2.00 | ||
-J joint_5 0 | ||
-J joint_6 -1.00 | ||
-J joint_7 1.57" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
kortex_description/arms/gen3_lite/6dof/config/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,7 @@ | ||
joint_names: | ||
- joint_1 | ||
- joint_2 | ||
- joint_3 | ||
- joint_4 | ||
- joint_5 | ||
- joint_6 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.