-
Notifications
You must be signed in to change notification settings - Fork 1
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
Doubt: How do you send state estimates to Flight controller in gazebo sim setup. #2
Comments
Hey @Pallav1299, so far we have not got the need to send our state estimates to the flight controller, since we take care of the attitude control (and everything above that) on the ROS side. The only data data flows from us to the flight controller are currently the
However I see that someone might need that functionality, e.g., for using a motion capture system as a "fake GPS" sources for PX4. In such special case, I would probably interface the source of data (motion capture) directly to |
Hey @klaxalk Won't you suggest Flight controller failsafes(e.g. switching to secondary source on Flight controller) in case of issues with OBC(on board computer) or OBC-to-flight controller? It's suggested in the paper to use RC in such cases. Is it really scalable if we're to connect all swarm agents to an RC? I would prefer controlled landing, when and where I want, over Flight controller internal failsafes(landing etc.), until absolutely necessary. Although, I can see that it adds flight controller firmware constraints. What do you think about it? I'm curious to know the thought process here. Thanks |
Hey @klaxalk @petrlmat, another question, "gps_garmin" estimator uses the
I've mostly used Ardupilot. If there's something that I'm missing from PX4's perspective, please let me know. Thanks again. |
I tried using the simulation setup inside "Mavlink Inspector" on QGroundControl showed incoming ODOMETRY message. Is it only for simulation? Or for realworld as well? |
Hi @Pallav1299 ,
|
Not sure what odometry message are you referring to or what data are you expecting to be in it, but PX4 estimation runs even when we use external localization (e.g. LIOSAM), so it will be outputting some data regardless on the localization modality. LIOSAM was so far used only in simulation and on rosbags from real flights by us. There were some bugs in it that prevented real-time usage. I think the bugs should be fixed by now but testing it wasn't a priority for us as we are now satisfied with the performance of ALOAM, which we use for LiDAR-based flights. |
Hey @petrlmat, thanks for your prompt responses.
I couldn't find clear references to this in these papers 1 2.
I'm yet to read the papers to depth. But if you could clarify these, it would be quite helpful. Thanks again |
Hi @petrlmat and @klaxalk , I’m particularly concerned about some of the above questions as well. I’m working on an indoor inspection task where GPS isn't available. I’m transitioning to the MRS system and have some concerns regarding its integration: Current Setup: MRS Transition: Concerns: Autopilot Modes: Feedback Loop: Would you have any guidance on how to handle this situation effectively while ensuring that the autopilot modes remain functional? Thanks! |
Hi @klaxalk,
I just started using the gazebo-ROS simulation setup.
Thanks.
The text was updated successfully, but these errors were encountered: