From b5e4b29f5529d0e66ed05de87625150e097ef6de Mon Sep 17 00:00:00 2001
From: BkPankaj
Date: Wed, 28 Aug 2024 11:15:54 +0530
Subject: [PATCH] fixed iframe
---
docs/_posts/2024-07-05-summary.md | 4 ++--
docs/_site/feed.xml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/_posts/2024-07-05-summary.md b/docs/_posts/2024-07-05-summary.md
index a8f1011..1bf5ed1 100644
--- a/docs/_posts/2024-07-05-summary.md
+++ b/docs/_posts/2024-07-05-summary.md
@@ -47,7 +47,7 @@ This blog post will be a quick summary of what I worked on during the GSOC perio
## Demo
* [Composed and Nested Blocks Feature Demo - v3.6](https://www.youtube.com/watch?v=xvceQL8AgQ4)
-
+
## Community Bonding
@@ -65,7 +65,7 @@ The first GSoC meeting with mentors took place on May 6th. This meeting focused
* [Autoparking exercise with VC and ROS2 demo](https://youtu.be/SRSmFSIsZWQ?si=qu_DoqOhfxu3OkGi)
-
+
diff --git a/docs/_site/feed.xml b/docs/_site/feed.xml
index 00a424b..f4ba3e5 100644
--- a/docs/_site/feed.xml
+++ b/docs/_site/feed.xml
@@ -1,4 +1,4 @@
-Jekyll2024-08-28T11:02:57+05:30http://localhost:4000/gsoc2024-Pankaj_Borade/feed.xmlGSoC 2024 VisualCircuit Block Library - JdeRobotPankaj Keshav BoradeCoding Period Week 10: July 30 ~ Aug 052024-07-05T00:00:00+05:302024-07-05T00:00:00+05:30http://localhost:4000/gsoc2024-Pankaj_Borade/code-w10In the tenth week’s Monday meeting, we discussed progress until the ninth week and outlined the tasks for the upcoming week. The main goal is to perform a robotics application with new nested code. I chose David’s FSM issue for the robotics application. Mentor Dr. José María sent the GitHub link to David’s repository. Several issues arose, and one is still ongoing, which I will discuss in the Challenges section. Through this robotics application, several loose ends were identified, and I resolved them this week. However, one issue remains that I need to address.
+Jekyll2024-08-28T11:14:18+05:30http://localhost:4000/gsoc2024-Pankaj_Borade/feed.xmlGSoC 2024 VisualCircuit Block Library - JdeRobotPankaj Keshav BoradeCoding Period Week 10: July 30 ~ Aug 052024-07-05T00:00:00+05:302024-07-05T00:00:00+05:30http://localhost:4000/gsoc2024-Pankaj_Borade/code-w10In the tenth week’s Monday meeting, we discussed progress until the ninth week and outlined the tasks for the upcoming week. The main goal is to perform a robotics application with new nested code. I chose David’s FSM issue for the robotics application. Mentor Dr. José María sent the GitHub link to David’s repository. Several issues arose, and one is still ongoing, which I will discuss in the Challenges section. Through this robotics application, several loose ends were identified, and I resolved them this week. However, one issue remains that I need to address.
The first GSoC meeting with mentors took place on May 6th. This meeting focused on introducing the community and mentors, as well as outlining the tasks for the early weeks of the community bonding period.
I initially started with basic tests using GitHub Actions. In the first step of the basic test, I wrote code to install dependencies for both the frontend and backend. I learned GitHub Actions and YAML by observing the CI workflows of other repositories. The CI workflow is triggered whenever there is a pull request to the master branch. After writing the setup code for the CI workflow, I completed a basic frontend test. I encountered a “MODULE NOT FOUND” frontend error because I had stored the node_modules in artifacts. Storing node_modules in artifacts is not ideal since artifacts are typically used for build files. I also modified the blocks in the VisualCircuit resources repository.