Skip to content

Commit eed2aa0

Browse files
🤖 [iCubGenova09] Update the configuration file to use the feet imu while walking
1 parent c0cc05d commit eed2aa0

3 files changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[LEFT_FOOT]
2+
description left_foot
3+
remote_port_name /icub/left_foot/imu
4+
local_prefix walking-coordinator
5+
local_port_name_postfix /left_foot/imu
6+
controlled_frame_name l_sole
7+
imu_names (l_foot_front_ft_eul, l_foot_rear_ft_eul)
8+
frame_names (l_foot_front_ft_sensor, l_foot_rear_ft_sensor)
9+
10+
[RIGHT_FOOT]
11+
description right_foot
12+
remote_port_name /icub/right_foot/imu
13+
local_prefix walking-coordinator
14+
local_port_name_postfix /right_foot/imu
15+
controlled_frame_name r_sole
16+
imu_names (r_foot_front_ft_eul, r_foot_rear_ft_eul)
17+
frame_names (r_foot_front_ft_sensor, r_foot_rear_ft_sensor)
18+
19+
[MULTIPLE_ANALOG_SENSORS_REMAPPER]
20+
orientation_sensors_names (l_foot_front_ft_eul, l_foot_rear_ft_eul, r_foot_front_ft_eul, r_foot_rear_ft_eul)

‎src/WalkingModule/app/robots/iCubGenova09/dcm_walking_iFeel_joint_retargeting.ini‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ use_com_retargeting 0
5656
# Specify the frame to use to control the robot height. Currently, we support only the following options: com, root_link
5757
height_reference_frame root_link
5858

59+
60+
5961
# include robot control parameters
6062
[include ROBOT_CONTROL "./dcm_walking/iFeel_joint_retargeting/robotControl.ini"]
6163

@@ -97,3 +99,6 @@ height_reference_frame root_link
9799

98100
# retargeting
99101
[include RETARGETING "./dcm_walking/iFeel_joint_retargeting/jointRetargeting.ini"]
102+
103+
# include sensor bridge parameters
104+
[include SENSOR_BRIDGE "./dcm_walking/common/sensorBridge.ini"]

‎src/WalkingModule/app/robots/iCubGenova09/dcm_walking_with_joypad.ini‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ sampling_time 0.01
5151
# Specify the frame to use to control the robot height. Currently, we support only the following options: com, root_link
5252
height_reference_frame root_link
5353

54+
use_left_foot_imu true
55+
use_right_foot_imu true
56+
5457
# include robot control parameters
5558
[include ROBOT_CONTROL "./dcm_walking/joypad_control/robotControl.ini"]
5659

@@ -89,3 +92,6 @@ height_reference_frame root_link
8992

9093
# include lower PID parameters
9194
[include PID "./dcm_walking/common/pidParams.ini"]
95+
96+
# include sensor bridge parameters
97+
[include SENSOR_BRIDGE "./dcm_walking/common/sensorBridge.ini"]

0 commit comments

Comments
 (0)