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

shiva's profile - activity

2016-12-13 09:54:07 -0500 received badge  Enlightened (source)
2016-12-13 09:54:07 -0500 received badge  Good Answer (source)
2016-10-10 21:02:40 -0500 received badge  Nice Answer (source)
2016-04-18 10:45:31 -0500 received badge  Necromancer (source)
2016-04-18 10:45:31 -0500 received badge  Teacher (source)
2015-08-31 15:18:15 -0500 answered a question smach_viewer does not work in indigo

To save others some time, this answer worked for me:

when I rewrote the 480th row of the /opt/ros/indigo/lib/python2.7/dist-packages/xdot/xdot.py

return int(self.read_code()) -> return int(float(self.read_code()))

Source: http://answers.ros.org/question/17268...

I got to the solution following the thread above. From what I gather, the problem is that read_code returns a float instead of an int.

2015-08-31 12:53:37 -0500 received badge  Supporter (source)