-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,10 +34,11 @@ docker buildx build \ | |
followed by exporting the image and copying to the target device: | ||
```bash | ||
docker save ros2:latest | gzip > ros2_image_latest.tar.gz | ||
scp ros2_image_latest.tar.gz root@192.168.8.5:/root | ||
scp ros2_image_latest.tar.gz pi@192.168.88.5:/home/pi | ||
``` | ||
and concluded by loading the updated image: | ||
```bash | ||
ssh [email protected] | ||
docker load < ros2_image_latest.tar.gz | ||
``` | ||
The Docker environment for the ROS infrastructure will be built and the application files will be bootstrapped over the system. Finally, the software will come up as a ```systemd``` service with the name ```head.service```. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters