Skip to content

Commit a63dd4a

Browse files
authored
RTDE: Add target_base_wrench field (#539)
This field was added in 5.26 / 10.13
1 parent 84d65c7 commit a63dd4a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/rtde/data_package.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ std::unordered_map<std::string, DataPackage::_rtde_type_variant> DataPackage::g_
455455
{ "target_gravity", vector3d_t() },
456456
{ "target_base_acceleration", vector6d_t() },
457457
{ "control_step", uint64_t() },
458+
{ "target_base_wrench", vector6d_t() },
458459

459460
// NOT IN OFFICIAL DOCS
460461
{ "tool_digital_output_mask", uint8_t() },

tests/resources/exhaustive_rtde_output_recipe.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,3 +403,4 @@ time_scale_source
403403
target_gravity
404404
target_base_acceleration
405405
control_step
406+
target_base_wrench

0 commit comments

Comments
 (0)