instar-robotics / papyrus

Papyrus is the front end GUI that generates neural scripts that can be executed by kheops
GNU General Public License v3.0
1 stars 0 forks source link

Fix objects lifecycles #19

Closed nschoe closed 5 years ago

nschoe commented 5 years ago

Some classes have pointer members and the member's lifecycle is closely related to the class itself, so they should be replaced by normal members, not pointers.