From a15a7a69cf6a9892f03044331f68cae895d6fdc7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 7 Oct 2024 18:32:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A7=D0=B5=D1=80=D0=B5=D0=BF=D0=B0=D1=85?= =?UTF-8?q?=D0=B0=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20=D0=BC=D1=8B=D1=88?= =?UTF-8?q?=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mouse | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mouse diff --git a/mouse b/mouse new file mode 100644 index 0000000..37b9879 --- /dev/null +++ b/mouse @@ -0,0 +1,4 @@ +#!/bin/bash + +ros2 run turtlesim turtlesim_node & +ros2 run mouse_teleop mouse_teleop --ros-args -r/mouse_vel:=/turtle1/cmd_vel -- GitLab