-
Notifications
You must be signed in to change notification settings - Fork 44
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
Fallschool multiverse demo + Minor Changes #227
Fallschool multiverse demo + Minor Changes #227
Conversation
87fde07
to
0efb974
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed we also need to think about a more unified interface to the beliefe state to avoid extra checks in the code which simulation we are running currently
demos/pycram_multiverse_demo/demo_euROBIN_industrial_robotics.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry missclicked, meant to request changes instead of approve
looks good so far but this PR can't be merged at the moment |
600c802
to
9eaa647
Compare
…lk surface such that the cup becomes staple and does not fall from the milk surface.
…e is a default implementation for them now.
…nc function is called directly from with UseProspectionWorld.
…iverse with pycram.
… pycram objects, closing and opening gripper works.
…ead of robot_description.
…andard is used instead (real, belief_state, and prospection) for the names.
Optimized setting joint states by using set_multiple joints instead of looping over all joints.
…aise a warning if so.
… the link as they are not the same.
…t limits when setting joint positions.
…g the simulation.
…erse for real world simulation.
…e kept while navigating.
…o have a linear history.
…ocation. Check for continuous joint when clipping. Fixed multiverse demo. Don't set link_state as it is not settable/needed.
…s that cannot be accessed when drawer is open.
05953d9
to
8b471bb
Compare
I think it's ok now, hopefully no one merges again 😅 |
This contains the multiverse fallschool demo. (NOTE: Depends on #226)
The changes in Action, Motion, and Location Designators are summarized as follows: