This page (revision-5) was last changed on 2024-05-31 00:03 by Murray Altheim

This page was created on 2024-05-30 22:45 by Murray Altheim

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
5 2024-05-31 00:03 4 KB Murray Altheim to previous
4 2024-05-31 00:00 4 KB Murray Altheim to previous | to last
3 2024-05-30 23:01 3 KB Murray Altheim to previous | to last
2 2024-05-30 22:58 3 KB Murray Altheim to previous | to last
1 2024-05-30 22:45 2 KB Murray Altheim to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 40 changed one line
When programming movement of a robot it's possible to set each motor's velocity to Skid-steer the robot. When you add the availability of steering servos, things get more complicated. And this points out a better way of approaching the design of a robot's navigation, using two variables: ''velocity'' and ''theta'' (turning angle).
When programming movement of a robot it's possible to set each motor's velocity to Skid-steer the robot. So you might set the port (left) side velocity at 80% and the starboard (right) side velocity at 20%, causing the robot to turn to starboard.
At line 42 added 2 lines
When you add the availability of steering servos, things get more complicated. And this points out a better way of approaching the design of a robot's navigation, using two variables: ''velocity'' and ''theta'' (turning angle).
At line 45 added 2 lines
(BTW, the easy way to remember port and starboard is that "port" and "left" both have four letters.)