-
Notifications
You must be signed in to change notification settings - Fork 6
Cleanup ompl servo #467
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
Cleanup ompl servo #467
Conversation
0e2d825 to
fcdf4a6
Compare
src/factory_sim/config/config.yaml
Outdated
| ompl_planning: | ||
| package: "factory_sim" | ||
| path: "config/moveit/ompl_planning.yaml" | ||
| stomp_planning: |
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.
Let's remove the stomp_planning config entries and associated stomp_planning.yaml files as well. Those were part of the old MoveIt2 planning pipeline which doesn't exist anymore, so they can go away, as OMPL
Dockerfile
Outdated
|
|
||
| # Set up the user's .bashrc file and shell. | ||
| CMD ["/usr/bin/bash"] | ||
|
|
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.
Does this Dockerfile change belong to this PR?
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.
No I think this got pulled in via abuse of squash. Will be sure to remove anything unrelated.
src/hangar_sim/launch/fuse.launch.py
Outdated
| @@ -0,0 +1,101 @@ | |||
| #! /usr/bin/env python3 | |||
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.
Is this new fuse.launch.py related to this PR?
marioprats
left a comment
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.
Almost 3k lines of configs removed! Excited about this change
fcdf4a6 to
7e8a57f
Compare
7e8a57f to
9d38d17
Compare
a4d57fd to
0f1847c
Compare
marioprats
left a comment
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.
Looks good to me.
Tried three different configs (lab_sim, multi_arm_sim and hangar_sim), all with Pose Jog / Joint Jog working!
Removed references to /configs for ompl planner, servo planner and stomp planner (still in the external dependencies)