Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 ompl 开发运动规划算法,我想知道是否可以以某种方式更改 V-Rep ompl 插件,以便它运行我自己的 ompl 规划算法(例如用我自己的算法替换 RRT-Connect、FMT 等) )?
我应该怎么做?
以下是如何在 OMPL 中添加新规划器。OMPL 是从源代码安装的。
ompl/src/ompl/geometric/planners
ompl/build/Release/
cmake . ../..
make -j4