From 3b254e8434087f1a671269af16b702c3f79b71f8 Mon Sep 17 00:00:00 2001 From: Emir <33879396+celikemir@users.noreply.github.com> Date: Tue, 1 Jun 2021 17:07:46 +0300 Subject: [PATCH] small typo fixed in README..md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10a985b1..9ba4cfea 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Besides the folder __fast_planner__, a lightweight __uav_simulator__ is used for 2. We use [**NLopt**](https://nlopt.readthedocs.io/en/latest/NLopt_Installation) to solve the non-linear optimization problem. The __uav_simulator__ depends on the C++ linear algebra library __Armadillo__. The two dependencies can be installed by the following command, in which `${ROS_VERSION_NAME}` is the name of your ROS release. ``` -sudo apt-get install libarmadillo-dev ros_${ROS_VERSION_NAME}_nlopt +sudo apt-get install libarmadillo-dev ros-${ROS_DISTRO}-nlopt ```