Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions g1_hardware/config/ros2_controllers_inspire_dfq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ upper_body_controller:
state_interfaces:
- position
- velocity
interpolate_from_desired_state: true

# DFQ actuated joints only (mimic: intermediate/distal joints excluded)
right_hand_controller:
Expand All @@ -55,6 +56,7 @@ right_hand_controller:
state_interfaces:
- position
- velocity
interpolate_from_desired_state: true # This reduces the problems caused by https://github.com/mqcmd196/g1_ros/issues/7. Once this issue is fixed, check if this line can be removed

left_hand_controller:
ros__parameters:
Expand All @@ -70,3 +72,4 @@ left_hand_controller:
state_interfaces:
- position
- velocity
interpolate_from_desired_state: true # This reduces the problems caused by https://github.com/mqcmd196/g1_ros/issues/7. Once this issue is fixed, check if this line can be removed
Loading