Robobot new behaviour plan

From Rsewiki
Revision as of 18:48, 31 December 2023 by Jca (talk | contribs) (Created page with "Back to Robobot Back to Robobot software description == Create a new behaviour plan == The easy way is to copy an existing plan, e.g.: $ cd ~/svn/robo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Back to Robobot

Back to Robobot software description

Create a new behaviour plan

The easy way is to copy an existing plan, e.g.:

$ cd ~/svn/robobot/raubase/src
$ cp bplan20.cpp bplan100.cpp
$ cp bplan20.h bplan100.h

Then add the new plan to the repository (if a repository is used)

(hertil)