karlkurzer / path_planner

Hybrid A* Path Planner for the KTH Research Concept Vehicle
http://karlkurzer.github.io/path_planner/
BSD 3-Clause "New" or "Revised" License
1.56k stars 538 forks source link

Catkin Build v.s. Catkin Make #32

Closed vinnnyr closed 4 years ago

vinnnyr commented 4 years ago

Hello, I am trying to intergrate this package with another suite that is built via catkin build. Catkin build on this package does not work correctly (the hybrid_astar package is not created).

I am trying to assess whether it is easier to make my other package catkin_make compatible or make this catkin build compatible.

Can someone point me to how they would recommend making this package catkin build compatible? Related answer: https://answers.ros.org/question/277109/catkin_make-works-but-catkin-build-fails/

Thanks in advance. Vinny

vinnnyr commented 4 years ago

Sorry I was being stupid. I forgot to source my new setup.bash file. Not a problem, Catkin Build does, in fact, work.