HKUST-Aerial-Robotics / VINS-Mono

A Robust and Versatile Monocular Visual-Inertial State Estimator
GNU General Public License v3.0
4.92k stars 2.09k forks source link

VINS-Mono: Autonomous Navigation on Turtlebot 2e #301

Open teddyluo opened 5 years ago

teddyluo commented 5 years ago

Hi @qintonguav @shaozu @PeiliangLi,
VINS-Mono is a great job. I am now working on a job: using VINS-Mono as the odometry, and let the robot (like turtlebot 2e) autonomously navigate on a room. In this scenario, the challenge is how to put the VINS-Mono outputs into the ROS move_base framework. The effect is the same as what the RTAB-Map method does:

http://wiki.ros.org/rtabmap_ros/Tutorials/MappingAndNavigationOnTurtlebot#If_you_don.27t_have_the_robot%EF%BC%89

Can you give some examples/guidelines on how to accomplish this job? My hardware platform includes:

Many thanks.

arjunskumar commented 4 years ago

@teddyluo Are you able to solve it?