Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
voxl
ROS
voxl-hal3-tof-cam-ros
Commits
86b4fb54
Commit
86b4fb54
authored
Jan 14, 2021
by
Alex Kushleyev
Browse files
fix up merge
parent
efa6f293
Pipeline
#241875722
passed with stages
in 1 minute and 16 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
source/src/hello_hal3_camera_main.cpp
source/src/hello_hal3_camera_main.cpp
+0
-1
No files found.
.gitlab-ci.yml
View file @
86b4fb54
...
...
@@ -21,4 +21,4 @@ build:
-
/bin/bash make_package.sh
artifacts
:
untracked
:
true
expire_in
:
5
min
expire_in
:
1
min
source/src/hello_hal3_camera_main.cpp
View file @
86b4fb54
...
...
@@ -82,7 +82,6 @@ int Hal3MainEnter(int argc, char* const argv[], ros::NodeHandle rosNodeHandle)
rosNodeHandle
.
param
<
bool
>
(
"publish_ir_image"
,
publishIRImage
,
false
);
rosNodeHandle
.
param
<
bool
>
(
"publish_point_cloud"
,
publishPointCloud
,
false
);
rosNodeHandle
.
param
<
bool
>
(
"publish_laser_scan"
,
publishLaserScan
,
false
);
rosNodeHandle
.
param
<
int
>
(
"camera_id"
,
cameraid
,
1
);
if
(
publishDepthImage
==
true
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment