RealTimePathPlanning icon indicating copy to clipboard operation
RealTimePathPlanning copied to clipboard

Sampling based rewiring approaches to solve motion planning problems for a robot with dynamic obstacles

Results 6 RealTimePathPlanning issues
Sort by recently updated
recently updated
newest added

Several errors with the SMP class ``` In file included from .../source_code/openFrameworks/macOS_0_11_2/apps/RT_RRTStar/src/SamplingMotionPlanning.cpp:1: .../source_code/openFrameworks/macOS_0_11_2/apps/RT_RRTStar/src/SMP.h:20:22: error: extra qualification on member 'start' static ofVec2f SMP::start; ~~~~~^ .../source_code/openFrameworks/macOS_0_11_2/apps/RT_RRTStar/src/SMP.h:22:21: error: extra qualification on member 'root'...

I tried to rebuild this source, but there are many errors in the current version. I am using VS 2015 also. I hope someone could maintain it.

When I run the program, it can work. But the obstacles are motionless. So How do I modify the program to run properly?

Need grid based spatial indexing for finding the nearest neighbours and nodes at a specific location more efficiently. A simple 2D grid or more efficient Kd-tree.

enhancement