![]() | 1 | initial version |
It looks like you have add_action_files
on line 61 of your CMakeLists.txt, and cmake doesn't understand that command.
I don't see any mention of it in the tutorial, so you should probably comment out that command.
(for background, the add_action_files
command is part of actionlib and is used for generating action interfaces, which are a more advanced topic)