Skip to content

Commit

Permalink
Update KimeraVioRos.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRV authored Jul 24, 2021
1 parent 8bbc42e commit 778540d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KimeraVioRos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ bool KimeraVioRos::spin() {
std::future<bool> vio_pipeline_handle =
std::async(std::launch::async,
&VIO::Pipeline::spin,
*CHECK_NOTNULL(vio_pipeline_.get()));
CHECK_NOTNULL(vio_pipeline_.get()));
// Run while ROS is ok and vio pipeline is not shutdown.
ros::Rate rate(20); // 20 Hz
while (ros::ok() && !restart_vio_pipeline_) {
Expand Down

0 comments on commit 778540d

Please sign in to comment.