We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I'll take a look at this soon.
Sorry, something went wrong.
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.
I still encountered this error, and @Wedontplay 's fix solved the issue.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: