Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
robot-sample-app
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
le
platform
vendor
qcom-opensource
robot-sample-app
Commits
036a01db
Commit
036a01db
authored
6 months ago
by
Linux Build Service Account
Browse files
Options
Downloads
Plain Diff
Merge
70ecc4f6
on remote branch
Change-Id: Ifcc6d8cf0cebbaa9de59756e9e0747f5380b2b0e
parents
2e839b75
70ecc4f6
No related branches found
Branches containing commit
Tags
LE.PRODUCT.2.3.r1-03900-KAILUA.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
inventory_scan/inventory_scan/src/nodes_impl.cpp
+1
-1
1 addition, 1 deletion
inventory_scan/inventory_scan/src/nodes_impl.cpp
with
1 addition
and
1 deletion
inventory_scan/inventory_scan/src/nodes_impl.cpp
+
1
−
1
View file @
036a01db
...
...
@@ -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
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment