Problem with tf view_frames [closed]
When I use:
rosrun tf view_frames
To get a graph of my tf tree I get this error:
Listening to /tf for 5.000000 seconds
Illegal instruction
But if I do:
rostopic echo /tf
I can see that there are tf messages published correctly on the /tf topic.
Which could be the solution to my problem?
Illegal instruction sounds bad. What is your system, your ROS distro and how did you install ROS?
I'm using ros electric with ubuntu natty and I used Desktop-Full Installation
What is your hardware?