| Crates.io | geist_common |
| lib.rs | geist_common |
| version | 0.1.15 |
| created_at | 2023-10-21 06:51:24.165162+00 |
| updated_at | 2023-12-02 00:09:33.42441+00 |
| description | Geist common messages for running a Geist app |
| homepage | https://faust.computer |
| repository | https://github.com/faust-computer/geist_common |
| max_upload_size | |
| id | 1009853 |
| size | 840,275 |
This repository named 'common' contains the following:
assets/common_interfaces: contians common ROS2 msgsassets/vision_msgs: contains the ROS2 submodule package for all the vision messages and servicescommon: contains the ROS2 package for Geist and its messages and servicesrust: contains for the rust crate that packages commonts for the Typescript npm package that packages commonscripts: helpful util scripts (for releasing, publishing etc)Rust: cargo add geist_common
JS/TS: npm install geist_common
Make sure you update the submodules:
❯ git submodule update --init --recursive --progress