rtsam

Crates.iortsam
lib.rsrtsam
version0.1.4
sourcesrc
created_at2019-03-30 09:59:29.667033
updated_at2022-02-04 05:12:33.264578
descriptionReal Time Smoothing and Mapping (RTSAM) in Rust.
homepage
repositoryhttps://github.com/ProfFan/rtsam
max_upload_size
id124731
size96,353
Fan Jiang (ProfFan)

documentation

README

RTSAM

crate

Real Time Smoothing and Mapping (RTSAM) in Rust.

Development Plan

  • Standard Lie algebra in Rust
  • Working simple factor graph generation
  • Working LLVM-based JIT for CPU/GPU targets (WIP branch dev-jit)
  • Working symbolic evaluation and autograd
  • Design a continous storage strategy for factors
  • Dynamic scheduling of JIT'ed code fragments
  • GPU LM/GS Kernels with JIT'ed lazy evaluation

Warning

This work is a WIP.

LICENSE

BSD 3-Clause

Copyright (c) 2020, Fan Jiang

Code from the nalgebra project: Copyright (c) 2013, Sébastien Crozet

Commit count: 62

cargo fmt