Skip to content

Commit

Permalink
testing figure tag for encapsulating image
Browse files Browse the repository at this point in the history
  • Loading branch information
trushant05 committed Jan 13, 2024
1 parent 1d0b279 commit 06e0520
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion _work/2021-09-10-work-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,21 @@ tags:
<p style="text-align: center">
<img src="/images/work/botsync/me.png"></p>

<figure>
<img src="/images/work/botsync/me.png" alt="Me hanging out with Copernius">
<figcaption>
My photo with the Copernius Robot
</figcaption>
</figure>

<p style="text-align: justify">
In May 2021, I received a message from Nikhil Venkatesh, the Director of Botsync Technologies, about an internship opportunity that I had inquired about a year earlier. I was elated to have the chance to interview with such an innovative startup.</p>

<p style="text-align: justify">
I successfully secured the internship, but it dawned on me that this was during the peak of the Covid-19 pandemic, and I would need to travel from my hometown to Bangalore. Fortunately, the team at Botsync Technologies was incredibly accommodating, granting me a 15-day remote work period to arrange my travel and accommodation.</p>

<p style="text-align: justify">
Starting in July 2021, I commenced my in-office work. It marked my first foray into the industry, and I quickly realized the substantial learning curve ahead. The primary programming language used was C++, and all development took place within the Robot Operating System (ROS) framework. Thanks to my prior experience with eYantra, I was familiar with the foundational concepts of ROS, but adapting to Python for implementation was a challenging transition.</p>
Starting in July 2021, I commenced my in-office work. It marked my first foray into the industry, and I quickly realized the substantial learning curve ahead. The primary programming language used was C++, and all development took place within the Robot Operating System (ROS) framework. Thanks to my prior experience with eYantra, I was familiar with the foundational concepts of ROS, but adapting to C++ from Python for implementation was a challenging transition.</p>

<p style="text-align: justify">
I was an integral part of the core robotics software team, which provided me with firsthand exposure to the dynamics of a fast-paced startup. Remarkably, the various departments were closely interconnected, enabling me not only to advance my knowledge in software development but also gain insights into areas like fabrication, embedded systems, and assembly.</p>
Expand Down

0 comments on commit 06e0520

Please sign in to comment.