Coder Social home page Coder Social logo

april-zju / cl-cbs Goto Github PK

View Code? Open in Web Editor NEW
317.0 14.0 80.0 19.01 MB

An Efficient Multi-Agent Path Finding Solver for Car-Like Robots

Home Page: https://april-zju.github.io/CL-CBS/

License: MIT License

CMake 3.02% C++ 86.83% Python 10.15%
cbs mapf robots planning multiagent-planning

cl-cbs's People

Contributors

zijinoier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cl-cbs's Issues

m_env.calcIndex(startState)

Hi,

I can't understand the meaning of this function,m_env.calcIndex(startState);
In addition, in "isSolution" function, why should judge this condition : if (goal_distance > 3 * (Constants::LB + Constants::LF)), and how is the number 3 determined? I tried the numbers 1 and 5, and the efficiency will be much slower.

Thanks.

Meaning of deltat

namespace Constants {
// [m] --- The minimum turning radius of the vehicle
static float r = 3;
static float deltat = 6.75 * 6 / 180.0 * M_PI;

What does delta mean here?

The benchmark is wrong

I visualized the benchmark map and I found lots of the map have collisions between goal position and obstacles. For example, in map_50by50_obst25_agents20_ex0.yaml, the car7's goal position is collision with the obstalces.

ROS wrapper needed

Hi,

In your paper, you mention using ROS melodic for testing the system in the real world. Could you also upload the ROS-wrapper for your system?

Thanks

Regards,
Sidharth.

OMPL dependency

Hi, I found the work depends on the OMPL library while not being mentioned in the README. To get your code to tun, I installed the OMPL library from here: https://ompl.kavrakilab.org/core/download.html, and I manually included the OMPL install path to the CMake List. Maybe consider adding this in the dependency section.

Regards,
Dingyi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.