flynneva / udp_msgs

ROS2 udp_msgs package
MIT License
0 stars 1 forks source link

New bloom release of udp_msgs to ROS 2 Rolling #12

Closed clalancette closed 3 years ago

clalancette commented 3 years ago

We've recently made some changes to ROS 2 Rolling that requires a new bloom release of this message package. This will fix the failing package build on Rolling that you can see in https://build.ros2.org/view/Rbin_uF64/job/Rbin_uF64__udp_msgs__ubuntu_focal_amd64__binary/41/ . Note that we only require a bloom release; a new source release should not be necessary. To re-release this package the following steps should be performed:

$ sudo apt-get update
$ sudo apt-get install python3-bloom
# Ensure that the bloom-version you are using is 0.10.3 by running 'bloom-release --version'
$ bloom-release --track rolling --rosdistro rolling udp_msgs

Please let me know if you have any questions about this. Thank you.

github-actions[bot] commented 3 years ago

Thank you for creating your first issue on this repo! Give me some time to review and respond to your problem.

flynneva commented 3 years ago

should be fixed with this PR