Hello @algl2000,
The problem is indicated in the error message, here:
As you can see, it says that it can’t find a package named wam_reproduce_trajectory. This package doesn’t exist, the correct package name is iri_wam_reproduce_trajectory. You have to modify this in the CMakeLists.txt(of the unit_4_services package) file and the problem will be solved.
Best