diff --git a/feed.xml b/feed.xml index b44de55..7bdb98b 100644 --- a/feed.xml +++ b/feed.xml @@ -1,2 +1,2 @@ -Jekyll2024-06-12T11:41:55+00:00https://eklavya.sravjti.in/feed.xmlblankA simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design. +Jekyll2024-06-12T17:50:55+00:00https://eklavya.sravjti.in/feed.xmlblankA simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design. \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index a5d214d..26fbb2a 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -10,59 +10,59 @@ https://eklavya.sravjti.in/projects/ApexCore/ -2024-06-12T11:41:55+00:00 +2024-06-12T17:50:55+00:00 https://eklavya.sravjti.in/projects/Conv_on_FPGA/ -2024-06-12T11:41:55+00:00 +2024-06-12T17:50:55+00:00 https://eklavya.sravjti.in/projects/EMG/ -2024-06-12T11:41:55+00:00 +2024-06-12T17:50:55+00:00 https://eklavya.sravjti.in/projects/GymMaster/ -2024-06-12T11:41:55+00:00 +2024-06-12T17:50:55+00:00 https://eklavya.sravjti.in/projects/GyroGlider/ -2024-06-12T11:41:55+00:00 +2024-06-12T17:50:55+00:00 https://eklavya.sravjti.in/projects/Micromouse/ -2024-06-12T11:41:55+00:00 +2024-06-12T17:50:55+00:00 https://eklavya.sravjti.in/projects/Titan-Quadruped/ -2024-06-12T11:41:55+00:00 +2024-06-12T17:50:55+00:00 https://eklavya.sravjti.in/projects/ViT/ -2024-06-12T11:41:55+00:00 +2024-06-12T17:50:55+00:00 https://eklavya.sravjti.in/projects/Video_Card_FPGA/ -2024-06-12T11:41:55+00:00 +2024-06-12T17:50:55+00:00 https://eklavya.sravjti.in/projects/VoiceVideo-Manipulator/ -2024-06-12T11:41:55+00:00 +2024-06-12T17:50:55+00:00 https://eklavya.sravjti.in/tasks/task1/ -2024-06-12T11:41:55+00:00 +2024-06-12T17:50:55+00:00 https://eklavya.sravjti.in/tasks/task2/ -2024-06-12T11:41:55+00:00 +2024-06-12T17:50:55+00:00 https://eklavya.sravjti.in/tasks/task3/ -2024-06-12T11:41:55+00:00 +2024-06-12T17:50:55+00:00 https://eklavya.sravjti.in/tasks/task4/ -2024-06-12T11:41:55+00:00 +2024-06-12T17:50:55+00:00 https://eklavya.sravjti.in/ diff --git a/tasks/task3/index.html b/tasks/task3/index.html index 8742686..e3742db 100644 --- a/tasks/task3/index.html +++ b/tasks/task3/index.html @@ -133,7 +133,7 @@

Task

  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).
  3. + Y = 5cos(x) ,Y = 5sin(4x).
  4. The Three turtlesims should not collide with each other,rather they should complete the given curves simultaneously.
  5. 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π].
@@ -149,6 +149,7 @@

Output

  • The Expected outcome from the participants
  • +
  • Make the Requried changes in the MARIO repository.

Submission Instructions