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

ros: Remove ImageMarkerArray #251

Merged
merged 5 commits into from
Mar 1, 2025
Merged

Conversation

amacneil
Copy link
Contributor

@amacneil amacneil commented Feb 27, 2025

Changelog

Drop support for foxglove_msgs/ImageMarkerArray

Docs

None

Description

foxglove_msgs/ImageMarkerArray was a hack that we used to support multiple image annotations on an image. It predates Foxglove schemas, and foxglove_msgs/ImageAnnotations has been our recommended way to display multiple image annotations for several years.

@amacneil amacneil requested a review from jtbandes February 27, 2025 06:03
@amacneil amacneil changed the title Remove ImageMarkerArray ros: Remove ImageMarkerArray Feb 27, 2025
@amacneil amacneil requested a review from defunctzombie March 1, 2025 00:26
@@ -19,7 +19,7 @@
<build_depend condition="$ROS_VERSION == 2">rosidl_default_generators</build_depend>
<build_depend>ros_environment</build_depend>

<depend>visualization_msgs</depend>
<depend>builtin_interfaces</depend>
Copy link
Member

Choose a reason for hiding this comment

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

Hm - this seems like it should be conditional on ROS 2. If we don't plan to ever publish for ROS 1 again, then we should remove all the conditional stuff.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch, updated.

I doubt we will publish any more ROS 1 updates but we can remove all that in another PR.

Copy link
Contributor

Choose a reason for hiding this comment

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

We should still be considerate of folks building ROS 1 things from source.

Copy link
Member

@jtbandes jtbandes left a comment

Choose a reason for hiding this comment

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

RIP 🪦

@amacneil amacneil merged commit 16a3b62 into main Mar 1, 2025
36 checks passed
@amacneil amacneil deleted the adrian/remove-imagemarkerarray branch March 1, 2025 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants