We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71d305 commit a883c7bCopy full SHA for a883c7b
dockerfiles/install_scripts/dev_packages.sh
@@ -8,4 +8,9 @@ set -e
8
pip install "numpy>=1.23.0,<2.0"
9
10
# Specifying currently newest version of transforms3d to avoid conflict with imported numpy.float in older version.
11
-pip install "transforms3d>=0.4.2"
+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