You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on a mobile robot project, in which I want to implement ROS Navigation to be able to set goal pose and avoid obstacles. The main problem is, that I don't have a Kinect or a laser sensor, so I'm not able to send any PointCloud or LaserScan messages. I also have MPU 6050, so I can get some odometry data. For now I can't even save a map, that is created by ORB_SLAM in any way. I tried to relay ORB_SLAM/Map topic to /map to use it for saving via map_server map_saver, but map_server couldn't find it. Is there any way to use ORB_SLAM instead of PointCloud/LaserScan? If it's not possible, how can I use it for navigation and sending goals?
The text was updated successfully, but these errors were encountered:
I am currently working on a mobile robot project, in which I want to implement ROS Navigation to be able to set goal pose and avoid obstacles. The main problem is, that I don't have a Kinect or a laser sensor, so I'm not able to send any PointCloud or LaserScan messages. I also have MPU 6050, so I can get some odometry data. For now I can't even save a map, that is created by ORB_SLAM in any way. I tried to relay ORB_SLAM/Map topic to /map to use it for saving via map_server map_saver, but map_server couldn't find it. Is there any way to use ORB_SLAM instead of PointCloud/LaserScan? If it's not possible, how can I use it for navigation and sending goals?
The text was updated successfully, but these errors were encountered: