Archives
- May 2015 (1)
- February 2014 (2)
- July 2013 (1)
- June 2013 (1)
- May 2013 (1)
- April 2013 (4)
- March 2013 (3)
- February 2013 (5)
- January 2013 (4)
- December 2012 (3)
- November 2012 (4)
- October 2012 (5)
-
Recent Posts
March 2023 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Post Categories
Webcomics
Tags
Tag Archives: math
Howto: Heat map style plots in Matlab.
I’m writing this up as a note as much for myself as it is for the edification of others. Since nobody seems to clearly explain how to go about doing this in Matlab. Okay, so you want to make a … Continue reading
Moving a Robot Part 3: Two wheels, moving differently
So in our previous episodes, we talked about some of the issues and ways we can make a robot move. How does this even apply to a real robot? In many small robot applications, we like to use robots with … Continue reading
Moving a Robot, Part 2: Heading Issues
So in our previous episode, we discussed how to move a two wheeled robot. However, we mentioned that there’s a problem with computing the angle delta: The problem is angle wraparound. There are two primary ways of representing a heading: … Continue reading