-
Notifications
You must be signed in to change notification settings - Fork 19
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
Do planning & perception in the robot frame? #285
Comments
Perhaps this should be a discussion for herbpy? Nothing in |
This discussion definitely belongs here because In response to @DavidB-CMU's original question: @Shushman already added this functionality to However, @cdellin made a argument that we should fix the underlying oscillation, not hack around it by running perception in the robot frame. This work-around will break as soon as we move the base which, hopefully, will become more common with the upcoming hardware charges. Instead, we can unsubscribe to the Stargazer in OpenRAVE when we know the robot is stationary. @jeking04 Are we already doing this in the table clearing demo? |
I'm confused. Why does I don't think planning in the robot frame is necessarily a bad idea: it means that object persistence is more challenging, but it avoids compounding localization error with perception error. But I do not understand why anything in |
First, I agree that we should fix the underlying oscillation. Second, the @psigen I'm not sure if this answers your question, but I'll give it a shot. |
I had some problems with HERB's pose drifting because it could only see 1 stargazer landmark. I cleaned the sensor lens and the IR stickers and it works better, it's seeing a minimum of 2 markers with the robot in a similar position.
Tom gave us a lot of help in this thread, should we give him a status update?
cra-ros-pkg/robot_localization#221
Also I propose that we do planning and perception activities in the robot's base frame.
I think we should leave the map-to-robot frame transform as something that only concerns the localization and mapping problem.
The text was updated successfully, but these errors were encountered: