From 244800ccb3a6502f67295640d8abcb07fbebe191 Mon Sep 17 00:00:00 2001 From: mich-pest Date: Fri, 7 Aug 2026 16:25:29 +0200 Subject: [PATCH] BlindState and *Light msgs update --- idls/BlindState.idl | 1 + idls/DlsRobotStateLight.idl | 1 + idls/ReferenceLight.idl | 5 +---- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/idls/BlindState.idl b/idls/BlindState.idl index 2afba5f..dab5dce 100644 --- a/idls/BlindState.idl +++ b/idls/BlindState.idl @@ -19,6 +19,7 @@ module dls2_interface sequence joints_temperature; sequence feet_contact; sequence current_feet_positions; + sequence joints_current; }; }; }; diff --git a/idls/DlsRobotStateLight.idl b/idls/DlsRobotStateLight.idl index 7594014..2b37662 100644 --- a/idls/DlsRobotStateLight.idl +++ b/idls/DlsRobotStateLight.idl @@ -14,6 +14,7 @@ module dls2_interface { dls2_interface::msg::WrenchLight base_wrench; + sequence feet_position; sequence feet_forces; dls2_interface::msg::FrictionConeList friction_cones; diff --git a/idls/ReferenceLight.idl b/idls/ReferenceLight.idl index 71c35b5..8c518b9 100644 --- a/idls/ReferenceLight.idl +++ b/idls/ReferenceLight.idl @@ -7,16 +7,13 @@ module dls2_interface { module msg { struct ReferenceLight { - sequence joint_torques; dls2_interface::msg::JointStatesLight joints_state; + sequence feet_position; sequence feet_forces; dls2_interface::msg::Pose base_pose; dls2_interface::msg::Screw base_velocity; - - sequence traj_poses; - sequence traj_screws; }; }; }; \ No newline at end of file