Skip to content
Snippets Groups Projects
Commit 036a01db authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 70ecc4f6 on remote branch

Change-Id: Ifcc6d8cf0cebbaa9de59756e9e0747f5380b2b0e
parents 2e839b75 70ecc4f6
No related branches found
Tags LE.PRODUCT.2.3.r1-03900-KAILUA.0
No related merge requests found
......@@ -397,7 +397,7 @@ void ScanNode::execute(void)
if(sync_state_->get_state() == SyncState::START) {
RCLCPP_INFO(this->get_logger(), "scan starts");
auto goal_msg = std::make_shared<VisionAction::Goal>();
goal_msg->action_id = VisionAction::Goal::START_STREAM_CASE;
goal_msg->action_id = VisionAction::Goal::REGISTER_CAMERA_QR_DETECT;
goal_msg->camera_id = 1; //hardcode
auto send_goal_options = rclcpp_action::Client<VisionAction>::SendGoalOptions();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment