ZJU-FAST-Lab / ego-planner-swarm

An efficient single/multi-agent trajectory planner for multicopters.
GNU General Public License v3.0
1.13k stars 222 forks source link

FIX: compile issue #56

Open Jason-xy opened 1 year ago

Jason-xy commented 1 year ago

DETAIL:

  1. When compile with catkin_make -j1 will occur make error due to wrong target dependency.
  2. Add compile test ci pipeline.

TEST: Compile & run with cuda/non-cuda version in docker container.