Skip to content

Commit

Permalink
Avoid to use joint acceleration in ergoCubSim (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoreMoretti authored Aug 13, 2024
1 parent a49846f commit 6b99e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urdf/ergoCub/conf/estimators/wbd_ecub_sim.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<param name="defaultContactFrames">(l_hand_palm,r_hand_palm,root_link,l_foot_front,l_foot_rear,r_foot_front,r_foot_rear,l_upper_leg,r_upper_leg)</param>
<param name="imuFrameName">head_imu_0</param>
<param name="useJointVelocity">true</param>
<param name="useJointAcceleration">true</param>
<param name="useJointAcceleration">false</param>
<param name="imuFilterCutoffInHz">3.0</param>
<param name="forceTorqueFilterCutoffInHz">3.0</param>
<param name="jointVelFilterCutoffInHz">3.0</param> <!-- used if useJointVelocity is set to true -->
Expand Down

0 comments on commit 6b99e6a

Please sign in to comment.