C++/Python

As a flight software member of UBNL, my role is to support the creation of the flight code that will be running in a satellite launched to space in a team project.

Most of the flight software code is written in C++, with referencing to C algorithms. My github profile can be found here.

The goal of the GLADOS satellite, pictured below, is to observe geostationary orbit from a closer orbit in space and track space debris and other objects to determine their attitude and contribute to our data of the space around us.

UBNL GLADOS

The nanosatellite will be launched into space to observe the stars in 2017.


                string s = "C++ is the best!";
                s.Replace("++","#");
                System.Console.WriteLine(s);