Skip to content

Commit

Permalink
Set estimateJointVelocityAcceleration for ergoCubSN00* (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini authored Sep 6, 2024
1 parent d5b308d commit 25307df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ergoCubSN000/estimators/wholebodydynamics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<param name="devicePeriodInSeconds">0.002</param>
<param name="useSkinForContacts">false</param>
<param name="publishNetExternalWrenches">true</param>
<param name="estimateJointVelocityAcceleration">false</param> <!-- if true a kf will estimate the joint velocities and accelerations -->
<!--<param name="assume_fixed">root_link</param>-->
<group name="HW_USE_MAS_IMU">
<param name="accelerometer">waist_imu_0</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<param name="devicePeriodInSeconds">0.002</param>
<param name="useSkinForContacts">false</param>
<param name="publishNetExternalWrenches">true</param>
<param name="estimateJointVelocityAcceleration">false</param> <!-- if true a kf will estimate the joint velocities and accelerations -->
<!--<param name="assume_fixed">root_link</param>-->
<group name="HW_USE_MAS_IMU">
<param name="accelerometer">waist_imu_0</param>
Expand Down
1 change: 1 addition & 0 deletions ergoCubSN001/estimators/wholebodydynamics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<param name="devicePeriodInSeconds">0.002</param>
<param name="useSkinForContacts">false</param>
<param name="publishNetExternalWrenches">true</param>
<param name="estimateJointVelocityAcceleration">false</param> <!-- if true a kf will estimate the joint velocities and accelerations -->
<!--<param name="assume_fixed">root_link</param>-->
<group name="HW_USE_MAS_IMU">
<param name="accelerometer">waist_imu_0</param>
Expand Down
1 change: 1 addition & 0 deletions ergoCubSN002/estimators/wholebodydynamics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<param name="devicePeriodInSeconds">0.001</param>
<param name="useSkinForContacts">false</param>
<param name="publishNetExternalWrenches">true</param>
<param name="estimateJointVelocityAcceleration">false</param> <!-- if true a kf will estimate the joint velocities and accelerations -->
<!--<param name="assume_fixed">root_link</param>-->
<group name="HW_USE_MAS_IMU">
<param name="accelerometer">waist_imu_0</param>
Expand Down

0 comments on commit 25307df

Please sign in to comment.