Skip to content

Commit 9372b18

Browse files
author
cobot
committed
fix joint limits
1 parent 6be6f7f commit 9372b18

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

kortex_moveit_config/kinova_gen3_7dof_robotiq_2f_85_moveit_config/config/joint_limits.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,49 @@ default_acceleration_scaling_factor: 0.1
99
# Joint limits can be turned off with [has_velocity_limits, has_acceleration_limits]
1010
joint_limits:
1111
joint_1:
12+
has_position_limits: false # continuous joint
1213
has_velocity_limits: true
1314
max_velocity: 1.3963000000000001
1415
has_acceleration_limits: true
1516
max_acceleration: 8.6
1617
joint_2:
18+
has_position_limits: true
19+
min_position: -2.4 # taken from kortex_description URDF # 2.41
20+
max_position: 2.4
1721
has_velocity_limits: true
1822
max_velocity: 1.3963000000000001
1923
has_acceleration_limits: true
2024
max_acceleration: 8.6
2125
joint_3:
26+
has_position_limits: false # continuous joint
2227
has_velocity_limits: true
2328
max_velocity: 1.3963000000000001
2429
has_acceleration_limits: true
2530
max_acceleration: 8.6
2631
joint_4:
32+
has_position_limits: true
33+
min_position: -2.65 # taken from kortex_description URDF # 2.66
34+
max_position: 2.65
2735
has_velocity_limits: true
2836
max_velocity: 1.3963000000000001
2937
has_acceleration_limits: true
3038
max_acceleration: 8.6
3139
joint_5:
40+
has_position_limits: false # continuous joint
3241
has_velocity_limits: true
3342
max_velocity: 1.2218
3443
has_acceleration_limits: true
3544
max_acceleration: 8.6
3645
joint_6:
46+
has_position_limits: true
47+
min_position: -2.22 # taken from kortex_description URDF # 2.23
48+
max_position: 2.22
3749
has_velocity_limits: true
3850
max_velocity: 1.2218
3951
has_acceleration_limits: true
4052
max_acceleration: 8.6
4153
joint_7:
54+
has_position_limits: false # continuous joint
4255
has_velocity_limits: true
4356
max_velocity: 1.2218
4457
has_acceleration_limits: true

kortex_moveit_config/kinova_gen3_7dof_robotiq_2f_85_moveit_config/config/moveit.rviz

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Visualization Manager:
1414
Name: Grid
1515
Value: true
1616
- Class: moveit_rviz_plugin/MotionPlanning
17+
MoveIt_Use_Constraint_Aware_IK: true
1718
Name: MotionPlanning
1819
Planned Path:
1920
Loop Animation: true
@@ -25,6 +26,8 @@ Visualization Manager:
2526
Scene Alpha: 1
2627
Scene Robot:
2728
Robot Alpha: 0.5
29+
Planning Request:
30+
Use Collision-Aware IK: true
2831
Value: true
2932
Global Options:
3033
Fixed Frame: world

0 commit comments

Comments
 (0)