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 62275a5 commit e864f78Copy full SHA for e864f78
build_locally.sh
@@ -40,6 +40,7 @@ fi
40
41
# Install dependencies, unless argument says to skip
42
if ! have_noinstall "$@"; then
43
+ rosdep update
44
sudo apt-get install -y doxygen graphviz
45
pip3 install --upgrade -r requirements.txt
46
fi
0 commit comments