Skip to content

Fix rostime_codec use with non-native time types.

Eric Gallimore requested to merge dev/rostime_explict_type into master

Bugfixes

  • Fixes rostime_codec use with non-native time types by adding an optional ros_type parameter that can be used to specify the field type. This is needed if using custom time types, which you have to do if you want to try to handle both ROS1 and ROS2.
  • Fixes CI test by installing ros-noetic-dynamic-reconfigure package
Edited by Eric Gallimore

Merge request reports

Loading