-
Notifications
You must be signed in to change notification settings - Fork 948
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
Fixes *_planning_pipeline.launch template input args defaults #2849
Fixes *_planning_pipeline.launch template input args defaults #2849
Conversation
32f7247
to
c0f23a9
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.
Fixed values shouldn't be allowed to change...
For the other args, I agree.
...tup_assistant/templates/moveit_config_pkg_template/launch/chomp_planning_pipeline.launch.xml
Outdated
Show resolved
Hide resolved
...etup_assistant/templates/moveit_config_pkg_template/launch/ompl_planning_pipeline.launch.xml
Outdated
Show resolved
Hide resolved
...oveit_config_pkg_template/launch/pilz_industrial_motion_planner_planning_pipeline.launch.xml
Outdated
Show resolved
Hide resolved
...p_assistant/templates/moveit_config_pkg_template/launch/trajopt_planning_pipeline.launch.xml
Outdated
Show resolved
Hide resolved
c0f23a9
to
44c4de6
Compare
This commit makes sure that all input arguments of the *_planning_pipeline.launch templates do have a default value.
44c4de6
to
45ab275
Compare
@rhaschke Good points, can't believe I missed that. I fixed these issues and rebased the branch. |
Codecov Report
@@ Coverage Diff @@
## master #2849 +/- ##
==========================================
- Coverage 60.87% 60.84% -0.02%
==========================================
Files 366 366
Lines 31705 31705
==========================================
- Hits 19296 19288 -8
- Misses 12409 12417 +8
Continue to review full report at Codecov.
|
Thanks! |
This commit makes sure that all input arguments of the *_planning_pipeline.launch templates do have a default value.