Skip to content

Commit 0b3d1e3

Browse files
authored
Fix RTDE control_step (#529)
Correct RTDE register name to control_step Is available from Polyscope version 5.26.0 and 10.13.0
1 parent fe019d3 commit 0b3d1e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/rtde/data_package.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ std::unordered_map<std::string, DataPackage::_rtde_type_variant> DataPackage::g_
454454
{ "time_scale_source", int32_t() },
455455
{ "target_gravity", vector3d_t() },
456456
{ "target_base_acceleration", vector6d_t() },
457-
{ "controller_step", uint64_t() },
457+
{ "control_step", uint64_t() },
458458

459459
// NOT IN OFFICIAL DOCS
460460
{ "tool_digital_output_mask", uint8_t() },

tests/resources/exhaustive_rtde_output_recipe.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,4 +402,4 @@ script_control_line
402402
time_scale_source
403403
target_gravity
404404
target_base_acceleration
405-
controller_step
405+
control_step

0 commit comments

Comments
 (0)