RGring / drl_local_planner_ros_stable_baselines

BSD 3-Clause "New" or "Revised" License
133 stars 36 forks source link

catkin_make compiling error #27

Open sasilva1998 opened 2 years ago

sasilva1998 commented 2 years ago

Hello everyone,

I am getting an error when compiling with catkin_make -DCMAKE_BUILD_TYPE=Release, it is the following:

[ 84%] Building CXX object drl_local_planner_forks/pedsim/pedsim_simulator/CMakeFiles/pedsim_simulator.dir/include/pedsim_simulator/element/moc_waypoint.cxx.o
[ 85%] Linking CXX executable /home/sasm/catkin_ws/devel/lib/pedsim_simulator/pedsim_simulator
[ 85%] Built target pedsim_simulator
Makefile:159: recipe for target 'all' failed
make: *** [all] Error 2
Invoking "make -j8 -l8" failed

I have installed the dependencies already. When compiling with only catkin_make I get a bunch of errors from pedsim, may I compile pedsim externally?

sasilva1998 commented 2 years ago

I compiled pedsim and flatland externally but still got the same error.