-
Notifications
You must be signed in to change notification settings - Fork 111
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
Unable to generate Online Occupancy grid map #8
Comments
what result are you looking for? 2d grid map? to generate 2d grid map you don't need amcl. amcl is for navigation after the mapping process. Try to pass the map you generated to amcl: |
Thanks @a-jahani |
Hi, but where can I find the amcl_demo.launch. |
Help Needed, please.
As per your 2d-grid-mapping.pdf, you have generated online occupancy grid map for autonomous navigation. I am learning SLAM and your codes are one of the very few which gives 2d map for navigation.
I am running Ubuntu 14.04 with ROS indigo, Opencv 2.11, Eigen 3.2 in a virtual machine. I followed your "steps" file to understand the result. I used the below 5 commands:
But, i am unable to generate the result. I think, the problem is in the amcl_dmo.laucnh (unmodified) file. I am unable to figure out the modification you have done. Is it possible to share the modified amc_demo.launch file?
I am also attaching my rqt_graph.
Thanks in advance
The text was updated successfully, but these errors were encountered: