-
Notifications
You must be signed in to change notification settings - Fork 129
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
Illegal bounds change #29
Comments
Hello, Thanks |
@alefagg No I didnot. How about you? I tried really hard to findout what's happenbing, but i was not able to debug why it is happening. Please let me know if you solved it. |
Thanks for the report. It looks like there may have been a change upstream in the costmap_2d package that's issuing this warning. I'll try to have a look at this sometime in the near future, but PRs are welcome. |
any update? |
I am getting the same warning. I will try and add some more information in the hopes that @paulbovbel (or anyone else) can help me find the root cause of this (since it appears many people have run into this issue...but I have not seen any solutions posted). I have created a new catkin workspace and dumped the latest frontier_exploration, navigation, and geometry packages into it. (Any other dependencies are system installs, which would be a bit older.) I build this new workspace without any issue. I take the provided exploration.launch file and modify to fit my system. It looks like this:
I then launch the node (
The robot does not move. I suspect it's due to the warnings above. Any suggestions as to where I went awry (or how to fix this so that my robot explores properly) would be appreciated! A few other (perhaps relevant) notes:
|
I am seeing exactly this error in ROS melodic. I have tried running the frontier exploration demo on both the Husky and the turtlebot3 (both in gazebo) and get the same error with both. Has anyone figured out the fix? |
@erinline, I did not find a solution. I ended up using another exploration package (explore_lite), which I was able to get up and running. It works in a similar fashion. It computes all the unexplored frontiers (although it does this for the whole map...rather than within a particular polygon) and explores them in a greedy fashion. |
@jaredjohansen thanks for the info!! I'll try that package |
I can provide a possible solution, |
Hello @paulbovbel ,
I tried follwing the documentation in ROS WIKI to run froniter exploration, but when i try running it I am getting the follwoing error:
[ WARN] [1498586157.959931982, 1836.780000000]: Illegal bounds change, was [tl: (-99.975000, -99.975000), br: (100.025003, 100.025003)], but is now [tl: (-100.000000, -100.000000), br: (99.975003, 99.975003)]. The offending layer is explore_costmap/explore_boundary
I tired to debug it, but I was not able to do it. Can you help me sovle this?
Thanks.
The text was updated successfully, but these errors were encountered: