Closed MagdaZal closed 2 years ago
Hi, I am getting the same error. Have you found any solution ?
THanks!
@mahammadirfan Unfortunately not, I am still looking for the answer
@mahammadirfan Write in terminal chmod gu+x cookbag.py
and then path to cookbag rosrun allan_variance_ros cookbag.py --input original_rosbag --output cooked_rosbag
. It solves the first problem but in my case the .csv file still has values of 0 and Nans and I dont know why
Hey, its working here, make sure you have right IMU rostopic, IMU update rate in your yml file, analysis.py file. I edited this and got the results.
Hi @mahammadirfan, Thank you. I changed those files and it worked. I close this issue
It's missing in the README, but analysis.py also takes a 'config' argument to which you can provide the config file (with the imu topic and rate). Then you don't have to change it manually.
> rosrun allan_variance_ros allan_variance /home/magda/catkin_ws/src/allan_variance_ros/ /home/magda/catkin_ws/src/allan_variance_ros/config/ellipse.yaml
this works great and I get allan_variance.csv. Unfortunatelly the next step doesn't work again. I see this error:
Additionally I have created a launch file in which I show IMU topic and frequency. In this topic IMU status, sensors values and computed orientation using Quaternion are listed.
Do you know where is the problem? Thank you very much for the answer