Skip to content

Added support for baked collision checking. #27

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

Merged
merged 4 commits into from
Aug 12, 2016
Merged

Added support for baked collision checking. #27

merged 4 commits into from
Aug 12, 2016

Conversation

mkoval
Copy link
Member

@mkoval mkoval commented Jul 31, 2016

@mkoval mkoval changed the title [WIP] Added support for baked collision checking. Added support for baked collision checking. Aug 5, 2016
@@ -58,7 +59,8 @@ class CostType(enum.Enum):


class TrajoptWrapper(MetaPlanner):
def __init__(self, planner):
def __init__(self, planner,
robot_collision_checker=DefaultRobotCollisionChecker):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix indentation here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you want the indentation to look like? I am fine with changing it, but it looks correct to me. 😕

@mkoval mkoval merged commit 8e1a658 into master Aug 12, 2016
@mkoval mkoval deleted the feature/baked branch August 12, 2016 20:13
mkoval added a commit that referenced this pull request Aug 24, 2016
psigen pushed a commit that referenced this pull request Aug 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants