Close

304 Results for "ros"

  • Describe Phoebe For ROS Using URDF

  • Now that I've decided to bring up the ROS navigation stack for Phoebe, where do I start? Well, the ROS Wiki page for the subject is always a good place to start, as they tend to have a tutorial for the subject. ROS navigation is no exception. The first...
  • Creating a ROS Node for Sparki - Part 2

  • In Part 1, I discussed how I had to drop rosserial in favor of a homespun solution to create a ROS node for Sparki. I developed a communication protocol to talk between a ROS node on a PC written in python and Sparki's microcontroller. I created a slimmed-down...
  • Creating a ROS Node for Sparki - Part 1

  • I've decide to use ROS to get SLAM up and running for Sparki. I may not finish the project using ROS but it's a good way to quickly get SLAM up and running.The first step is to create a ROS node for Sparki. My first thought was to use the rosserial library....
  • ROS In Three Dimensions: Data Structure and Sensor

  • One of the ways a TurtleBot makes ROS easier and more approachable for beginners is by simplifying a robot’s world into two dimensions. It’s somewhat like the introductory chapters of a physics textbook, where all surfaces are friction-less and all collisions...