We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7783f17 commit fb683bbCopy full SHA for fb683bb
1 file changed
core/include/dsr/core/types/type_checking/dsr_attr_name.h
@@ -269,6 +269,7 @@ REGISTER_TYPE(viriato_head_pan_tilt_nose_speed_ref, std::reference_wrapper<const
269
REGISTER_TYPE(robot_current_advance_speed, float, true) // robot frame
270
REGISTER_TYPE(robot_current_angular_speed, float, true)
271
REGISTER_TYPE(robot_current_side_speed, float, true)
272
+REGISTER_TYPE(robot_current_speed_timestamp, uint64_t, true)
273
REGISTER_TYPE(robot_local_linear_velocity, std::reference_wrapper<const std::vector<float>>, true)
274
REGISTER_TYPE(robot_local_angular_velocity, std::reference_wrapper<const std::vector<float>>, true)
275
REGISTER_TYPE(robot_ref_adv_speed, float, true) // robot frame
0 commit comments