Is there a generic timer on Odrive or a method to set up the watchdog timer as a generic timer.
I have a TOF (time of flight) sensor on my robot and have set it up to stop with a certain distance of objects. I now want it to back up for a duration, do a pivot away from the object and then continue it’s travel to it’s next obstacle. I would like to keep the robot in the velocity mode for simplicity.
Right now I have Forward, Reverse,Left, Right, Pivot Left, Pivot Right all in velocity mode. I can vary my speed. I also have a constant speed til a tap on Forward or Reverse causes a stop. Hope to set it up similar to a Roomba ; bump turn and go.
Thanks for any ideas.