lilin-ll
lilin-ll
Try the indigo devel. I found that the indigo version can be compiled in kenetic devel.
Thank you very much for your reply! I tried to comment out ` neat_ros/StartSim.h` in the file `argos_ros_start_simulation.h`, but a new error occurred: `In file included from /home/work/SGBA/src/argos_bridge/plugin/simulation/argos_ros_start_simulation.cpp:8:0: /home/work/SGBA/src/argos_bridge/plugin/simulation/argos_ros_start_simulation.h:34:16: error:...
@LiuQiangOpenMind 你好!我也遇到了这个问题,请问你后面是咋解决的啊?
I solved the problem by referring to the link `https://github.com/hebahG/sim_patrolling_wth_Ontology_PC`. The core code are ` cd project folder catkin_make source devel/setup.bash catkin_make source devel/setup.bash cd src/patrolling_sim ./start_experiment.py ` I hope...