-
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
ERROR: Cannot load message class for [sensor_fusion_comm/ExtEkf]. Are your messages built? #25
Comments
Hi, Are you using the current master branch? On the Highlevel (HL) processor, only the EKF state propagation step is performed, the update step and covariance propagation is always performed on the additional processor board (ATOM/Core2Duo etc) - that is in SSF package (see this tutorial: http://wiki.ros.org/ethzasl_sensor_fusion/Tutorials/getting_started).http://wiki.ros.org/ethzasl_sensor_fusion/Tutorials/getting_started%29. Also, from the rqt_graph the mapping might need some changes. Did you follow all tutorials required for the sfly_tutorial? I see the following potential issues in the rwt_graph
Hope that helps. From: Luczia [[email protected]] Hi, I'm trying to implement an Ekf sensor fusion on the asctec_pelican. When trying to rostopic echo /state_out or /ext_state, I get the following error: ERROR: Cannot load message class for [sensor_fusion_comm/ExtEkf]. Are your messages built? However, when I rosmake the ethzasl_sensor_fusion package I get no error. Do you have any idea? Thanks, — |
Hi Stephan, Thanks a lot for your remarks. Following your advices, I did some remapping I use a ssf_pose_sensor instead of ssf_position_sensor , I did withdraw the link between my pose_estimator_ptam and fcu/pose and did withdraw the link between pose_estimator_ptam and fcu/current_pose (despite the fact I was only using this topic to generate a tf to be displayed in rviz). The new rqt_graph is available there (message 2, page 1) http://asctec-users.986163.n3.nabble.com/Issue-on-using-ethzasl-sensor-fusion-with-HighLevel-EKF-mode-td4024666.html#a4024668 . As a result, when trying to rostopic echo /fcu/ekf_state_out , it does display values! I still can't figure out what is missing and how to get the fusionned pose. Thanks |
Hi,
I'm trying to implement an Ekf sensor fusion on the asctec_pelican.
My mapping and roslaunch seems OK. (More description of my setup can be found here : http://asctec-users.986163.n3.nabble.com/Issue-on-using-ethzasl-sensor-fusion-with-HighLevel-EKF-mode-td4024666.html).
When trying to rostopic echo /state_out or /ext_state, I get the following error:
ERROR: Cannot load message class for [sensor_fusion_comm/ExtEkf]. Are your messages built?
However, when I rosmake the ethzasl_sensor_fusion package I get no error.
Do you have any idea?
Thanks,
The text was updated successfully, but these errors were encountered: