forked from Archive/PX4-Autopilot
install script: add missing joy dependency
This commit is contained in:
parent
67b465d800
commit
8e15a5b9d0
|
@ -26,7 +26,7 @@ echo "source /opt/ros/indigo/setup.bash" >> ~/.bashrc
|
||||||
sudo apt-get -y install python-rosinstall
|
sudo apt-get -y install python-rosinstall
|
||||||
|
|
||||||
# additional dependencies
|
# additional dependencies
|
||||||
sudo apt-get -y install ros-indigo-octomap-msgs
|
sudo apt-get -y install ros-indigo-octomap-msgs ros-indigo-joy
|
||||||
|
|
||||||
## drcsim setup (for models)
|
## drcsim setup (for models)
|
||||||
### add osrf repository
|
### add osrf repository
|
||||||
|
|
Loading…
Reference in New Issue