ros-drivers / nmea_msgs

nmea_msgs is a ROS package containing messages related to the NMEA standard
ros.org/wiki/nmea_msgs
30 stars 23 forks source link

Release for ROS2 Eloquent? #10

Closed esteve closed 4 years ago

esteve commented 4 years ago

The nmea_msgs package is currently available for ROS2 Crystal and Dashing, but not Eloquent. I'd like to help with that.

evenator commented 4 years ago

Thank you! If you make a pull request for the ROS 2 branch that works in Eloquent, (or verify that the current ROS 2 branch builds and works in Eloquent) I'd be happy to release it.

esteve commented 4 years ago

@evenator thanks for the quick response. The ros2 branch works flawlessly with Eloquent, I used it to convert a large rosbag from ROSBAG1 to ROSBAG2:

https://gitlab.com/autowarefoundation/autoware.auto/AutowareAuto/issues/306#note_292118698

evenator commented 4 years ago

I've bloomed the package, and it should be in the next eloquent release. https://github.com/ros/rosdistro/pull/23856

esteve commented 4 years ago

@evenator thank you so much!