From 2d6b15172f573da52982e9616154ca3a1234aab6 Mon Sep 17 00:00:00 2001 From: Ibrahim Hroob <47870260+ibrahimhroob@users.noreply.github.com> Date: Fri, 26 Apr 2024 07:51:53 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06c00fd..ec9b565 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,11 @@ The devcontainer includes a light desktop interface. To utilize this feature: ### Enjoy Development! -By leveraging this setup, you can develop on a remote machine with a lightweight desktop interface. Magic! -All ROS2 packages should go into the `src/` folder. Create them with `ros2 pkg create...`. +By leveraging this setup, you can develop on a remote machine with a lightweight desktop interface. Magic! Furthermore, this template package provides very nice ROS2 functionality like syntax highlight and template code generation. -The devcontainer tries to install all dependencies of the workspace automatically as much as possible, and also tries to build the workspace when it is created, to speed up later colcon builds. +**All ROS2 packages should go into the `src/` folder. Create them with `ros2 pkg create...`.** + +**The devcontainer tries to install all dependencies of the workspace automatically as much as possible, and also tries to build the workspace when it is created, to speed up later colcon builds.** ### References