Closed doisyg closed 3 years ago
Yes, my mistake. I forgot to test compilation after changing directory name. But maybe we should not just comment out this line
install(DIRECTORY launch DESTINATION share/${PROJECT_NAME})
But instead just change it to
install(DIRECTORY params DESTINATION share/${PROJECT_NAME})
Changes for install(DIRECTORY params DESTINATION share/${PROJECT_NAME})
in last commit
Redundant with (included in) : https://github.com/rst-tu-dortmund/teb_local_planner/pull/282
fix compilation error due to https://github.com/rst-tu-dortmund/teb_local_planner/pull/280