Need help with understanding methods of SystemInterface.

asked 2022-10-19 08:05:02 -0500

Edvard gravatar image

updated 2022-10-20 04:55:56 -0500

Hi. Sorry for my mistakes. English is not my native language. So, I'm porting my Noetic project to Foxy and I have quite the amount of trouble with understanding how should I port controller. To be more specific in Noetic I used RobotHW, now I need to use SystemInterface. I check some examples that are listed here and maybe it is something obvious, but can't understand, why then using SystemInterface not all required for overriding methods are override. For example, here get_name() and get_status() is not override. So in the end I need clear understanding of what to do with this two methods. Appreciate any help.

edit retag flag offensive close merge delete