Skip to content

Commit

Permalink
[LIPMWalking] Use PressureForceSensorObserver
Browse files Browse the repository at this point in the history
  • Loading branch information
arntanguy committed Mar 20, 2024
1 parent dc8e1f6 commit 55c250a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions etc/LIPMWalking/nao.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,24 @@ ObserverPipelines:
gui: true
observers:
- type: Encoder
- type: PressureForceSensor
name: PressureForceSensorLeft
required: false
config:
estimatedSensor: LeftFootForceSensor
pressureFrontLeft: LFsrFL
pressureFrontRight: LFsrFR
pressureRearLeft: LFsrRL
pressureRearRight: LFsrRR
- type: PressureForceSensor
name: PressureForceSensorRight
required: false
config:
estimatedSensor: RightFootForceSensor
pressureFrontLeft: RFsrFL
pressureFrontRight: RFsrFR
pressureRearLeft: RFsrRL
pressureRearRight: RFsrRR
- type: Attitude
required: false
- type: KinematicInertial
Expand Down

0 comments on commit 55c250a

Please sign in to comment.