Open TSC21 opened 6 years ago
Note that it can also be installed directly from the ROS deb packages using:
sudo apt-get install ros-`rosversion -d`-ompl
I would be excited to see this moving forward
@Jaeyoung-Lim is this something you have the bandwidth to explore?
@TSC21 Not immediately, but for the upcoming weeks I would be interested in looking into this
I am using https://github.com/ethz-asl/mav_voxblox_planning which uses OMPL as the planning interface.
What happened to this project? It seemed some progress had taken place at the time but I don't understand where it went.
@ytaskiran This is how far it went: https://github.com/PX4/PX4-Avoidance/pull/453
@ytaskiran Would you want to take it on from there?
@LorenzMeier Actually I'd love to. By the way, I think moving on with ROS2 instead of mavros would be more convenient from now on. What do you think?
OMPL (Open Motion Planning Library) is a library which contains most of the state-of-the-art motion and path planning algorithms. It's already used in various robotics frameworks, including MoveIt!. Would be interesting to explore the possibility of integrate it with the Avoidance API in order to add other alternatives to the global planner. Note also that the license is permissive and should set us good to go on the integration. I am open to discuss this on the next avoidance call. @mrivi, @baumanta, @nicovanduijn what do you think?