Skip to content

dirthsj/Rusty-Path-Planning

Repository files navigation

Environment setup

Install rustup

Build

cargo build

Linting

cargo clippy

Running

cargo run -- --input input.json --svg out.svg --json out.json

Note: either --svg or --json may be omitted

Processing Results

Open out.svg in a browser to view the visualization, or import out.json into your software of choice

About

A small project I created to help me learn Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages