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

Quaternion #85

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 19, 2016

  1. Add submodule for IMU stick

    The IMU stick will use a submodule written for the sensor stick.
    matthewia94 committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    15de56b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2016

  1. Change submodule to Robotics fork

    The robotics fork will allow us to modify the code to work with ros
    and will make it easier for us to customize the software slightly.
    matthewia94 committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    19367ec View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. Add localization package

    The localization package will contain code to help find the robots
    position.  It currently houses the orientation node which is empty and
    simply spins forever while ros is running.
    
    A custom message has also been added which represents the euler angle
    orientation of the robot and has three components: yaw, pitch and roll.
    matthewia94 committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    9399469 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2016

  1. Update IMU Submodule

    The submodule was update to use a custom message from localization.
    matthewia94 committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    9021955 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2016

  1. Add publisher to communicate with IMU

    A node was created that recieves messages from the imu and publishes
    the corresponding information as a quaternion.
    matthewia94 committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    5a589ee View commit details
    Browse the repository at this point in the history