-
Notifications
You must be signed in to change notification settings - Fork 48
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
Issue with ulog analysis.ipynb #24
Comments
Same here. Tried also to run example outside anaconda with arch linux's python 3.6.2 (and px4tools + other deps installed via pip), but: `px4tools.estimator_analysis(d_concat_computed) AttributeError: 'DataFrame' object has no attribute 't_vehicle_attitude_0__f_roll_error' |
@AlexandreBorowczyk Any solution to the I am getting the same error. |
nothing new, I'm using https://github.com/PX4/flight_review now. |
Ok. I just found a way to get rid of that error. I built pip uninstall px4tools and while being inside conda environment: conda uninstall px4tools install . conda_env
git clone https://github.com/dronecrew/px4tools.git
cd px4tools
python setup.py build install Hope this helps. |
As the error suggests the issue comes from pyulog. I just found a way to get rid of it. Uninstall pyulog and reinstall from source.
install pyulog from source
The solution is almost similar to @mzahana but its enough to build only pyulog from the source! Hope it helps! |
Thank you very much, guys! |
I just did the same thing but without |
Hi I'm running in the following issue will trying the example.
The text was updated successfully, but these errors were encountered: