RobSimulatorGroup / gobot

Go, robot go!
GNU Lesser General Public License v3.0
16 stars 2 forks source link

49 improve the program entry point and main setup #58

Closed Wuqiqi123 closed 1 year ago

Wuqiqi123 commented 1 year ago
  1. Becase we are not using the QApplication, use Qt's signal/slot in the same thread is fine.
  2. cxxopts(header only) is introduced for parsing command line parameter.