Skip to content

Merge v9.1 to main#539

Merged
JWhitleyWork merged 3 commits intomainfrom
main-merge-v9.1-2222
Mar 24, 2026
Merged

Merge v9.1 to main#539
JWhitleyWork merged 3 commits intomainfrom
main-merge-v9.1-2222

Conversation

@JWhitleyWork
Copy link
Member

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates lab_sim_behaviors to use the MoveIt Studio vision wrapper header for cv_bridge integration (consistent with the package’s declared dependencies), as part of merging v9.1 into main.

Changes:

  • Replaced direct cv_bridge include with moveit_studio_vision’s cv_bridge wrapper header.
Comments suppressed due to low confidence (1)

src/lab_sim_behaviors/src/compute_tray_place_positions_using_apriltags.cpp:20

  • This file uses sensor_msgs::image_encodings::RGB8 and std::find_if, but does not include the corresponding headers (<sensor_msgs/image_encodings.hpp> and <algorithm>). With the switch away from cv_bridge/cv_bridge.h, relying on transitive includes becomes more brittle and may break builds depending on what moveit_studio_vision/cv_bridge.hpp includes. Add the direct includes here to make compilation deterministic.
#include <moveit_pro_behavior_interface/get_required_ports.hpp>
#include <moveit_pro_behavior_interface/metadata_fields.hpp>
#include <moveit_studio_vision/cv_bridge.hpp>
#include <moveit_studio_vision/image_utils.hpp>
#include <moveit_studio_vision_msgs/msg/object_detection_array.hpp>
#include <opencv2/opencv.hpp>
#include <sensor_msgs/msg/camera_info.hpp>

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@JWhitleyWork JWhitleyWork enabled auto-merge March 24, 2026 00:05
@JWhitleyWork JWhitleyWork merged commit 6e4a49a into main Mar 24, 2026
9 checks passed
@JWhitleyWork JWhitleyWork deleted the main-merge-v9.1-2222 branch March 24, 2026 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants