Dockerfile and running scripts for QRB ROS applications on QCOM Linux.
The current qrb_ros_docker support 4 packages:
mkdir -p ~/qrb_ros_docker && \
git clone https://github.com/qualcomm-qrb-ros/qrb_ros_docker ~/qrb_ros_docker
docker buildx is required to build this docker image, if you haven't install it, run the following command to install:
mkdir -p $HOME/.docker/cli-plugins && \
wget https://github.com/docker/buildx/releases/download/v0.22.0/buildx-v0.22.0.linux-arm64 -O $HOME/.docker/cli-plugins/docker-buildx && \
chmod +x $HOME/.docker/cli-plugins/docker-buildx
Start building docker image:
cd ~/qrb_ros_docker/scripts && \
bash docker_build.sh
cd ~/qrb_ros_docker/scripts && \
bash docker_run.sh
Please refer to the QRB ROS Documentation for more documents.
We would love to have you as a part of the QRB ROS community. Whether you are helping us fix bugs, proposing new features, improving our documentation, or spreading the word, please refer to our contribution guidelines and code of conduct.
- Bug report: If you see an error message or encounter failures, please create a bug report
- Feature Request: If you have an idea or if there is a capability that is missing and would make development easier and more robust, please submit a feature request
- Na Song - Initial work - nasongCool
See also the list of contributors who participated in this project.
Project is licensed under the BSD-3-clause License. See LICENSE for the full license text.