-
Notifications
You must be signed in to change notification settings - Fork 49
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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> |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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?
@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 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