Skip to content

Problem with or_rviz when launching table_clearing #30

Open
@stepelle

Description

@stepelle
  1. 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

  2. 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

  3. 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 ()

  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions