File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ RUN apt-get update -y &&\
96
96
USER root
97
97
RUN apt-get update -y &&\
98
98
apt-get install -y \
99
+ python3-pip \
99
100
i2c-tools \
100
101
net-tools \
101
102
libraspberrypi-bin \
@@ -135,7 +136,7 @@ RUN echo '# Setting up my own fancy Terminal Prompt :-)' >> ${H
135
136
echo 'source /opt/ros/galactic/setup.bash' >> /home/pet/.bashrc &&\
136
137
echo "alias noetic='source /opt/ros/noetic/setup.bash'" >> ${HOMEDIR}/.bashrc &&\
137
138
echo "alias galactic='source /opt/ros/galactic/setup.bash'" >> ${HOMEDIR}/.bashrc &&\
138
- echo "alias pet_source='source ${HOMEDIR}/ws_ros2-galactic /install/setup.bash'" >> ${HOMEDIR}/.bashrc
139
+ echo "alias pet_source='source ${HOMEDIR}/ws_ros2/install/setup.bash'" >> ${HOMEDIR}/.bashrc
139
140
140
141
# Setup exit conditions
141
142
USER ${DOCKERUSER}
Original file line number Diff line number Diff line change 46
46
# - https://hub.docker.com/r/arm64v8/ros/tags?page=1&name=galactic
47
47
# - https://hub.docker.com/r/arm64v8/ros/tags?page=1&name=noetic
48
48
49
- ros2 :
49
+ services :
50
+ ros1-2 :
50
51
build : .
51
52
image : kullken/ros2_arm64v8:pet-base-galactic
52
53
container_name : pet-base-galactic_container
67
68
- /dev/vchiq:/dev/vchiq:ro # Broadcom/CPU-core stuff...
68
69
69
70
volumes :
70
- - /home/pi/ws_ros2:/home/pet/ws_ros2:rw # Shared developing/source code folder.
71
+ - /home/pi/ws_ros2-galactic :/home/pet/ws_ros2:rw # Shared developing/source code folder.
71
72
- /etc/localtime:/etc/localtime:ro # Sync docker image/container date & timezone with docker-host
72
73
- /proc/device-tree:/proc/device-tree:ro # Broadcom/CPU-core stuff...
73
74
- /usr/bin/vcgencmd:/usr/bin/vcgencmd:ro # Broadcom/CPU-core stuff...
You can’t perform that action at this time.
0 commit comments