gym_ped_sim
gym_ped_sim copied to clipboard
catkin build failed
Hi Lei Tai,
During the installation I've faced with the following problem.
fatal error: data_collection/DataCollectionService.h: No such file or directory
...
/home/coh/condatest4/devel/.private/data_collection/include/data_collection/DataCollectionServiceRequest.h:5:0: error: unterminated #ifndef #ifndef DATA_COLLECTION_MESSAGE_DATACOLLECTIONSERVICEREQUEST_H
If any suggestion, please let me know.
This may help you commit
You can also catkin clean
whole workspace and then try to catkin build data_collection
package only after adding
<run_depend>message_runtime</run_depend>
to your package.xml
I have a solution here. #2 https://github.com/onlytailei/gym_ped_sim/issues/2 Hope that helps.