-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SLAM with sweep best practices? #16
Comments
@utkarshjp7 hey, created an issue to track SLAM support. I got rtabmap to work(not particularly well but OK) I'll share that config with you as soon as I dig it up again. |
I trying to use google cartographer library now, struggling to get it work. |
@vssli I think that it is fantastic!!! |
@jabrena It is actually easy to use sweep with cartographer.I have done the work. |
Many @vssli, I am waiting for my unit. I suppose that I will receive it in some weeks. This week, I am creating some ROS Nodes to connect with Cartographer. @vssli Do you know if Cartographer support multiple robots to generate the Map? |
I only use info from /scan to build the map i think. |
Don´t worry @vssli :) In the beginning, I will try to create the map. Later I will research if it is possible to reuse with more robots. :) |
Has anyone gotten the hector_slam package for ROS working with sweep_ros? I'm able to see the sweep data points in RViz, but I can't for the life of me transport this information to the hector_slam node. Been editing the tutorial.launch file that comes with hector_slam and have set the scan topic to the same as the frame_id in sweep2scan.launch but that doesn't seem to be the way to go. (It might, but in any case I'm not able to visualize it). Any help appreciated. |
@vssli hi, able to post your config for sharing? thanks |
I expect that SLAM will be the primary ROS use case with the sweep. I've had some fairly mixed experiences between the major SLAM packages. I think that the sweep should have at least one approach that is well documented and can work. There are to my knowledge 4 stable SLAM approaches in ROS.
Have others gotten gmapping working? @kent-williams is it possible to get a test process that ensures the scanse sweep will work with atleast one of the slam approaches?
The text was updated successfully, but these errors were encountered: