-
Notifications
You must be signed in to change notification settings - Fork 40
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
Perform rrt_exploration without having to set rectangular area of exploration #20
Comments
Hi @sandilyasg I think I made a workaround by modifying I believe you could set the rectangular area programmatically and extend the area at intervals. But still, It’s a old work of mine and couldn’t remember the exact details, so I would recommend testing it out yourself. |
Thanks for your reply @franklinselva ! Really appreciate it. By any chance would you be able to give some help on how I would set up rrt_exploration with hector_quadrotor? |
I believe the |
@franklinselva hector_quadrotor created a 2D map from SLAM. Thanks for getting back to me, I'll check it out! |
The tutorial mentions the following:
"When defining the rectangular region for exploration, the sequence of points is important. The sequence is as follows: top-left corner, bottom-left corner, bottom-right corner, top right corner, and finally the initiation point. Initiation point can be chosen anywhere within the known area (white area in the occupancy grid)."
How can I modify the code such that I will not have to set this rectangular area of exploration and the robot will automatically map as much as possible? Or how can I set it to be the default area of entire unoccupied map?
The text was updated successfully, but these errors were encountered: