-
Notifications
You must be signed in to change notification settings - Fork 35
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
It crashes #22
Comments
Hmm, that sounds like it'd be really bad if it was the case, but I think there's something else going on here. The Can you describe more about your setup and how things were failing? |
Hi @mikepurvis , The crash is at line 54, where the driver tries to execute a lexical cast on the trimmed response from the PTU. Also during the initialization phase, sometimes it fires some errors because there are strings in the PTU response rather than just a number and a star. The issue should be easily solvable if the software catched the lexical cast and tried to manage the custom strings...but when I try just to ignore the exception somehow the previous pos values are not kept and I don't know how to handle this. If you could make a hotfix it would be really appreciated. |
Any update on the issue? |
I cannot use it. It keeps crashing. I went through the code, and at the main function of the node, found that for every spin (in the while(ros::ok()) loop) you define a new ptu and connect to it. I put this outside the loop and everything worked.
The text was updated successfully, but these errors were encountered: