From a9c6c987120bcf7edca62e3d49f4bef2f94b7960 Mon Sep 17 00:00:00 2001 From: Jakub Delicat Date: Wed, 31 Jan 2024 15:20:13 +0100 Subject: [PATCH] updated README.md Signed-off-by: Jakub Delicat --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d660417..7fda75c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Metapackage that contains dependencies to other repositories. It is also used to ### `rosbot_xl_bringup` -Package that contains launch, which starts all base functionalities. Also configs for `robot_localization` and `laser_filters` are defined there. +Package that contains launch, which starts all base functionalities with the microros agent. Also configs for `robot_localization` and `laser_filters` are defined there. ### `rosbot_xl_description` @@ -32,6 +32,10 @@ Launch files for Ignition Gazebo working with ROS2 control. ROS2 hardware controller for ROSbot XL. Inputs and outputs data from ROS2 control and forwards it via ROS topic to be read by microros. +### `rosbot_xl_utils` + +This package contains the stable firmware version with the flash script. + ## ROS API Available in [ROS_API.md](./ROS_API.md)