robotpy/robotpy-commands-v2

Set name of things automatically?

virtuald opened this issue · 2 comments

Someone's code had a lot of these in their command constructors:

self.setName(__class__.__name__)

Seems like there are a lot of cases where this would be useful.

Both the C++ and Java versions automatically use the class name too. No reason we shouldn't as well.

The pure python rewrite does this.