From 67a163199cab651fdf4aceb984f3b75ea30847fe Mon Sep 17 00:00:00 2001 From: Will Son Date: Thu, 6 Oct 2022 18:37:55 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1b7bace8..605b81a7 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ [![melodic-devel Status](https://github.com/ROBOTIS-GIT/dynamixel-workbench/workflows/melodic-devel/badge.svg)](https://github.com/ROBOTIS-GIT/dynamixel-workbench/tree/melodic-devel) [![noetic-devel Status](https://github.com/ROBOTIS-GIT/dynamixel-workbench/workflows/noetic-devel/badge.svg)](https://github.com/ROBOTIS-GIT/dynamixel-workbench/tree/noetic-devel) +[![foxy-devel Status](https://github.com/ROBOTIS-GIT/dynamixel-workbench/workflows/foxy-devel/badge.svg)](https://github.com/ROBOTIS-GIT/dynamixel-workbench/tree/foxy-devel) +[![galactic-devel Status](https://github.com/ROBOTIS-GIT/dynamixel-workbench/workflows/galactic-devel/badge.svg)](https://github.com/ROBOTIS-GIT/dynamixel-workbench/tree/galactic-devel) +[![humble-devel Status](https://github.com/ROBOTIS-GIT/dynamixel-workbench/workflows/humble-devel/badge.svg)](https://github.com/ROBOTIS-GIT/dynamixel-workbench/tree/humble-devel) +[![ROS2 Rolling Status](https://github.com/ROBOTIS-GIT/dynamixel-workbench/workflows/ros2-ci/badge.svg)](https://github.com/ROBOTIS-GIT/dynamixel-workbench/tree/ros2) + ## ROBOTIS e-Manual for Dynamixel Workbench - [ROBOTIS e-Manual for Dynamixel Workbench](http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_workbench/) From e5ae85ed28b910c684e9e9e6d5347416178fcc93 Mon Sep 17 00:00:00 2001 From: Shun Hasegawa Date: Tue, 8 Oct 2024 11:37:25 +0900 Subject: [PATCH 2/2] Enable to change required and respawn of dynamixel_workbench_controllers --- .../launch/dynamixel_controllers.launch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dynamixel_workbench_controllers/launch/dynamixel_controllers.launch b/dynamixel_workbench_controllers/launch/dynamixel_controllers.launch index 695c5274..1a4b5bbf 100644 --- a/dynamixel_workbench_controllers/launch/dynamixel_controllers.launch +++ b/dynamixel_workbench_controllers/launch/dynamixel_controllers.launch @@ -2,6 +2,8 @@ + + @@ -10,7 +12,7 @@ + required="$(arg required)" respawn="$(arg respawn)" output="screen" args="$(arg usb_port) $(arg dxl_baud_rate)">