Get the installation script and install the docker:
curl -fsSL https://get.docker.com | bash -s docker
Get RoboRTS-Base from GitHub :
git clone https://github.com/RoboMaster/RoboRTS-Base.git catkin_ws/src
Build the docker image:
cd catkin_ws/src/docker
./build_image.sh
The default image is based on ROS Noetic and compatible with x86 and arm64 architecture. If you want to modify the image configuration, please refer to build_image.sh
Config the udev rules and build the package in the docker container:
./config_and_make.sh
Run the ROS driver from launch file in the docker container:
./launch.sh