diff --git a/src/rtde/data_package.cpp b/src/rtde/data_package.cpp index a92ae14e..055c0fd5 100644 --- a/src/rtde/data_package.cpp +++ b/src/rtde/data_package.cpp @@ -452,6 +452,8 @@ std::unordered_map DataPackage::g_ { "payload_inertia", vector6d_t() }, { "script_control_line", uint32_t() }, { "time_scale_source", int32_t() }, + { "target_gravity", vector3d_t() }, + { "target_base_acceleration", vector6d_t() }, // NOT IN OFFICIAL DOCS { "tool_digital_output_mask", uint8_t() }, diff --git a/tests/resources/exhaustive_rtde_output_recipe.txt b/tests/resources/exhaustive_rtde_output_recipe.txt index ea3d5c7e..581322d7 100644 --- a/tests/resources/exhaustive_rtde_output_recipe.txt +++ b/tests/resources/exhaustive_rtde_output_recipe.txt @@ -400,3 +400,5 @@ payload_cog payload_inertia script_control_line time_scale_source +target_gravity +target_base_acceleration