A Domain-specific Language for Bridging ROS and ROS2 robotics systems to the IoT and Smart Environments systems.
Create virtual environment:
python -m venv myenv
source myenv/bin/activate
Install the language:
pip install .
Build the docker image (rbml-api
):
make docker
or
docker build . -t <NAME>