Skip to content

orion0616/gppc-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPPC Path Simulator

simulator-image

GPPC(Grid-Based Path Planning Competition) is a competition of grid-based path planning. GPPC Path Simulator is a simulator that validates and shows solutions of problems. If you give this simulator a path as input, you can see a graphical map, path, and a result of its validaty.

Install

Run this code on your terminal.

git clone git@github.com:orion46/gppc-simulator.git

How to use it

python simulator.py PATHFILE

A format of path file

In the first line, one string is given. It's a map file name

In the following lines, each line has one path. Paths' format are like below.

(1,2)(2,3)(3,4)(4,5)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages