berndpfrommer / basalt_ros1

ROS1 wrapper for basalt VIO
30 stars 11 forks source link

how to launch only visual odometry without IMU? #14

Closed ergys00 closed 1 year ago

ergys00 commented 1 year ago

hi there how can i launch only the visual odometry basalt reather than the visual inertial odometry one that is launched by the vio.launch file?

berndpfrommer commented 1 year ago

This is currently not possible. You can try hacking it by changing the last argument here to "false". No idea if it'll work.

// create VIO object
  vio_ = basalt::VioEstimatorFactory::getVioEstimator(
      config, calib, basalt::constants::g, true);