- Wed 17 April 2013
- misc
Putting a steering algorithm into SteerSuite
Glen B
This is a guide I created which I hope to turn into a Wiki some day on how to put your steering algorithm in SteerSuite.
- First things first
- Your agent needs to extend the SteerLib::AgentInterface class so that is can be used properly with the gspacialDatabase
- If your algorithm …