Open
Conversation
potaito
reviewed
May 25, 2018
Contributor
potaito
left a comment
There was a problem hiding this comment.
Thanks for taking care of this bastard child 😄
| <!-- Example: --> | ||
| <!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> --> | ||
| <maintainer email="rkintada@gmail.com">rkintada</maintainer> | ||
| <maintainer email="potaito@TODO.com">potaito</maintainer> |
Contributor
There was a problem hiding this comment.
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 | |||
Contributor
There was a problem hiding this comment.
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) | |||
Contributor
There was a problem hiding this comment.
Do we want to keep snapdragon_mavros_vislam as the official name?
Author
|
@potaito Thanks for the comments, I'll take care of those. |
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>
…to feeding to VISLAM
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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