Pass robot_description parameter in RobotCommander.get_group#781
Pass robot_description parameter in RobotCommander.get_group#781rkeatin3 wants to merge 5 commits intomoveit:indigo-develfrom rkeatin3:indigo-devel
Conversation
Exclude passive joints from trajectories to execute and the lists for fake controllers.
Reformatting changes with clang-format-3.8.
Pass robot_description parameter on creating MoveGroup (otherwise it will look in "/robot_description").
Fixed for apparent member variable naming convention.
|
👍 but looking at the commits this should definitely be a squash merge |
|
Agreed. Resetting my branch to origin/indigo-devel from my previous PR would have avoided part of that headache, yeah? Any other feedback appreciated, as I'm fairly new to git and very new to open-source software development. |
|
No worries about that, doing great. I do have to add a new note though...It is preferred to submit PR-s against |
|
Sure thing, will do. It's easy to verify Thanks for the input! |
|
See new PR for |
…oveit#752) (moveit#781) Co-authored-by: Marco Lapolla <marco.lapolla5@gmail.com>
Description
When using a parameter other than "/robot_description",
RobotCommander.get_group()will fail in creating aMoveGroupCommander. The name of the parameter needs to be passed.Checklist
Code is auto formatted using clang-formatNot applicable. My changes are PEP-8 compliant, though.
I realize that it would have been cleaner to reset my indigo-devel to origin/indigo-devel rather than merge. I can redo this PR if that's at all problematic.