Readd missing TrajectoryConstraints functions for MoveitCommander#2429
Readd missing TrajectoryConstraints functions for MoveitCommander#2429v4hn merged 1 commit intomoveit:masterfrom
Conversation
|
Thanks for helping in improving MoveIt and open source robotics! |
felixvd
left a comment
There was a problem hiding this comment.
Thanks for fixing this! Are you using the constraint database yourself?
moveit_ros/planning_interface/move_group_interface/src/wrap_python_move_group.cpp
Show resolved
Hide resolved
I am not using the database myself. I actually don't use this message either, but it was just something I noticed when playing with the python interface lol. |
Codecov Report
@@ Coverage Diff @@
## master #2429 +/- ##
==========================================
+ Coverage 60.46% 60.47% +0.01%
==========================================
Files 402 351 -51
Lines 29659 26460 -3199
==========================================
- Hits 17931 15999 -1932
+ Misses 11728 10461 -1267
Continue to review full report at Codecov.
|
davetcoleman
left a comment
There was a problem hiding this comment.
LGTM, would appreciate another +1 from someone else as I'm not super at Python @felixvd
|
@kevinshchang could you resolve the conflicting file? sorry for the delay! |
remove unimplemented ability to load trajectory constraints from str Fixup by v4hn <me@v4hn.de>
3fd4044 to
5de84ac
Compare
|
I rebased and cleaned up the conflicts. Looks good (though not very useful) to me... |
|
Congrats on getting your first MoveIt pull request merged and improving open source robotics! |
Description
fix #2373
Does not look like this message is used other than in very specific applications, but currently the python wrapper uses functions that do not exist, which seems like it is still worth fixing.
Checklist