Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
its
cam_lidar_calibration
Commits
6043bc07
Commit
6043bc07
authored
Nov 08, 2019
by
James Ward
Browse files
Correct name of service
parent
e8bd5001
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/feature_extractor.cpp
View file @
6043bc07
...
...
@@ -71,7 +71,7 @@ void FeatureExtractor::onInit()
roi_publisher
=
public_nh
.
advertise
<
cam_lidar_calibration
::
calibration_data
>
(
"roi/points"
,
10
,
true
);
pub_cloud
=
public_nh
.
advertise
<
PointCloud
>
(
"velodyne_features"
,
1
);
expt_region
=
public_nh
.
advertise
<
PointCloud
>
(
"Experimental_region"
,
10
);
optimise_service_
=
public_nh
.
advertiseService
(
"
sample
"
,
&
FeatureExtractor
::
serviceCB
,
this
);
optimise_service_
=
public_nh
.
advertiseService
(
"
optimiser
"
,
&
FeatureExtractor
::
serviceCB
,
this
);
vis_pub
=
public_nh
.
advertise
<
visualization_msgs
::
Marker
>
(
"visualization_marker"
,
0
);
visPub
=
public_nh
.
advertise
<
visualization_msgs
::
Marker
>
(
"board_corners_3d"
,
0
);
image_publisher
=
it_
->
advertise
(
"camera_features"
,
1
);
...
...
Write
Preview
Supports
Markdown
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