by Martin Cote | Mar 17, 2015 | Robot Forge |
After working in the terminal, gazebo and RViz, it’s time for a change of pace. For this ROS101 tutorial we’ll be detailing the basics of creating your own rqt dashboard! A dashboard is a single rqt window with one or more plugins displayed in movable,...
by Martin Cote | Jan 19, 2015 | Teaching and Learning |
The Arduino family of micro controllers has quickly become a go-to board for hobbyists due to its ease of use. Often times roboticists must create communication protocols to allow their embedded hardware to communicate with a computer. One of the most powerful aspects...
by Martin Cote | Dec 11, 2014 | Teaching and Learning |
We previously learned how to write a publisher node to move Husky randomly. BUT! What good is publishing all these messages if no one is there to read it? In this tutorial we’ll write a subscriber that reads Husky’s position from the odom topic, and graph...
by Martin Cote | Oct 30, 2014 | Teaching and Learning |
Whether you have a Jackal UGV or not, the Jackal simulator is a great way to get started with ROS robot development. In this tutorial, we will go through the basics of starting Gazebo and Rviz and how to drive your Jackal around. If you are new to ROS, it’s...
by Martin Cote | Sep 23, 2014 | Teaching and Learning |
In our previous post, we graduated from driving a Husky, to taking on a Grizzly! Now it’s time to get down and dirty with what ROS is really made of, nodes! We will first be creating a workspace to work from, then we will write a simple publisher that will make...