You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing dependencies with wstool on a catkin workspace
mkdir -p ~/demo_ws/src;cd~/demo_ws
catkin_make
source devel/setup.bash
wstool init
wstool set -y src/geometry --git https://github.com/ros/geometry -v melodic-devel
wstool set -y src/geometry2 --git https://github.com/ros/geometry2 -v melodic-devel # do not know if it is essential (probably not). In doubt, just add it.
wstool set -y src/ros_numpy --git https://github.com/eric-wieser/ros_numpy.git -v master
wstool set -y src/navigation_final_semfire_pilot --git https://github.com/AfonsoEloy/navigation_final_semfire_pilot.git -v master
wstool up
rosdep install --from-paths src --ignore-src -y -r