Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
its
lidar_motion_correction
Commits
828a8826
Commit
828a8826
authored
Aug 18, 2020
by
Stewart Worrall
Browse files
FIX: corrected bag playback failed previously due to a change in the api for h264_bag_playback
parent
4d9c119c
Changes
1
Hide whitespace changes
Inline
Side-by-side
corrected_bag_playback/src/corrected_bag_playback.cpp
View file @
828a8826
...
...
@@ -124,7 +124,7 @@ public:
//todo: replace lidar motion correction tf lookup with pass through from h264 bag publisher
correct_lidar
.
tf_msg_callback
(
tf_msg
);
//projection.callback_camerainfo(tf_msg);
projection
.
lookupLidarCameraTF
(
t
f_buff
er
);
projection
.
lookupLidarCameraTF
(
t
ransform
er
_
);
}
auto
imu_msg
=
message
.
instantiate
<
sensor_msgs
::
Imu
>
();
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment