Commit c07be63
Cleanup OMPL's PlanningContextManager's protected API
- Calling the factory_selector lambda causes the returned value to be NULL.
There is no value in having this selector function. We could directly pass the correct factory.
- MotionPlanRequest isn't actually used.1 parent 9804c19 commit c07be63
2 files changed
Lines changed: 6 additions & 14 deletions
File tree
- moveit_planners/ompl/ompl_interface
- include/moveit/ompl_interface
- src
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
210 | | - | |
211 | 209 | | |
212 | 210 | | |
213 | 211 | | |
| |||
218 | 216 | | |
219 | 217 | | |
220 | 218 | | |
221 | | - | |
222 | | - | |
| 219 | + | |
223 | 220 | | |
224 | 221 | | |
225 | 222 | | |
| |||
Lines changed: 5 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
314 | | - | |
| 313 | + | |
315 | 314 | | |
316 | | - | |
317 | | - | |
318 | 315 | | |
319 | 316 | | |
320 | 317 | | |
| |||
461 | 458 | | |
462 | 459 | | |
463 | 460 | | |
464 | | - | |
| 461 | + | |
465 | 462 | | |
466 | 463 | | |
467 | 464 | | |
468 | | - | |
469 | | - | |
470 | | - | |
| 465 | + | |
471 | 466 | | |
472 | | - | |
| 467 | + | |
473 | 468 | | |
474 | | - | |
| 469 | + | |
475 | 470 | | |
476 | 471 | | |
477 | 472 | | |
| |||
0 commit comments