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/activateInstall the language:
pip install .Build the docker image (rbml-api):
make dockeror
docker build . -t <NAME>