A holonomic system is when the number of controllable degrees of freedom equals the total degrees of freedom.
A holonomic system is when the number of controllable degrees of freedom equals the total degrees of freedom.
{{clear}}
{{clear}}
+
=Project Purpose=
+
Developing software, and design hardware using sensor integration, with a view to developing skillsets and knowledge concerning holonomic drive systems. This will allow team members to utilize holonomics in the WAM-V Propulsion, Control, Guidance, and Sensor sections during RobotX
+
{{clear}}
+
+
=Engineering Project Data=
=Engineering Project Data=
===Versions of Robotic Platform===
===Versions of Robotic Platform===
Line 192:
Line 197:
==Code and Mathematics==
==Code and Mathematics==
−
===Code to Facilitate Development===
−
====Laptop Code for Robot/Laptop Base Communication ====
+
+
===Laptop Code ===
<syntaxhighlight lang="Python">
<syntaxhighlight lang="Python">
#!/usr/bin/python3
#!/usr/bin/python3
Line 436:
Line 441:
</syntaxhighlight>
</syntaxhighlight>
−
====Robot Code for Robot/Laptop Base Communication ====