geist_common

Crates.iogeist_common
lib.rsgeist_common
version0.1.15
sourcesrc
created_at2023-10-21 06:51:24.165162
updated_at2023-12-02 00:09:33.42441
descriptionGeist common messages for running a Geist app
homepagehttps://faust.computer
repositoryhttps://github.com/faust-computer/geist_common
max_upload_size
id1009853
size840,275
Kosuke July Hata (entire)

documentation

https://docs.faust.computer

README

geist_common

This repository named 'common' contains the following:

  • assets/common_interfaces: contians common ROS2 msgs
  • assets/vision_msgs: contains the ROS2 submodule package for all the vision messages and services
  • common: contains the ROS2 package for Geist and its messages and services
  • rust: contains for the rust crate that packages common
  • ts for the Typescript npm package that packages common
  • scripts: helpful util scripts (for releasing, publishing etc)

Installation

Rust: cargo add geist_common JS/TS: npm install geist_common

To use within ROS2

Make sure you update the submodules:

❯ git submodule update --init --recursive --progress

Submodules

Commit count: 62

cargo fmt