Skip to content

Instantly share code, notes, and snippets.

GSoC Project abstract

Work summary

The work was majorly concentrated on Visual Odometry. ROS Indigo, OpenCV were major tools used in the project.

Short Summary

ROS provides a platform where different modules running simultaneously can communicate easily and synchronously. In this project ROS plays an important role integrating Visual Odometryand other operations performed based on visual odometry.

In the current work, tracking camera and marking its position in previous frames is implemented based on fundamental matrix. The issue with this process is that the terrain patch under the object can not be tracked with out height correspondance with the distance. On the other hand we can use Visual Odometry, which will continuously publishing the camera position on a ROS topic and compute terrain patch coordinates directly as we k

@yvtheja
yvtheja / readme_git.md
Last active March 9, 2016 12:07
Work flow with Git

So, when you have completed cloning your github repository to the local machine, you will have a remote repository automatically created. You can check it by following command

$ git remote -v

You need another remote repository to keep track of changes happening in the ACM-XLabs repository. You can add it by below command

$ git remote add acm-xlabs https://github.com/ACM-XLabs/{repository_name}

After the remote repository is added you can check in which branch you are in by following command

Node: v0.10.25
npm: v2.5.1
Installing build modules...
Installing apm...
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "usr/bin/python2", you can set the PYTHON env variable.
gyp ERR! stack at failNoPython (/home/vishnu/foss/github/atom/build/node_modules/npm/node_modules/node-gyp/lib/configure.js:103:14)
gyp ERR! stack at /home/vishnu/foss/github/atom/build/node_modules/npm/node_modules/node-gyp/lib/configure.js:42:11
gyp ERR! stack at F (/home/vishnu/foss/github/atom/build/node_modules/npm/node_modules/which/which.js:38:25)
gyp ERR! stack at E (/home/vishnu/foss/github/atom/build/node_modules/npm/node_modules/which/which.js:41:29)
@yvtheja
yvtheja / gist:aa88bcd453ab9848a854
Last active August 29, 2015 14:17
Try to execute surveymanjs
<html>
<head>
<script type="text/javascript" src="survey.js"></script>
<script type="text/javascript" src="interpreter.js"></script>
<script type="text/javascript" src="display.js"></script>
<script type="text/javascript" src="tests/globals.js"></script>
<script>
SurveyMan.interpreter.init(jsonizedSurveys[2]);
SurveyMan.interpreter.isQuestionStackEmpty();
</script>