From 2b1c8b136302e678a25da2d74c329a8a8f3a63d4 Mon Sep 17 00:00:00 2001 From: CihatAltiparmak Date: Mon, 15 Jul 2024 18:15:15 +0300 Subject: [PATCH] Given a link which directs to How To Run page inside How To Install. See ( https://github.com/CihatAltiparmak/moveit_middleware_benchmark/pull/5#discussion_r1677878485 ) --- docs/how_to_install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/how_to_install.md b/docs/how_to_install.md index c1f4aa7..29f0432 100644 --- a/docs/how_to_install.md +++ b/docs/how_to_install.md @@ -23,3 +23,5 @@ cd ws sudo apt update && rosdep install -r --from-paths . --ignore-src --rosdistro $ROS_DISTRO -y colcon build --mixin release ``` + +To learn how to run these demos in this package, go to [How To Run](./how_to_run.md).