From 1b64c280b94fea1395e5749f54ee54e88ef13769 Mon Sep 17 00:00:00 2001 From: VLatyshev Date: Sun, 6 Oct 2024 23:25:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BA=D1=80=D0=B8=D0=BF=D1=82=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B0=20?= =?UTF-8?q?=D1=81=D0=B8=D0=BC=D1=83=D0=BB=D1=8F=D1=82=D0=BE=D1=80=D0=B0=20?= =?UTF-8?q?=D1=87=D0=B5=D1=80=D0=B5=D0=BF=D0=B0=D1=85=D0=B8=20=D1=81=20?= =?UTF-8?q?=D1=83=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5?= =?UTF-8?q?=D0=BC=20=D0=BC=D1=8B=D1=88=D1=8C=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- moused_turtle.bash | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 moused_turtle.bash diff --git a/moused_turtle.bash b/moused_turtle.bash new file mode 100644 index 0000000..c90f415 --- /dev/null +++ b/moused_turtle.bash @@ -0,0 +1,2 @@ +ros2 run turtlesim turtlesim_node & +ros2 run mouse_teleop mouse_teleop --ros-args -r /mouse_vel:=/turtle1/cmd_vel & -- GitLab