VIS4ROB-lab / dmce

"Decentralised Multi-Robot Exploration using Monte Carlo Tree Search", IROS 2023
GNU General Public License v3.0
43 stars 4 forks source link

An error is reported during the test:“make test” #3

Closed vegetable-rocket closed 5 days ago

vegetable-rocket commented 1 month ago

image How to solve it?

seanbone commented 1 month ago

Hi, I need a bit more information in order to help you. What operating system are you on? Are you able to compile the docker image and ROS package without errors using make build-docker build-pkg? What debugging steps have you tried already?

I recommend you take a look at dmce_tests/CMakeLists.txt. Some further reading on rostest:

http://wiki.ros.org/rostest/Writing

http://wiki.ros.org/gtest

vegetable-rocket commented 1 month ago

Hello, I am using Windows, and I am operating under Ubuntu 20.04 in VMware. I can compile the docker image using make build-docker, but make build-pkg will report an error: image I checked the Makefile and couldn't find the problem image

Because I am a beginner, the debugging is limited. I will take a look at the information you provided. Thank you for your reply!

seanbone commented 1 month ago

Some additional tips:

vegetable-rocket commented 1 month ago

Thank you for your reply, I'll try them.