-
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.
Merge commit Fix up the mess I made...
- Loading branch information
Showing
12 changed files
with
121 additions
and
20 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
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
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
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 |
---|---|---|
@@ -1,4 +1,13 @@ | ||
#!/bin/bash | ||
# Start bash in existing container (Status Up/Paused). | ||
#---------------------- | ||
# Maintainer: stefan.kull@gmail.com | ||
# Licens: MIT | ||
# https://github.com/Pet-Series | ||
|
||
# "jazzy" = ROS2 24.04 | ||
# "noble" = Ubuntu 24.04 | ||
|
||
# More info: https://github.com/Pet-Series/pet_docker | ||
# More info: https://hub.docker.com/repositories/kullken | ||
docker exec -it --env HOSTUSER=$USER jazzy-full-container bash | ||
docker exec -it --env HOSTUSER=$USER jazzy-full-container bash |
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 |
---|---|---|
@@ -1,3 +1,12 @@ | ||
#!/bin/bash | ||
# Download docker image from https://hub.docker.com/repositories/kullken | ||
#---------------------- | ||
# Maintainer: stefan.kull@gmail.com | ||
# Licens: MIT | ||
# https://github.com/Pet-Series | ||
|
||
# "jazzy" = ROS2 24.04 | ||
# "noble" = Ubuntu 24.04 | ||
|
||
# More info: https://github.com/Pet-Series/pet_docker | ||
# More info: https://hub.docker.com/repositories/kullken | ||
docker pull kullken/ros2_amd64:jazzy-full |
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
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 |
---|---|---|
@@ -1,4 +1,13 @@ | ||
#!/bin/bash | ||
# Remove existing container (Prereq: Status=Exited/Stoped) | ||
#---------------------- | ||
# Maintainer: stefan.kull@gmail.com | ||
# Licens: MIT | ||
# https://github.com/Pet-Series | ||
|
||
# "jazzy" = ROS2 24.04 | ||
# "noble" = Ubuntu 24.04 | ||
|
||
# More info: https://github.com/Pet-Series/pet_docker | ||
# More info: https://hub.docker.com/repositories/kullken | ||
docker container rm jazzy-full-container | ||
docker container rm jazzy-full-container |
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
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
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
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
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