|
|
|
Supreme Being
      
Group: Administrators
Last Login: Monday, December 01, 2008 6:34 PM
Posts: 299,
Visits: 426
|
|
| We just released the Serializer .NET Library version 1.2.3.0 This fixed the following issues: - PIDMotorController not allowing identical distance and rotation angles to be set back-to-back
- TPA81 Fahrenheit conversion bug
- Updated and auto compiled MSDN documentation examples
Best Regards!
Jason Summerour President, Summerour Robotics Corporation Microsoft MVP www.roboticsconnection.com
|
|
|
|
|
Forum Member
      
Group: Forum Members
Last Login: Monday, December 01, 2008 8:40 AM
Posts: 40,
Visits: 190
|
|
Hi Jason,
I was excited to finally see the PID fix so my robot doesn't keep bumping into walls and stuff ;-) but unfortunately, as soon as I installed the 1.2.3 library, my C# application started throwing "divide by zero" exceptions. If I go back to 1.2.2.4, my application is happy again...
Thanks,
patrick
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: Monday, December 01, 2008 6:34 PM
Posts: 299,
Visits: 426
|
|
| Hey Patrick, Hmm...Nothing that was changed between 1.2.2.4 and 1.2.3.0 involved anything w/ a divisor, especially w/ the PIDMotorController. Could you please either post your code, or try to see where the exception is being thrown? That would help me further figure out why you're getting the DBZ exception. Best Regards!
Jason Summerour President, Summerour Robotics Corporation Microsoft MVP www.roboticsconnection.com
|
|
|
|
|
Forum Member
      
Group: Forum Members
Last Login: Monday, December 01, 2008 8:40 AM
Posts: 40,
Visits: 190
|
|
Hey Jason,
Good news--it wasn't the fault of the new SerializerLib. I *thought* I hadn't changed anything else beside the library but in fact, the day before I had installed a new version of RoboRealm and didn't realize they had changed a string format in one of the variables. It was pure luck (or bad luck) that I didn't hit that bug right away. The new version turned a string variable into a zero instead of a positive number in one of my x divided by y statements and voila! In any event, all's well that ends well--and Pi Robot is no longer running into things thanks to the nicely fixed SerializerLib. (-;
Thanks again,
patrick
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: Monday, December 01, 2008 6:34 PM
Posts: 299,
Visits: 426
|
|
| Patrick, Hey, that's cool! Guess the planets were aligned just right...  RoboRealm really rocks.  Have fun! Best Regards!
Jason Summerour President, Summerour Robotics Corporation Microsoft MVP www.roboticsconnection.com
|
|
|
|