Skip to content
Kaoru Nishikawa edited this page May 20, 2022 · 2 revisions

Welcome to the neclib wiki!

Design Policy
  • Must not depend on ROS
  • Should attach type annotations
  • Should test all public functions
  • Should make parameters assignable not only on initialisation of the class but also while running if it's safe.
    • Instance variable
    • Class variable
    • Constructor (init method) argument
Clone this wiki locally