ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

segfault after failed call do `GetParentLink`: collada_joint_publisher with diamondback [closed]

asked 2011-04-07 23:54:45 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hi everyone!

My name is Ivan, and I have a problem with Ros discussed below: rviz running with "roslaunch orrosplanning collada_rviz_display.launch model: = barrettwam.dae" to start simulation of the WAM all display screen but nothing else and throw rviz the following errors:

rviz: /opt/ros/diamondback/stacks/robot_model/urdf/src/collada_model_reader.cpp:683: bool urdf::ColladaModelReader::_ExtractKinematicsModel(domKinematics_modelRef, domNodeRef, domPhysics_modelRef, const std::list<urdf::ColladaModelReader::JointAxisBinding, std::allocator<urdf::ColladaModelReader::JointAxisBinding> >&): La declaración `_checkMathML(papplyelt,"apply")' no se cumple.
[rviz-3] process has died [pid 27214, exit code -6].
log files: /home/ivaxxus/.ros/log/03c9da48-61d6-11e0-a0aa-70f1a192dd31/rviz-3*.log
Traceback (most recent call last):
  File "/opt/ros/diamondback/stacks/orrosplanning/collada_joint_publisher.py", line 78, in <module>
    jsp.loop()
  File "/opt/ros/diamondback/stacks/orrosplanning/collada_joint_publisher.py", line 53, in loop
    if link.GetParentLink() is None:
AttributeError: 'Link' object has no attribute 'GetParentLink'
[collada_joint_publisher-2] process has died [pid 27213, exit code -11].
log files: /home/ivaxxus/.ros/log/03c9da48-61d6-11e0-a0aa-70f1a192dd31/collada_joint_publisher-2*.log

And that's not all, I have tested with other models collada_robots, only throw an error here is this:

Traceback (most recent call last):
  File "/opt/ros/diamondback/stacks/orrosplanning/collada_joint_publisher.py", line 78, in <module>
    jsp.loop()
  File "/opt/ros/diamondback/stacks/orrosplanning/collada_joint_publisher.py", line 53, in loop
    if link.GetParentLink() is None:
AttributeError: 'Link' object has no attribute 'GetParentLink'
[collada_joint_publisher-2] process has died [pid 27589, exit code -11].
log files: /home/ivaxxus/.ros/log/92315086-61d6-11e0-9589-70f1a192dd31/collada_joint_publisher-2*.log

Not what happens, I have a few days trying to solve the problem but I can not.

In case you need my pc is a Toshiba Satellite L655D, with AMD and ATI Mobility RADEON HD 4200 and SO: Ubuntu 10.10

I appreciate the time given Yours sincerely

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by Ivan Rojas Jofre
close date 2013-06-20 10:54:04

2 Answers

Sort by » oldest newest most voted
1

answered 2011-07-25 03:45:03 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Instead of using diamondback version, I had to download and compile the trunk version via SVN from http://www.ros.org/wiki/jsk-ros-pkg

Also had to recompile rviz from source, so it links to newly compiled robot_model library.

edit flag offensive delete link more
1

answered 2011-04-21 01:43:59 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Are you projecting marker fare outside of your workspace x,y,z ?

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-04-07 23:54:45 -0500

Seen: 362 times

Last updated: Jul 25 '11