-
Notifications
You must be signed in to change notification settings - Fork 162
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
IMU and Sensor Coordinates confusion #37
Comments
Farhan, for q_wv: for q_ci: If all fails you might want to try the following:
hope that helps. best, |
Farhan, please try a lower baud rate first (e.g. 115200 should be sufficient for 100Hz transmission). Also set all other topic transmissions to 1 or 0Hz (in the dynamic reconfigure in the fcu node) Let me know if that works |
Hi Stephan
and pose_sensor_fix.yaml is data_playback: False initialization of camera w.r.t. IMUinit/q_ci/w: 0.0 init/p_ci/x: 0.0 initialization of world w.r.t. visioninit/q_wv/w: 1.0 use_fixed_covariance: False i hope im not remapping wrong topics. !! Thanks |
Hi stephan fcu/serial_port: /dev/ttyS2 ans i have configured the pose_sensor_fix.ymal as initialization of camera w.r.t. IMUinit/q_ci/w: 1.0 init/p_ci/x: 0.0 initialization of world w.r.t. visioninit/q_wv/w: 0.0 and remapped the topic as pose_sensor.launch as
Now my questions are Q2 How can i plot the evolution of q_ci state ? Q3 do i have to remap /ssf_core/pose to /fcu/pose for the Luemberger oberver? |
@iamfarhan007 here are some answers:
|
Hello
im working on the asctec pelican for ly thesis
im trying to implement the ethzasl_sensor_fusion in the pelican . I have gone through the tutorial
http://wiki.ros.org/ethzasl_sensor_fusion/Tutorials/getting_started
From the asctec website the coordinate frames of the pelican IMU are
Which give the configuration as follows
Im running ethzasl_ptam and rostopic echo/vslam/pose_world gives
where as rostopic echo /fcu/imu gives
my imu Z axis seems to be parallel to the ptam's Z axis
the ptams Y_axis is parallel to the above cameras Z_Axis(pointing out the lens)
the ptams X_axis is perpendicular to the above cameras Z_Axis(pointing out the lens)
I have read all the previous discussions but still unable to deduce how can i find
how can in compute the q_ci, . form this information?
How to compute the quaternions p_ci and q_wv ?
I am sorry if my questions r too intuitaive / basic.
Thanks
Farhan
The text was updated successfully, but these errors were encountered: