Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Commit 8970a55

Browse files
committed
add soft limits to linear test joint yaml and set rotational joint to torque mode
1 parent d07fa08 commit 8970a55

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

march_hardware_builder/robots/test_joint_rotational.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ testsetup:
44
ecatSlaveTimeout: 50
55
joints:
66
- rotational_joint:
7-
actuationMode: position
7+
actuationMode: torque
88
allowActuation: true
99
imotioncube:
1010
slaveIndex: 1

march_hardware_interface/config/test_joint_linear/controllers.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ march:
1717
# gains: # Required because we're controlling an effort interface
1818
# test_joint: {p: 50, i: 0, d: 10, i_clamp: 10, publish_state: true, antiwindup: true}
1919
# Note: these gains are tuned for the KFE joints in the exoskeleton
20+
21+
constraints:
22+
linear_joint:
23+
margin_soft_limit_error: 0.5
24+
trajectory: 0.305
25+
goal: 0.305

0 commit comments

Comments
 (0)