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

Make VISLAM work with PX4 #12

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

Conversation

RomanBapst
Copy link

This PR enables the VISLAM module to run in conjunction with lastest PX4 master.
The PX4 app sends raw imu data via mavlink to mavros which publishes the data on a ROS topic to which the VISLAM module subscribes.
The VISLAM pose and attitude estimate is then sent back to PX4 and can be fused in the state estimator.

Almost all of the work can be credited to @ChristophTobler @potaito @rkintada

Once we get this in (reviewed) we can update the awesome new Snapdragon guide from @nicovanduijn

Copy link
Contributor

@potaito potaito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking care of this bastard child 😄


<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
<maintainer email="rkintada@gmail.com">rkintada</maintainer>
<maintainer email="potaito@TODO.com">potaito</maintainer>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this can be undone and reverted to rkitanda 😄
I had bigger plans for this back in the days ....

@@ -0,0 +1,22 @@
# Change Log
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog can probably be removed again. I created it more for myself to keep track of things...

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8.3)
project(snap_ros_examples)
project(snapdragon_mavros_vislam)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to keep snapdragon_mavros_vislam as the official name?

@RomanBapst
Copy link
Author

@potaito Thanks for the comments, I'll take care of those.

rkintada and others added 27 commits May 28, 2018 09:47
Signed-off-by: Ramakrishna Kintada <rkintada@gmail.com>
Signed-off-by: Ramakrishna Kintada <rkintada@gmail.com>
Signed-off-by: Ramakrishna Kintada <rkintada@gmail.com>
Signed-off-by: Ramakrishna Kintada <rkintada@gmail.com>
potaito and others added 28 commits May 28, 2018 09:49
…LTIME timestamp, which conforms with ros standards
TODO find nicer solution
add mavlink streams that mavros needs (also for avoidance)
And some other corrections required for proper snapdragon configuration
…ccount

Signed-off-by: Roman <bapstroman@gmail.com>
…master

Signed-off-by: Roman <bapstroman@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants