slam-viewer

Crates.ioslam-viewer
lib.rsslam-viewer
version0.1.2
sourcesrc
created_at2020-05-01 00:27:12.133079
updated_at2020-05-02 22:17:59.379486
descriptionSimple wgpu based SLAM map viewer.
homepagehttps://github.com/podo-os
repository
max_upload_size
id236005
size104,624
Ho Kim (kerryeon)

documentation

README

SLAM Viewer

demo

Simple wgpu based SLAM map viewer.

Current Working

  • Draw points
  • Mouse control
  • Draw frames
  • Draw input images
  • UI (Buttons, ...)

Usage

Add this to your Cargo.toml:

[dependencies]
slam-cv = "0.1"
slam-viewer = "0.1"

If you are new to slam-cv, enter this command simply at your prompt:

cargo run --example simple

If you have your own World, add this to your main.rs:

fn main() {
    let world = MyWorld(..);

    slam_viewer::alloc_thread().add(world).run();
}

Reference

Commit count: 0

cargo fmt