Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling and Intro tag #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Scoring a job through Robotics Internship
comments: true
author: Lakshay Garg, EE, Y13 || Former member of Robocon, Also worked on IGVC.
author: Lakshay Garg, EE, Y13
excerpt_separator: <!--more-->
---
##### When you plan it right!
Expand Down Expand Up @@ -75,7 +75,7 @@ year since I started working on it but what I do remember is how after several
weeks I was finally happy with the design after about 5 complete rewrites of the
entire code (over ~1.5k lines of code). Here is the structure I came up with:

{% include image.html url="mpl-flowchart.png" caption="Illustration 2: Major components. The arrows denote what a typical workflow looks like. The worspace
{% include image.html url="mpl-flowchart.png" caption="Illustration 2: Major components. The arrows denote what a typical workflow looks like. The workspace
and problem definition are given to a motion planner which consists of a graph builder, a graph search
and an interpolation method. The planner outputs a path. Each of these components can be visualized." %}

Expand Down