Conversation
|
|
||
| ~PR2ArmIKSolver() override{}; | ||
|
|
||
| void updateInternalDataStructures() override; |
There was a problem hiding this comment.
For some reason this function was deleted in (https://github.com/ros-planning/moveit2/pull/60/files#diff-8404d089489122c76cd63a908826c88eL90) even though it overrides a virtual function. Not sure why this didn't complain with eloquent.
There was a problem hiding this comment.
Removed this since ros-eloquent-orocos-kdl is at 3.2.1 which doesn't include this. @clalancette are there plans for making another eloquent release?
|
Could you please keep an eye on and add relevant changes to the moveit repo as well? |
Codecov Report
@@ Coverage Diff @@
## master #226 +/- ##
==========================================
- Coverage 47.43% 47.35% -0.08%
==========================================
Files 143 143
Lines 13347 13347
==========================================
- Hits 6331 6321 -10
- Misses 7016 7026 +10
Continue to review full report at Codecov.
|
General fixes that are required for Foxy to build. Since these are very generic, I think they should be merged into master.