aggiunto file con conigurazione dei nomi e posizioni home dei giunti
This commit is contained in:
16
src/roboglue_ros/config/jointDefaults.yaml
Normal file
16
src/roboglue_ros/config/jointDefaults.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
#Name of joint must be ordered it the same way of kinemtaic chain
|
||||
jointNames:
|
||||
- shoulder_pan_joint
|
||||
- shoulder_lift_joint
|
||||
- elbow_joint
|
||||
- wrist_1_joint
|
||||
- wrist_2_joint
|
||||
- wrist_3_joint
|
||||
#Home position of each joint in degrees
|
||||
jointHomePosition:
|
||||
- !!float 90.0
|
||||
- !!float -135.0
|
||||
- !!float 135.0
|
||||
- !!float -90.0
|
||||
- !!float -90.0
|
||||
- !!float 0.0
|
||||
Reference in New Issue
Block a user