# 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
forked from azazdeaz/good-bug
-
Notifications
You must be signed in to change notification settings - Fork 0
License
CoreTrackProject/good-bug
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
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%