-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #280 from robotology/feat/add-gz-sim-support
gz-sim-yarp-plugins: add support for icub 2.x
- Loading branch information
Showing
12 changed files
with
124 additions
and
4 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
2 changes: 2 additions & 0 deletions
2
simmechanics/data/icub2_5/conf/FT/gazebo_icub_left_arm_ft.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 icub_left_arm_ft | ||
jointName l_arm_ft_sensor | ||
sensorName l_arm_ft |
2 changes: 2 additions & 0 deletions
2
simmechanics/data/icub2_5/conf/FT/gazebo_icub_left_foot_ft.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 icub_left_foot_ft | ||
jointName l_foot_ft_sensor | ||
sensorName l_foot_ft |
2 changes: 2 additions & 0 deletions
2
simmechanics/data/icub2_5/conf/FT/gazebo_icub_left_leg_ft.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 icub_left_leg_ft | ||
jointName l_leg_ft_sensor | ||
sensorName l_leg_ft |
2 changes: 2 additions & 0 deletions
2
simmechanics/data/icub2_5/conf/FT/gazebo_icub_right_arm_ft.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 icub_right_arm_ft | ||
jointName r_arm_ft_sensor | ||
sensorName r_arm_ft |
2 changes: 2 additions & 0 deletions
2
simmechanics/data/icub2_5/conf/FT/gazebo_icub_right_foot_ft.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 icub_right_foot_ft | ||
jointName r_foot_ft_sensor | ||
sensorName r_foot_ft |
3 changes: 2 additions & 1 deletion
3
simmechanics/data/icub2_5/conf/FT/gazebo_icub_right_leg_ft.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,3 +1,4 @@ | ||
disableImplicitNetworkWrapper | ||
yarpDeviceName icub_right_leg_ft | ||
|
||
jointName r_leg_ft_sensor | ||
sensorName r_leg_ft |
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 head_inertial_hardware_device | ||
parentLinkName head | ||
sensorName head_imu_0 |
4 changes: 3 additions & 1 deletion
4
simmechanics/data/icub2_5/conf/gazebo_icub_left_arm_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 left_arm_inertial_hardware_device | ||
yarpDeviceName left_arm_inertial_hardware_device | ||
parentLinkName l_shoulder_3 | ||
sensorName l_arm_ft_imu |
4 changes: 3 additions & 1 deletion
4
simmechanics/data/icub2_5/conf/gazebo_icub_right_arm_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 right_arm_inertial_hardware_device | ||
yarpDeviceName right_arm_inertial_hardware_device | ||
parentLinkName r_shoulder_3 | ||
sensorName r_arm_ft_imu |
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