# juno **Repository Path**: carsmos/juno ## Basic Information - **Project Name**: juno - **Description**: Juno provides a dataflow-based distributed computing framework for robots and autonomous vehicles. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2022-07-01 - **Last Updated**: 2025-07-23 ## Categories & Tags **Categories**: iot **Tags**: None ## README # Juno Juno provides a dataflow-based autonomous driving framework for computations that span from the cloud to the device. ## Getting Started To make this project work, you will need to: - install [pylot](https://github.com/erdos-project/pylot) using docker. - install [zenoh-flow-python](https://github.com/ZettaScaleLabs/zenoh-flow-python) in pylot docker. - Run the following command to run with Zenoh-flow in pylot docker: ```bash ../path/to/runtime -r foo -g pylot-pipeline.yml -l loader-config.yml ```