spacetrace

Crates.iospacetrace
lib.rsspacetrace
version0.1.0
sourcesrc
created_at2021-08-12 17:33:51.956475
updated_at2021-08-12 17:33:51.956475
descriptionA 3D path solving library
homepagehttps://github.com/ewpratten/spacetrace
repositoryhttps://github.com/ewpratten/spacetrace
max_upload_size
id435333
size10,046
Evan Pratten (ewpratten)

documentation

https://docs.rs/spacetrace

README

SpaceTrace

Build Clippy Audit

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:

  • Bring the algorithm to the third dimension
  • Add support for infinite resolution paths
  • Be fully serializable and deserializable
  • Switch the underlying curve generation from my custom (and sometimes buggy) method to use Bezier curves

Tools in this repo

This repository contains the following tools:

Examples

Demo Animation

Commit count: 13

cargo fmt