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

Conversation

matthewia94
Copy link
Contributor

This will get information from the robots imu and publish it as a quaternion

The IMU stick will use a submodule written for the sensor stick.
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.
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.
The submodule was update to use a custom message from localization.
A node was created that recieves messages from the imu and publishes
the corresponding information as a quaternion.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants