-
Notifications
You must be signed in to change notification settings - Fork 32
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
Conversation
ros/foxglove_msgs/package.xml
Outdated
@@ -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> |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RIP 🪦
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.