Quote:
Originally Posted by inkspell4
One thing that i have always found important when looking at code is that you understand:
-how it works
-why it works
-when it doesn't work
-what is happening behind the scenes
It is important to not only understand that the code or function does something but you should understand to a certain degree why and how it does it.
For working at home away from the robot you can also use labview with an arduino and develop good coding habits and begin advancing your knowledge of control structures
Also don't be afraid to break off and learn Anouther language as learning how to do something in many different ways will help you understand the logic
|
I second this, knowing why your programming behave the reason it does can help identify what you need to do to do anything you want your robot to do. I also suggest just looking at the object pallet as a whole to see what you can work with. Also do some experiments with the blocks, most are self explanatory, but once you get used to using them, they can take you far!