-
Notifications
You must be signed in to change notification settings - Fork 31
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
OrkObject crashes RViz #19
Comments
Also tried with object_recognition_ros and object_recognition_ros_visualization from Github. Same situation. Backtrace:
|
I added a fix so that it does not crash if the object is not found but that is unrelated. According to your stacktrace, the crash is in the loading of the mesh. What is special about your mesh ? Which version of Ubuntu do you have ? |
Hi How can I fix this problem? There was two warning (1. /home/mias/ork/src/tabletop/src/object/assimp/code/Exporter.cpp:283:10: warning: ‘template class std::auto_ptr’ is deprecated) (2. ObjectRecognizer.cpp warning: the use of |
When I add OrkObject plugin to RViz (under ROS Hydro, ORK from ROS ppa) and set topic to "/recognized_object_array", any message on this topic crashes RViz (Segmentation fault). Bagfile containing one message from the topic is available here.
The text was updated successfully, but these errors were encountered: