robotrt-cli 0.1.0-beta.1

RobotRT modular robotics runtime and middleware components.
1
2
3
4
5
6
pub const DEFAULT_LOAD_REPORT_PATH: &str = "artifacts/introspection/local-loop-load.json";
pub const DEFAULT_RESOURCE_REPORT_PATH: &str = "artifacts/introspection/local-loop-resources.json";
pub const DEFAULT_RUNTIME_REPORT_PATH: &str = "artifacts/introspection/local-loop-runtime.json";
pub const DEFAULT_STATUS_REPORT_PATH: &str = "artifacts/introspection/local-loop-status.json";
pub const DEFAULT_BAG_PATH: &str = "artifacts/bag/demo.rrbag";
pub const DEFAULT_ORCHESTRATION_CONFIG_PATH: &str = "configs/orchestration/ci-gate.json";