Skip to content
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 precision #5

Open
jonbinney opened this issue Jul 19, 2014 · 3 comments
Open

Problem with precision #5

jonbinney opened this issue Jul 19, 2014 · 3 comments

Comments

@jonbinney
Copy link

I believe that a bug in this version of xdot is causing a problem in smach_viewer: ros-visualization/executive_smach_visualization#7

I found this issue: https://bugzilla.redhat.com/show_bug.cgi?id=1067887 which sounds similar to this bug. They reference this fix: jrfonseca/xdot.py@e36b49b which I don't think has been merged into this fork of xdot.

@jbohren
Copy link
Owner

jbohren commented Jul 19, 2014

I'll take a look at this soon.

@Wedontplay
Copy link

Following this I changed the 480th row of the /opt/ros/indigo/lib/python2.7/dist-packages/xdot/xdot.py as follow:

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

Now the states are visualized but I have spurious segfault errors.

@ruffsl
Copy link

ruffsl commented Apr 18, 2016

I still encountered this error, and @Wedontplay 's fix solved the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants