Robobot new behaviour plan
From Rsewiki
(Difference between revisions)
(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...") |
Revision as of 17:48, 31 December 2023
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)