From 3c33880064c5916c4b0966e1e5642a618a312b40 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Fri, 24 Sep 2021 11:17:45 -0700 Subject: [PATCH] install ogre 2.2 Signed-off-by: Ian Chen --- tutorials/02_install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/02_install.md b/tutorials/02_install.md index a62a58a82..9fc5fbf7e 100644 --- a/tutorials/02_install.md +++ b/tutorials/02_install.md @@ -86,9 +86,9 @@ wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add - sudo apt update ``` -Install OGRE 2.1 debs +Install OGRE 2.2 debs ``` -sudo apt install libogre-2.1-dev +sudo apt install libogre-2.2-dev ``` **OptiX (experimental)**