From 1abf6417736859f27e8453d20916cbce7e2310b4 Mon Sep 17 00:00:00 2001 From: Stanley_Chueh <153347369+StanleyChueh@users.noreply.github.com> Date: Sun, 18 Aug 2024 23:19:16 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34cf522..4067919 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ cd src # Clone your repository (assuming your repository is named turtlebot3_rl) git clone https://github.com/StanleyChueh/RL_Obstalce_Avoidance.git cd .. -cp /home/#USER/rl_ws/src/RL_Obstacle_Avoidance/sac_turtlebot3_final.zip /home/#USER/rl_ws/ +cp ~/rl_ws/src/RL_Obstacle_Avoidance/sac_turtlebot3_final.zip ~/rl_ws/ # Build the workspace cd ~/rl_ws colcon build