Skip to content

Commit a883c7b

Browse files
committed
Add nav2 and slam to docker.
Signed-off-by: Jelmer de Wolde <[email protected]>
1 parent b71d305 commit a883c7b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dockerfiles/install_scripts/dev_packages.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@ set -e
88
pip install "numpy>=1.23.0,<2.0"
99

1010
# Specifying currently newest version of transforms3d to avoid conflict with imported numpy.float in older version.
11-
pip install "transforms3d>=0.4.2"
11+
pip install "transforms3d>=0.4.2"
12+
13+
sudo apt update
14+
sudo apt install -y \
15+
ros-humble-navigation2 \
16+
ros-humble-slam-toolbox

0 commit comments

Comments
 (0)