提交 2ccae5e6 编写于 作者: fengqikai1414's avatar fengqikai1414 提交者: GoLancer

update ros release to 1.5.5: remove shm feature in 1.5.4 (#656)

上级 7153643f
......@@ -82,7 +82,7 @@ new_http_archive(
strip_prefix = "ros",
# url = "https://github.com/ApolloAuto/apollo-platform/releases/download/1.0.0/ros-indigo-apollo-1.0.0.MACHINE_ARCH.tar.gz",
# temporary ros archive for apollo-1.5
url = "https://github.com/fengqikai1414/apollo-platform/releases/download/1.5.0/ros-indigo-apollo-1.5.2-x86_64-dev.tar.gz",
url = "https://github.com/fengqikai1414/apollo-platform/releases/download/1.5.0/ros-indigo-apollo-1.5.5-x86_64-dev.tar.gz",
)
# OpenCV 2.4.13.2
......
......@@ -153,6 +153,9 @@ void Velodyne64Parser::generate_pointcloud(
return;
}
_calibration = _online_calibration.calibration();
if (_config.organized) {
init_offsets();
}
}
// allocate a point cloud with same time and frame ID as raw data
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册