-
Notifications
You must be signed in to change notification settings - Fork 7
Update pre-commit, do not run integration tests for flaky objectives #437
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
Conversation
| /> | ||
| <Action ID="SetupMTCCurrentState" task="{mtc_task}" /> | ||
| <!--The arm is moved to this intermediate waypoint to give a more predicable arm motion while avoiding the hanging bowls. Even with a collision object modeled the arm would still make large motions at times which influenced how well the part was aligned to the jig posts.--> | ||
| <!--The arm is moved to this intermediate waypoint to give a more predictable arm motion while avoiding the hanging bowls. Even with a collision object modeled the arm would still make large motions at times which influenced how well the part was aligned to the jig posts.--> |
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.
Codespell fix
| from launch_ros.descriptions import ComposableNode, ParameterFile | ||
| from nav2_common.launch import RewrittenYaml | ||
|
|
||
|
|
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.
black formatter fix
| "Pick 1 Pill Bottle", | ||
| "AddBottlesToPlanningScene", |
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.
Don't run these since they were causing CI to flake since they have ML objectives
Replaces #436 and #435