-
Notifications
You must be signed in to change notification settings - Fork 5
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
Problem with or_rviz when launching table_clearing #30
Comments
I have a few ideas. First, for #1, the This will be unrelated to rviz or the crash, but will get rid of the message. You might also need to install We have sometimes seen a crash of or_rviz on 14.04 due to a race condition in initialization. Could you run this test and see if you still get the crash:
This should load herb in an empty rviz environment. If you see the crash, could you then run:
And see if you still get the crash. |
From the stack trace you sent by email, it looks like you may be missing a few dependencies. If you are on Ubuntu 14.04, then you should be able to install them via |
There was also a bug in $ wstool set interactive_markers https://github.com/ros-visualization/interactive_markers.git --git -v indigo-devel Make sure you source |
I downloaded
and everything worked out. The problem related to
was solved by adding a pause in the code: the program crashed before the visualization in rviz was possible. The crash is still there but it seems to be not related to Thank you for the help. |
I run rosrun or_rviz test.py:
rviz correctly loads and visualizes the environment. However, the following warning is present
_[plugindatabase.h:929 _SysLoadLibrary] /home/rosubuntu/ros_ws/devel/share/openrave-0.9/plugins/or_sbpl_plugin.so: /home/rosubuntu/ros_ws/devel/lib/libor_sbpl.so: undefined symbol:
_ZN4YAML6detail9node_data12empty_scalarE
[plugindatabase.h:857 _LoadPlugin] failed to load: /home/rosubuntu/ros_ws/devel/share/openrave-0.9/plugins/or_sbpl_plugin.so
[kinbody.cpp:3232 _ComputeInternalInformation] whiteboard link index 0 has no name
[kinbody.cpp:3232 ComputeInternalInformation] whiteboard link index 1 has no name
I run rosrun table_clearing runHardcodedTask.py --task table_clearing_task --viewSim qtcoin --vision-sim:
everying is correctly shown even if these warnings exist
_[plugindatabase.h:929 _SysLoadLibrary] /home/rosubuntu/ros_ws/devel/share/openrave-0.9/plugins/or_sbpl_plugin.so: /home/rosubuntu/ros_ws/devel/lib/libor_sbpl.so: undefined symbol:
_ZN4YAML6detail9node_data12empty_scalarE
[plugindatabase.h:857 LoadPlugin] failed to load:
/home/rosubuntu/ros_ws/devel/share/openrave-0.9/plugins/or_sbpl_plugin.so
[ WARN] [1441620093.532895787]: Group 'head_hand' is empty.
[kinbody.cpp:1470 SetDOFValues] dof 4 value is not in limits 0.000000e+00<5.235988e-01
[kinbody.cpp:1470 SetDOFValues] dof 15 value is not in limits 0.000000e+00<5.235988e-01
[plugindatabase.h:577 Create] Failed to create name SBPL, interface planner
WARNING: QApplication was not created in the main() thread.
[plugindatabase.h:577 Create] Failed to create name viewerrecorder, interface module
I run rosrun table_clearing runHardcodedTask.py --task table_clearing_task --viewSim rviz --vision-sim:
Rviz window opens but nothing is shown (nor the scene or the window buttons). I have the same warnings of point 2 and this error and segmentation fault
_[kinbody.cpp:3378 _ComputeInternalInformation] failed to set mimic equations on kinematics body herb: openrave (InvalidArguments): [virtual void OpenRAVE::KinBody::Joint::SetMimicEquations(int, const string&, const string&, const string&):1144] failed to set equation '/left/j01_0.321429+0.000000' on herb:/left/j02, at 8. Error is Syntax error: Operator expected*
Program received signal SIGSEGV, Segmentation fault.
0x081270f7 in PyEval_CallObjectWithKeywords ()
I tried to use on test.py the out-of-process "interactivemarker" mode without
success. I'm probably doing something wrong. I tried it on test.py. When I
send some command through the shell, I have a segmentation fault.
I'm working on 14.04.1-Ubuntu i686.
The text was updated successfully, but these errors were encountered: