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

There is not any data about rollspeed ,pitch speed, yawspeed in vehicle_attitude. #5

Open
DangersTR opened this issue Dec 13, 2020 · 0 comments

Comments

@DangersTR
Copy link

In importa.py, line 44;
y_r_r=d.data['rollspeed']
But, when i look my vehicle_attitude.csv file there is no data about roll,pitch,yaw speed.

I tried to run program,

File: 14_20_47.ulg
Traceback (most recent call last):
File "C:\Users\Ozan\AppData\Local\Programs\Python\Python39\Scripts\px4att-script.py", line 33, in
sys.exit(load_entry_point('px4tuning==0.1.1', 'console_scripts', 'px4att')())
File "C:\Users\Ozan\AppData\Local\Programs\Python\Python39\lib\site-packages\px4tuning\px4att.py", line 46, in main
D=importa.open_file(arq)
File "C:\Users\Ozan\AppData\Local\Programs\Python\Python39\lib\site-packages\px4tuning\importa.py", line 44, in open_file
y_r_r=d.data['rollspeed']
KeyError: 'rollspeed'

I got this error.

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

No branches or pull requests

1 participant