New Open Source URScript devlopment tools available

by Matt Bush, on May 13, 2020 5:04:11 PM

We here at Hirebotics use a lot of tools to make sure that we are producing the best quality code we can to run on our robotic workers.  We have been working for a while now on a suite of tools that allow us to quickly produce, test and distribute code to our robots.  As of today, these tools are now being open-sourced and are available for anyone to use.  To find out more visit the project at https://github.com/Hirebotics/urscript-tools

One of the really cool tools we just recently developed is the ability to run a single script file without needing to load it onto a simulator or actual robot.  Just using the terminal on your computer or the integrated terminal in your IDE you can now execute script files locally.  This is great for finding out what a function does or even simply testing to make sure that the file compiles before moving it to the robot.

Check out this previous blog post that demonstrates how we use the test framework for creating and executing unit tests against our URScript programs.

We look forward to hearing from the community about this project and how it helps you develop better robot code faster.

Topics:Robot ProgrammingUniversal RobotsUnit TestingURScript

Comments