|
Re: navigate and default code newbie question
well, most of the code is contained in tracker.c and navigate.c - there shouldn't be too many modifications.
first, navigate uses pwms 3 and 4, whereas the default code uses 1 and 2 - you'll need to reconcile this.
second, the call to navigate should go in User_Autonomous_Code.
|