Skip to content

Commit

Permalink
id -> name
Browse files Browse the repository at this point in the history
  • Loading branch information
charmoniumQ authored and e3m3 committed May 11, 2021
1 parent b2421de commit 41f631b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ov_msckf/src/slam2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class slam2 : public plugin {
, open_vins_estimator{manager_params}
, imu_cam_buffer{nullptr}
{
sb->schedule<imu_cam_type>(id, "imu_cam", [&](switchboard::ptr<const imu_cam_type> datum, std::size_t iteration_no) {
sb->schedule<imu_cam_type>(get_name(), "imu_cam", [&](switchboard::ptr<const imu_cam_type> datum, std::size_t iteration_no) {
this->feed_imu_cam(datum, iteration_no);
});
}
Expand Down

0 comments on commit 41f631b

Please sign in to comment.