From 6f771c4dce2361fcf000ebce02157cdcb20af2df Mon Sep 17 00:00:00 2001 From: "Alisher A. Khassanov" Date: Wed, 17 Jan 2024 19:49:54 +0600 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d412b1..6191ab8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Downloading prebuilt images is reccomended if you are not planning to considerab 3. Upload docker image to robot. Connect robot to your PC via USB so you can transfer image quicker. Note that currently space on the robot is limited, so you need to have 7-8 GB of free space in `/data` directory - `docker save : | ssh -C root@192.168.197.55 docker load` 4. SSH into robot and run docker image - `docker run -it --restart=unless-stopped -v /dev/:/dev/ -v /sys/:/sys/ --privileged --net=host :` 5. Search for docker container name with `docker ps` -6. Attach to the shell - `docker attach `, or if you want to create separate session `docker exec -it zsh +6. Attach to the shell - `docker attach `, or if you want to create separate session `docker exec -it zsh` 7. To launch robot hardware - `ros2 launch rae_bringup robot.launch.py`. This launches: - Motor drivers and differential controller - Camera driver, currently set up to provide Depth and streams from left & right camera. Note here that you have to calibrate cameras (see steps below). Currently a default calibration file is loaded. It's located in `rae_camera/config/cal.json`. To use one on the device or from other path, change `i_external_calibration_path` parameter in `rae_camera/config/camera.yaml`