From 2a7ea184890ff92ab07f97068f0553ac59e50217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davide=20Tom=C3=A9?= Date: Tue, 3 Aug 2021 16:24:48 +0200 Subject: [PATCH] added support for publishing mtb4 IMU data (#286) --- .../hardware/inertials/mc4plusloco-IMU.xml | 52 +++++++++++++++++++ .../mc4plus-loco-project/main.xml | 5 ++ .../inertials/mc4plusloco-IMU-wrapper.xml | 20 +++++++ 3 files changed, 77 insertions(+) create mode 100755 experimentalSetups/mc4plus-loco-project/hardware/inertials/mc4plusloco-IMU.xml create mode 100755 experimentalSetups/mc4plus-loco-project/wrappers/inertials/mc4plusloco-IMU-wrapper.xml diff --git a/experimentalSetups/mc4plus-loco-project/hardware/inertials/mc4plusloco-IMU.xml b/experimentalSetups/mc4plus-loco-project/hardware/inertials/mc4plusloco-IMU.xml new file mode 100755 index 0000000000..8e37cddc3a --- /dev/null +++ b/experimentalSetups/mc4plus-loco-project/hardware/inertials/mc4plusloco-IMU.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + eomn_serv_AS_inertials3 + + + + + mtb4 + + + 2 + 0 + + + 1 + 4 + 6 + + + + + mc4plusloco_acc mc4plusloco_gyro mc4plusloco_eul mc4plusloco_mag mc4plusloco_stat + + eoas_imu_acc eoas_imu_gyr eoas_imu_eul eoas_imu_mag eoas_imu_status + + mtb4 mtb4 mtb4 mtb4 mtb4 + + CAN1:14 CAN1:14 CAN1:14 CAN1:14 CAN1:14 + + + + + + 50 + mc4plusloco_acc mc4plusloco_gyro mc4plusloco_eul mc4plusloco_mag mc4plusloco_stat + + + + + + \ No newline at end of file diff --git a/experimentalSetups/mc4plus-loco-project/main.xml b/experimentalSetups/mc4plus-loco-project/main.xml index 863c6704fc..5abd6bab5a 100644 --- a/experimentalSetups/mc4plus-loco-project/main.xml +++ b/experimentalSetups/mc4plus-loco-project/main.xml @@ -8,6 +8,11 @@ + + + + + diff --git a/experimentalSetups/mc4plus-loco-project/wrappers/inertials/mc4plusloco-IMU-wrapper.xml b/experimentalSetups/mc4plus-loco-project/wrappers/inertials/mc4plusloco-IMU-wrapper.xml new file mode 100755 index 0000000000..ee06660cef --- /dev/null +++ b/experimentalSetups/mc4plus-loco-project/wrappers/inertials/mc4plusloco-IMU-wrapper.xml @@ -0,0 +1,20 @@ + + + + + + 10 + /icub/mc4plusloco-imu/imu + + + + + + mc4plusloco-imu + + + + + \ No newline at end of file