-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix alljoints inertials to work also on
gz-sim
(#250)
- Loading branch information
Showing
6 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
disableImplicitNetworkWrapper | ||
yarpDeviceName l_arm_ft_sensor_inertial_hardware_device | ||
yarpDeviceName l_arm_ft_sensor_inertial_hardware_device | ||
parentLinkName l_arm | ||
sensorName l_arm_ft_imu |
2 changes: 2 additions & 0 deletions
2
urdf/ergoCub/conf/gazebo_ergocub_l_leg_ft_sensor_inertial.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
disableImplicitNetworkWrapper | ||
yarpDeviceName l_leg_ft_sensor_inertial_hardware_device | ||
parentLinkName l_leg | ||
sensorName l_leg_ft_imu |
2 changes: 2 additions & 0 deletions
2
urdf/ergoCub/conf/gazebo_ergocub_r_arm_ft_sensor_inertial.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
disableImplicitNetworkWrapper | ||
yarpDeviceName r_arm_ft_sensor_inertial_hardware_device | ||
parentLinkName r_arm | ||
sensorName r_arm_ft_imu |
2 changes: 2 additions & 0 deletions
2
urdf/ergoCub/conf/gazebo_ergocub_r_leg_ft_sensor_inertial.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
disableImplicitNetworkWrapper | ||
yarpDeviceName r_leg_ft_sensor_inertial_hardware_device | ||
parentLinkName r_leg | ||
sensorName r_leg_ft_imu |