diff --git a/_site/tasks/task3/index.html b/_site/tasks/task3/index.html
index 22df1fd..56d905c 100644
--- a/_site/tasks/task3/index.html
+++ b/_site/tasks/task3/index.html
@@ -133,7 +133,7 @@
Task
- Turtle 1 should trace the path with red color,turtle2 with black and turtle3 with green color.
- You need to trace the following equations with the help of turtlesims packages:
- Y = 5cos(x) ,Y = 5sin(x).
+ Y = 5cos(x) ,Y = 5sin(4x).
- The Three turtlesims should not collide with each other,rather they should complete the given curves simultaneously.
- The first curve traced by turtle 1 should be in interval [0,2π],the second curve should be in [2π,4π] and the third curve should in [4π,6π].
@@ -147,8 +147,8 @@ Resources
Output
- - The Expected outcome from the participants
-
+ - The Expected outcome from the participants
+ - Make the Requried changes in the MARIO repository.
Submission Instructions
diff --git a/_tasks/task3.md b/_tasks/task3.md
index 56d57ee..e8e343a 100644
--- a/_tasks/task3.md
+++ b/_tasks/task3.md
@@ -17,18 +17,19 @@ Cooperative robots, or robots that work together in a collaborative manner, have
Your Task is to create a simulation of cooperative robots using the ROS2 Turtlesim package to perform the desired maneuver with three turtlesims exactly as described below.
1. Turtle 1 should trace the path with red color,turtle2 with black and turtle3 with green color.
2. You need to trace the following equations with the help of turtlesims packages:
- Y = 5cos(x) ,Y = 5sin(x).
+ Y = 5cos(x) ,Y = 5sin(4x).
3. The Three turtlesims should not collide with each other,rather they should complete the given curves simultaneously.
4. The first curve traced by turtle 1 should be in interval [0,2π],the second curve should be in [2π,4π] and the third curve should in [4π,6π].
## Resources
1. [https://www.youtube.com/watch?v=FSqm0fDfxrk](https://www.youtube.com/watch?v=FSqm0fDfxrk)
2. [https://youtube.com/watch?v=vCTbUgw6k8U](https://youtube.com/watch?v=vCTbUgw6k8U)
+
## Output
- The Expected outcome from the [participants](https://drive.google.com/drive/u/1/folders/1CoQOc8vKLSoqLoNIptqM-c156ZXGEzq3)
-
+- Make the Requried changes in the MARIO repository.
## Submission Instructions