forked from moveit/moveit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add arguments to launch file templates (moveit#1397)
* add arguments to launch file templates If one has an installed moveit_config package, there should be enough arguments, to use move_group.launch. Otherwise every user of the robot would have to fork the robot package. This commit adds some options that allow an application package to build onto a robot's moveit_config: * load_robot_description - if set to false, one can load a modified robot model that contains e.g. additional fixed objects * pipeline - allows to choose between different planning pipelines (minimal version of moveit#1025) * rviz config_file - path to config file is way more flexible than defaulting to an empty setting. Especially since the `save config as default` option was dropped in RViz. * rename argument to rviz_config * add rviz_config argument to MIGRATION.md * Update MIGRATION.md Co-Authored-By: jschleicher <j.schleicher@pilz.de>
- Loading branch information
1 parent
620e6b2
commit d9c6a83
Showing
3 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters