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

Commit c6531b6

Browse files
committed
Remove one joint
1 parent 05c5f45 commit c6531b6

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

march_hardware_builder/robots/two_odrive_joints.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ march4:
33
cycleTime: 4
44
slaveTimeout: 50
55
joints:
6-
- right_hip_fe:
7-
actuationMode: torque
8-
allowActuation: true
9-
odrive:
10-
serial_number: "0x2084387E304E"
11-
axis: "axis0"
12-
absoluteEncoder:
13-
resolution: 17
14-
minPositionIU: 2045
15-
maxPositionIU: 45632
16-
incrementalEncoder:
17-
resolution: 12
18-
transmission: 101
6+
# - right_hip_fe:
7+
# actuationMode: torque
8+
# allowActuation: true
9+
# odrive:
10+
# serial_number: "0x2084387E304E"
11+
# axis: "axis0"
12+
# absoluteEncoder:
13+
# resolution: 17
14+
# minPositionIU: 2045
15+
# maxPositionIU: 45632
16+
# incrementalEncoder:
17+
# resolution: 12
18+
# transmission: 101
1919

2020
- right_knee:
2121
actuationMode: torque

march_hardware_interface/config/two_odrive_joints/controllers.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ march:
1313
type: effort_controllers/JointTrajectoryController
1414
allow_partial_joints_goal: true
1515
joints:
16-
- right_hip_fe
16+
# - right_hip_fe
1717
- right_knee
1818
gains: # Required because we're controlling an effort interface
19-
right_hip_fe: {p: 0, i: 0, d: 0, i_clamp: 100, publish_state: true, antiwindup: true}
19+
# right_hip_fe: {p: 0, i: 0, d: 0, i_clamp: 100, publish_state: true, antiwindup: true}
2020
right_knee: {p: 0, i: 0, d: 0, i_clamp: 100, publish_state: true, antiwindup: true}
2121
constraints:
22-
right_hip_fe:
23-
margin_soft_limit_error: 0.5
24-
trajectory: 0.305
25-
goal: 0.305
22+
# right_hip_fe:
23+
# margin_soft_limit_error: 0.5
24+
# trajectory: 0.305
25+
# goal: 0.305
2626
right_knee:
2727
margin_soft_limit_error: 0.5
2828
trajectory: 0.305

0 commit comments

Comments
 (0)