Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cras_ros_utils: 2.5.0-1 in 'noetic/distribution.yaml' [bloom] #44455

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

peci1
Copy link
Contributor

@peci1 peci1 commented Feb 13, 2025

Increasing version of package(s) in repository cras_ros_utils to 2.5.0-1:

cras_bag_tools

* filter_bag: Split into a reusable module, added more filters and example configs.
* topic_set: Support iteration over TopicSet.
* extract_images: Support global speedup setting.
* filter_bag: Refactor.
* filter_bag: Rewritten to use image_transport_codecs
* Added extract_images
* Added filter_bag
* Contributors: Martin Pecka

cras_cpp_common

  • No changes

cras_docs_common

  • No changes

cras_py_common

* plugin_utils: Fixed Python 2.7 compatibility.
* Added plugin_utils.
* string_utils: Added pretty_file_size()
* message_utils: Added msg_to_raw and raw_to_msg
* Fixed dependencies.
* image_encodings: Added isDepth().
* Added image_encodings.py and distortion_models.py .
* Contributors: Martin Pecka

cras_topic_tools

  • No changes

image_transport_codecs

* Fixed RVL decoder incorrectly marking some images as malformed.
  Apparently, the compression ratio can get better that 5:1 (happens mostly in images with large NaN areas).
* Contributors: Martin Pecka

@github-actions github-actions bot added the noetic Issue/PR is for the ROS 1 Noetic distribution label Feb 13, 2025
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for sending a pull request to ROS distro!

This is an automated tool that helps check your pull request for correctness.
This tool checks a number of attributes associated with your ROS package and generates a report that helps our reviewers merge your pull request in a timely fashion. Here are a few things to consider when sending adding or updating a package to ROS Distro.
ROS Distro includes a very helpful CONTRIBUTING.md file that we recommend reading if it is your first time submitting a package.
Please also read the ROS Distro review guidelines which summarizes this release process.

ROS Distro Considerations

Package Considerations

Having your package included in a ROS Distro is a badge of quality, and we recommend that package developers strive to create packages of the highest quality. We recommend package developers review the following resources before submitting their package.

Need Help?

Please post your questions to Robotics Stack Exchange or refer to the #infra-help channel on our Discord server.


For changes related to yamllint:

  • ✅ All new lines of YAML pass linter checks

Copy link
Contributor

@sloretz sloretz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add either a top level LICENSE file to the master branch of https://github.com/ctu-vras/ros-utils , or add a LICENSE file into the cras_bag_tools folder.

Once that's complete, we can merge this PR. You do not need to re-run bloom-release.


  • At least one of the following must be present
    • Top level license file:
    • Per package license files
  • License is OSI-approved:
  • License correctly listed in package.xmls
  • Public source repo:
  • Source repository contains ROS packages
  • Each package meets REP-144 naming conventions
Package name details
$ find . -name "package.xml" -exec grep --color=auto -e "<name>" "{}" ";"
  <name>camera_throttle</name>
  <name>cras_bag_tools</name>
  <name>cras_cpp_common</name>
  <name>cras_docs_common</name>
  <name>cras_py_common</name>
  <name>cras_topic_tools</name>
  <name>image_transport_codecs</name>
  <name>tf_static_publisher</name>
License details
$ find . -name "package.xml" -exec grep --color=auto -e "<license[^>]*>" "{}" "+"
./camera_throttle/package.xml:  <license>BSD</license>
./cras_bag_tools/package.xml:  <license>BSD</license>
./cras_cpp_common/package.xml:  <license>BSD</license>
./cras_docs_common/package.xml:  <license>BSD</license>
./cras_py_common/package.xml:  <license>BSD</license>
./cras_topic_tools/package.xml:  <license>BSD</license>
./image_transport_codecs/package.xml:  <license>BSD</license>
./tf_static_publisher/package.xml:  <license>BSD</license>

@peci1
Copy link
Contributor Author

peci1 commented Feb 13, 2025

Ah, right. Added.

@peci1 peci1 requested a review from sloretz February 13, 2025 18:04
@sloretz sloretz merged commit 99bad42 into ros:master Feb 13, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
noetic Issue/PR is for the ROS 1 Noetic distribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants