robotpy/robotpy-commands-v2

SelectCommand not implemented

Closed this issue ยท 5 comments

Should look at either a pure python implementation or wrap it. It was a template if I remember correctly.

Is it necessary to add the SelectCommand class first in WPILib C++?

For now, is it necessary the .cpp file or only the header?
Because the WPILibC++ has the SelectCommand example, but not in complete form, as compared to Java (I guess)

I'm not sure I understand. The C++ SelectCommand example looks to be as complete as the corresponding Java example to me.

woops, my mistake... I got confused here. Sorry for this @auscompgeek ๐Ÿ˜”

I wanna convert the SelectCommand example to python, this is why I questioned.