command line arguments

Issue #143 resolved
brian soe created an issue

I propose moving all command line arguments into the xml. The xml already serves the purpose of running different robot/controllers without recompiling. It would be more clear if it was all in the xml. Also, the argv parsing in CRobotApp adds a lot of code in the app that is hard to follow, and should be hidden in the src code, ie the xml parser src. argv arguments should be written by the user for things that are very application specific.

Comments (2)

  1. Log in to comment