Skip to content

CoreTrackProject/good-bug

 
 

Repository files navigation

🚧 - 🌱 🤖 🍅

Install notes (Ubuntu 21.04, RPi4)

# clone the repo with `--recurse-submodules`
git clone --recurse-submodules git@github.com:azazdeaz/good-bug.git

# packages required by Rust crates
sudo apt install build-essential cmake libclang-dev pkg-config libssl-dev libzmq3-dev

# build OpenVSlam
cd openvslam-wrap/openvslam/
make install-dependencies
# `cargo build` will also build OpenVSlam, but it's better to run it first separately to see if there are any errors
make run-cmake 
make build-api


# run on-board process
cd ../.. # go to the repo root
make run-robot-release

# run visualization
make run-robot-release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 67.6%
  • Jupyter Notebook 9.4%
  • GDScript 8.4%
  • OpenSCAD 8.4%
  • Makefile 4.0%
  • GAP 1.3%
  • Other 0.9%