libMultiRobotPlanning icon indicating copy to clipboard operation
libMultiRobotPlanning copied to clipboard

Library with search algorithms for task and path planning for multi robot/agent systems

Results 14 libMultiRobotPlanning issues
Sort by recently updated
recently updated
newest added

Hello! Is there a script that generates different agent and map configurations in the YAML format? If so, could you please direct me to where I can find it?

Does this support multi-goal task allocation? That is, one robot visiting multiple goal locations?

I once made a map as attachment, '#' means obstacle, '.' means space, '1','2','3' is start position of three agent, and 'A', 'B', 'C' is the goal position one by...

Hello, I was trying out the package for multi-agent motion planning using SIPP but noticed the presence of collisions when trying to visualize the ouptut. I tried `test_mapf_prioritized_sipp.py` with `createVideo=True`...