uzh-rpg / agile_flight

Developing and Comparing Vision-based Algorithms for Vision-based Agile Flight
MIT License
137 stars 52 forks source link

Instructions error for catkin config --extend #57

Open emanuelazfernandes opened 2 years ago

emanuelazfernandes commented 2 years ago

In the instructions, where it reads:

catkin config --extend /opt/ros/$ROS_VERSION

should be:

catkin config --extend /opt/ros/$ROS_DISTRO

emanuelazfernandes commented 2 years ago

Correction: the variable "$ROS_VERSION" already exists in a sourced ros environment, in this case it's already in "$ROS_DISTRO"