Crates.io | spacetrace |
lib.rs | spacetrace |
version | 0.1.0 |
source | src |
created_at | 2021-08-12 17:33:51.956475 |
updated_at | 2021-08-12 17:33:51.956475 |
description | A 3D path solving library |
homepage | https://github.com/ewpratten/spacetrace |
repository | https://github.com/ewpratten/spacetrace |
max_upload_size | |
id | 435333 |
size | 10,046 |
SpaceTrace is the 3rd revision of my 2D/3D path planning algorithm.
Formerly designed for use by Raider Robotics, I built the first and second revisions to plan paths through a set of points in 2D space for use in autonomous control of a robot's drivetrain. The original implementation can be found here and is still used in production.
A demo tool for this first revision can be found here.
SpaceTrace (the third revision) aims to do the following:
This repository contains the following tools:
spacetrace
spacetrace-visualizer