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

Adding vehicle_acceleration and actuator_motors to the logged topics for system identification #23119

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jonas-eschmann
Copy link

Hi,

for full system identification, the motor commands as well as the observed acceleration are required to be logged at high frequencies. We are working on a system identification utility that people can use to find accurate dynamics parameters for their quadrotors just based on about a minute of flying data.

The utility is available at https://sysid.tools and the only missing piece is that people have to modify PX4 and re-compile/flash to include high-frequency logging of actuator_motors and vehicle_acceleration to be able to use it. Hence we propose to include it in the "Topics for system identification" option of the SDLOG_PROFILE parameter. By default, this option is deactivated so it will not affect most users, and even for users that have it enabled this should only add additional data but not interfere with anything else.

For more information about the method implemented by https://sysid.tools please refer to our paper: https://arxiv.org/abs/2404.07837 and or the corresponding video https://www.youtube.com/watch?v=G3WGthRx2KE

If you have any questions please let me know!

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.

None yet

1 participant