From dc17642692e1f1686e60a9394e1bf23ae0e69335 Mon Sep 17 00:00:00 2001 From: Aryan Sethi <150596140+Aryans006@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:39:01 +0530 Subject: [PATCH] Update ROS_selection_task24.rst --- markdown/selectiontask24/ROS_selection_task24.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/selectiontask24/ROS_selection_task24.rst b/markdown/selectiontask24/ROS_selection_task24.rst index 27614bde..187050ce 100644 --- a/markdown/selectiontask24/ROS_selection_task24.rst +++ b/markdown/selectiontask24/ROS_selection_task24.rst @@ -55,7 +55,7 @@ Hints - Use linear velocity and angular velocity to get this done. - Keep tracking the distance travelled so as to know when to stop. You - can refer to Overview of rospy for more hint + can refer to an overview of rclpy for more hints Sample Code Snippet -----------------------