-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
Multiple instance of mavlink crashes when arming #1812
Comments
It looks like it is a memory usage issue. I tested this out today and it looks like it is only just using too much memory when both mavlinks are started. It worked for me twice but failed on the remaining few attempts. @x-logan can you check the amount of space left by issuing the "free" command? For me it was around only 2k after the crash. Either we need to reduce the amount of memory used by mavlink ( @LorenzMeier can this be done by reducing the number of streams for example?) or, as I am doing with ROS, channel QGC connection over the same connection as the offboard. |
@SimonWilks I did what you said and this is the result, the output of the free command before and after arming the system Both instances of mavlink are still running but not answering, i can't stop them with stop-all I also reduce the number of the streams that mavlink sends, i just leave the SYS_STATUS and VFR_HUD, and it didn't crash. Here are the output of the free command So it is a memory problem i don't know if this can be solved or we just have to be careful with the amount of streams we send with mavlink. |
Can you just use a single mavlink instance and proxy qgc over it? I've On Fri, Feb 20, 2015 at 3:28 PM, Logan [email protected] wrote:
|
I'll try mavproxy but i don't know if that is going to suit my needs because in my offboard program i already have the mavlink's headers and already made an interface to communicate to the PX4, so i don't know if mavproxy can share the serial port but i don't think so. |
Current RAM usage on FMUv1:
|
Fixed wing config:
|
Now we're on master at:
|
And for multicopters:
|
I'm pretty confident that things work fine now again, closing this. |
- mavlink in PX4/Firmware (410e0a3): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@d7a20cc - Changes: mavlink/mavlink@b568a60...d7a20cc d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (6e37037): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@d7a20cc - Changes: mavlink/mavlink@b568a60...d7a20cc d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (3a70d9a): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@d7a20cc - Changes: mavlink/mavlink@b568a60...d7a20cc d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (6c2e3a9): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@d7a20cc - Changes: mavlink/mavlink@b568a60...d7a20cc d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (1539eb3): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@d7a20cc - Changes: mavlink/mavlink@b568a60...d7a20cc d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (e94229e): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@d7a20cc - Changes: mavlink/mavlink@b568a60...d7a20cc d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (74756b4): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@d7a20cc - Changes: mavlink/mavlink@b568a60...d7a20cc d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (549d9dd): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@d7a20cc - Changes: mavlink/mavlink@b568a60...d7a20cc d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (1b09652): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@d7a20cc - Changes: mavlink/mavlink@b568a60...d7a20cc d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (b123395): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@d7a20cc - Changes: mavlink/mavlink@b568a60...d7a20cc d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (22172a3): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@3d9594e - Changes: mavlink/mavlink@b568a60...3d9594e 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (2193bfc): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@3d9594e - Changes: mavlink/mavlink@b568a60...3d9594e 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (c035ef8): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@3d9594e - Changes: mavlink/mavlink@b568a60...3d9594e 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (e131596): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@20626df - Changes: mavlink/mavlink@b568a60...20626df 20626dfa 2022-03-24 Hamish Willee - AVSSUAS.xml - remove empty whitespace at end of enum names d5b9709e 2022-03-24 Peter Barker - common.xml: remove wip from AIS_VESSEL (#1817) ee1bf9de 2022-03-24 Hamish Willee - MESSAGE_INTERVAL can be got using MAV_CMD_GET_MESSAGE_INTERVAL or MAV_CMD_REQUEST_MESSAGE (#1822) 087c1167 2022-03-24 Peter Barker - AVSUAS: correct MODE_M300_FORCE_AUTO_LANDING enum entry (#1824) 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (68e4deb): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@20626df - Changes: mavlink/mavlink@b568a60...20626df 20626dfa 2022-03-24 Hamish Willee - AVSSUAS.xml - remove empty whitespace at end of enum names d5b9709e 2022-03-24 Peter Barker - common.xml: remove wip from AIS_VESSEL (#1817) ee1bf9de 2022-03-24 Hamish Willee - MESSAGE_INTERVAL can be got using MAV_CMD_GET_MESSAGE_INTERVAL or MAV_CMD_REQUEST_MESSAGE (#1822) 087c1167 2022-03-24 Peter Barker - AVSUAS: correct MODE_M300_FORCE_AUTO_LANDING enum entry (#1824) 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (284b4ed): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@20626df - Changes: mavlink/mavlink@b568a60...20626df 20626dfa 2022-03-24 Hamish Willee - AVSSUAS.xml - remove empty whitespace at end of enum names d5b9709e 2022-03-24 Peter Barker - common.xml: remove wip from AIS_VESSEL (#1817) ee1bf9de 2022-03-24 Hamish Willee - MESSAGE_INTERVAL can be got using MAV_CMD_GET_MESSAGE_INTERVAL or MAV_CMD_REQUEST_MESSAGE (#1822) 087c1167 2022-03-24 Peter Barker - AVSUAS: correct MODE_M300_FORCE_AUTO_LANDING enum entry (#1824) 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (c00ac73): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@20626df - Changes: mavlink/mavlink@b568a60...20626df 20626dfa 2022-03-24 Hamish Willee - AVSSUAS.xml - remove empty whitespace at end of enum names d5b9709e 2022-03-24 Peter Barker - common.xml: remove wip from AIS_VESSEL (#1817) ee1bf9de 2022-03-24 Hamish Willee - MESSAGE_INTERVAL can be got using MAV_CMD_GET_MESSAGE_INTERVAL or MAV_CMD_REQUEST_MESSAGE (#1822) 087c1167 2022-03-24 Peter Barker - AVSUAS: correct MODE_M300_FORCE_AUTO_LANDING enum entry (#1824) 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (c024f49): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@20626df - Changes: mavlink/mavlink@b568a60...20626df 20626dfa 2022-03-24 Hamish Willee - AVSSUAS.xml - remove empty whitespace at end of enum names d5b9709e 2022-03-24 Peter Barker - common.xml: remove wip from AIS_VESSEL (#1817) ee1bf9de 2022-03-24 Hamish Willee - MESSAGE_INTERVAL can be got using MAV_CMD_GET_MESSAGE_INTERVAL or MAV_CMD_REQUEST_MESSAGE (#1822) 087c1167 2022-03-24 Peter Barker - AVSUAS: correct MODE_M300_FORCE_AUTO_LANDING enum entry (#1824) 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (c8b63e0): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@20626df - Changes: mavlink/mavlink@b568a60...20626df 20626dfa 2022-03-24 Hamish Willee - AVSSUAS.xml - remove empty whitespace at end of enum names d5b9709e 2022-03-24 Peter Barker - common.xml: remove wip from AIS_VESSEL (#1817) ee1bf9de 2022-03-24 Hamish Willee - MESSAGE_INTERVAL can be got using MAV_CMD_GET_MESSAGE_INTERVAL or MAV_CMD_REQUEST_MESSAGE (#1822) 087c1167 2022-03-24 Peter Barker - AVSUAS: correct MODE_M300_FORCE_AUTO_LANDING enum entry (#1824) 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (3d63b52): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@20626df - Changes: mavlink/mavlink@b568a60...20626df 20626dfa 2022-03-24 Hamish Willee - AVSSUAS.xml - remove empty whitespace at end of enum names d5b9709e 2022-03-24 Peter Barker - common.xml: remove wip from AIS_VESSEL (#1817) ee1bf9de 2022-03-24 Hamish Willee - MESSAGE_INTERVAL can be got using MAV_CMD_GET_MESSAGE_INTERVAL or MAV_CMD_REQUEST_MESSAGE (#1822) 087c1167 2022-03-24 Peter Barker - AVSUAS: correct MODE_M300_FORCE_AUTO_LANDING enum entry (#1824) 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (b4e7226): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@20626df - Changes: mavlink/mavlink@b568a60...20626df 20626dfa 2022-03-24 Hamish Willee - AVSSUAS.xml - remove empty whitespace at end of enum names d5b9709e 2022-03-24 Peter Barker - common.xml: remove wip from AIS_VESSEL (#1817) ee1bf9de 2022-03-24 Hamish Willee - MESSAGE_INTERVAL can be got using MAV_CMD_GET_MESSAGE_INTERVAL or MAV_CMD_REQUEST_MESSAGE (#1822) 087c1167 2022-03-24 Peter Barker - AVSUAS: correct MODE_M300_FORCE_AUTO_LANDING enum entry (#1824) 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (ec2d5be): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@20626df - Changes: mavlink/mavlink@b568a60...20626df 20626dfa 2022-03-24 Hamish Willee - AVSSUAS.xml - remove empty whitespace at end of enum names d5b9709e 2022-03-24 Peter Barker - common.xml: remove wip from AIS_VESSEL (#1817) ee1bf9de 2022-03-24 Hamish Willee - MESSAGE_INTERVAL can be got using MAV_CMD_GET_MESSAGE_INTERVAL or MAV_CMD_REQUEST_MESSAGE (#1822) 087c1167 2022-03-24 Peter Barker - AVSUAS: correct MODE_M300_FORCE_AUTO_LANDING enum entry (#1824) 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (80bb30b): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@20626df - Changes: mavlink/mavlink@b568a60...20626df 20626dfa 2022-03-24 Hamish Willee - AVSSUAS.xml - remove empty whitespace at end of enum names d5b9709e 2022-03-24 Peter Barker - common.xml: remove wip from AIS_VESSEL (#1817) ee1bf9de 2022-03-24 Hamish Willee - MESSAGE_INTERVAL can be got using MAV_CMD_GET_MESSAGE_INTERVAL or MAV_CMD_REQUEST_MESSAGE (#1822) 087c1167 2022-03-24 Peter Barker - AVSUAS: correct MODE_M300_FORCE_AUTO_LANDING enum entry (#1824) 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (14c127a): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@20626df - Changes: mavlink/mavlink@b568a60...20626df 20626dfa 2022-03-24 Hamish Willee - AVSSUAS.xml - remove empty whitespace at end of enum names d5b9709e 2022-03-24 Peter Barker - common.xml: remove wip from AIS_VESSEL (#1817) ee1bf9de 2022-03-24 Hamish Willee - MESSAGE_INTERVAL can be got using MAV_CMD_GET_MESSAGE_INTERVAL or MAV_CMD_REQUEST_MESSAGE (#1822) 087c1167 2022-03-24 Peter Barker - AVSUAS: correct MODE_M300_FORCE_AUTO_LANDING enum entry (#1824) 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (17ad855): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@20626df - Changes: mavlink/mavlink@b568a60...20626df 20626dfa 2022-03-24 Hamish Willee - AVSSUAS.xml - remove empty whitespace at end of enum names d5b9709e 2022-03-24 Peter Barker - common.xml: remove wip from AIS_VESSEL (#1817) ee1bf9de 2022-03-24 Hamish Willee - MESSAGE_INTERVAL can be got using MAV_CMD_GET_MESSAGE_INTERVAL or MAV_CMD_REQUEST_MESSAGE (#1822) 087c1167 2022-03-24 Peter Barker - AVSUAS: correct MODE_M300_FORCE_AUTO_LANDING enum entry (#1824) 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (54e0755): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@20626df - Changes: mavlink/mavlink@b568a60...20626df 20626dfa 2022-03-24 Hamish Willee - AVSSUAS.xml - remove empty whitespace at end of enum names d5b9709e 2022-03-24 Peter Barker - common.xml: remove wip from AIS_VESSEL (#1817) ee1bf9de 2022-03-24 Hamish Willee - MESSAGE_INTERVAL can be got using MAV_CMD_GET_MESSAGE_INTERVAL or MAV_CMD_REQUEST_MESSAGE (#1822) 087c1167 2022-03-24 Peter Barker - AVSUAS: correct MODE_M300_FORCE_AUTO_LANDING enum entry (#1824) 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (0384400): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@20626df - Changes: mavlink/mavlink@b568a60...20626df 20626dfa 2022-03-24 Hamish Willee - AVSSUAS.xml - remove empty whitespace at end of enum names d5b9709e 2022-03-24 Peter Barker - common.xml: remove wip from AIS_VESSEL (#1817) ee1bf9de 2022-03-24 Hamish Willee - MESSAGE_INTERVAL can be got using MAV_CMD_GET_MESSAGE_INTERVAL or MAV_CMD_REQUEST_MESSAGE (#1822) 087c1167 2022-03-24 Peter Barker - AVSUAS: correct MODE_M300_FORCE_AUTO_LANDING enum entry (#1824) 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (8f7a69f): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@39375a2 - Changes: mavlink/mavlink@b568a60...39375a2 39375a29 2022-04-06 Hamish Willee - MAV_TYPE_VTOL _DUOROTOR and _QUADROTOR renamed to new format (#1818) 20626dfa 2022-03-24 Hamish Willee - AVSSUAS.xml - remove empty whitespace at end of enum names d5b9709e 2022-03-24 Peter Barker - common.xml: remove wip from AIS_VESSEL (#1817) ee1bf9de 2022-03-24 Hamish Willee - MESSAGE_INTERVAL can be got using MAV_CMD_GET_MESSAGE_INTERVAL or MAV_CMD_REQUEST_MESSAGE (#1822) 087c1167 2022-03-24 Peter Barker - AVSUAS: correct MODE_M300_FORCE_AUTO_LANDING enum entry (#1824) 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
- mavlink in PX4/Firmware (094f4db): mavlink/mavlink@b568a60 - mavlink current upstream: mavlink/mavlink@0133e5d - Changes: mavlink/mavlink@b568a60...0133e5d 0133e5db 2022-04-06 Søren Friis - Update OpenDroneID messages to be compliant with protocol v2 (#1827) 39375a29 2022-04-06 Hamish Willee - MAV_TYPE_VTOL _DUOROTOR and _QUADROTOR renamed to new format (#1818) 20626dfa 2022-03-24 Hamish Willee - AVSSUAS.xml - remove empty whitespace at end of enum names d5b9709e 2022-03-24 Peter Barker - common.xml: remove wip from AIS_VESSEL (#1817) ee1bf9de 2022-03-24 Hamish Willee - MESSAGE_INTERVAL can be got using MAV_CMD_GET_MESSAGE_INTERVAL or MAV_CMD_REQUEST_MESSAGE (#1822) 087c1167 2022-03-24 Peter Barker - AVSUAS: correct MODE_M300_FORCE_AUTO_LANDING enum entry (#1824) 3d9594ef 2022-03-23 muexxl - add enums for mavlink ftp service (#1801) d7a20cc3 2022-03-17 Hamish Willee - VTOL - define MAV_TYPE for belly-sitting non tiltrotor (#1808) 1fd97fb9 2022-03-17 Julian Oes - common: remove option for relative speed change (#1812) 8197285e 2022-03-16 Amilcar Lucas - Improve example documentation (#1816) 485f7d05 2022-03-14 Hamish Willee - Param protocol bits: revert float, move c_style (#1814) 1942c71e 2022-03-03 Hamish Willee - Tell git to ignore the doc/messages folder (#1809) c38f6660 2022-03-03 Hamish Willee - Rename and document parameter encoding protocol bits. (#1799) 5186324e 2022-03-03 Julian Oes - camera/component information: URI zero termination (#1807)
I can run two mavlink instances without problems but the moment i arm the system both instances stop responding.
I initialize them in the /etc/extras.txt like this
mavlink stop-all
sleep 2
mavlink start -d /dev/ttyS1 -b 57600
sleep 2
mavlink start -d /dev/ttyS2 -b 115200
The radio is connected to /dev/ttyS1 and the offboard computer is connected to /dev/ttyS2.
Both work fine until y arm the system.
Lorenz said that i should remove all the instructions on the extras.txt file and change the parameter SYS_COMPANION to 921600, and i did but I realice that this parameter only affects the FMUV2 and i am using a PX4+IO.
So i manually start the mavlink like this in the extas.txt
mavlink start -d /dev/ttyS2 -b 921600 -m onboard
and the problem still remains..
The text was updated successfully, but these errors were encountered: