Close

Rhys Mainwaring’s ROS Melodic Software and Simulator for Sawppy

A project log for Sawppy the Rover

Motorized model of Mars rovers Curiosity and Perseverance For Under $500

rogerRoger 01/31/2020 at 22:373 Comments

When I created Sawppy, my first goal was to deliver something that could be fun for robotics enthusiasts to play with. The target demographics were high school students and up, which meant creating a software stack that is self-contained and focused enough to be easy to learn and modify.

To cater to Sawppy builders with ambition for more, one of the future to-do list was to write the necessary modules to drive Sawppy via open source Robot Operating System. (ROS) It is a platform with far more capability, with access to modules created by robotics researchers, but not easy for robotics beginners to pick up. I’ve played with ROS on-and-off since then, never quite reaching the level of proficiency I needed to make it happen.

So I was very excited to learn of Rhys Mainwaring’s Curio rover. Curio is a Sawppy sibling with largely the same body but running a completely different software stack built on ROS Melodic. Browsing the Curio code repository, I saw far more than just a set of nodes to run a the physical rover, it includes two significant contributions towards a smarter rover.

Curio Rover in Simulation
There’s a common problem with intelligent robotics research today: evolving machine learning algorithms require many iterations and it would take far too long to run them on physical robots. Even more so here because, true to their real-life counterparts, Sawppy and siblings are slow. Rhys has taken Sawppy’s CAD data and translated physical forms and all joint kinematics to the Gazebo robot simulator used by ROS researchers. Now it is possible to work on intelligent rovers in the virtual world before adapting lessons to the real world.

Rover Odometry
One of the challenges I recognized (but didn’t know how to solve) was calculating rover wheel odometry. The LX-16A servos used on Sawppy could return wheel position, but only within an approximately 240 degree arc out of the entire 360 degrees circle. Outside of that range, the position data is noisy and unreliable.

Rhys has managed to overcome this problem with an encoder filter that learned to recognize when the servo position data is unreliable. This forms the basis of a system to calculate odometry that works well with existing hardware and can be even faster with an additional Arduino.

ROS Software Stack For Sawppy
Several people have asked me for ROS software for Sawppy, and I’m glad Rhys stepped up to the challenge and contributed this work back to the community. I encourage all the Sawppy builders who wanted ROS to look over Rhys’ work and contribute if it is within your skills to do so. As a ROS beginner myself, I will be alongside you, learning from this project and trying to run it on my own rover.

https://github.com/srmainwaring/curio


(Cross-posted to NewScrewdriver.com)

Discussions

Steve wrote 02/01/2020 at 02:24 point

This has been on my to-do list for a while, but I'm happy to take a look at Rhys' work.
Thanks!
 I've had a lot of work lately so I haven't had all that much time to spend on my Sawppy.

  Are you sure? yes | no

Marco Walther wrote 01/31/2020 at 23:07 point

My setup as related to the Sawppy is here;-) https://github.com/mw46d/Sawppy_ROS/ But I'll also look at others;-)

  Are you sure? yes | no

Roger wrote 01/31/2020 at 22:56 point

Hi @Marco Walther and @Steve : I believe you are both investigating ROS for Sawppy, so this might be of interest.

  Are you sure? yes | no