Closed janblumenkamp closed 2 years ago
Tried running it with Gurobi and get no error messages, but the mader node still crashes with the same exit code:
[SQ01s/mader-8] process has died [pid 83, exit code -6, cmd /home/devel/lib/mader/mader_node ~state:=state ~who_plans:=who_plans ~term_goal:=term_goal ~traj:=traj ~goal:=goal ~setpoint:=setpoint __name:=mader __log:=/home/jan/.ros/log/453c5c7e-6316-11ec-bae3-0242ac110002/SQ01s-mader-8.log].
The updated Dockerfile and a script to run the container that allows X11 forwarding through docker can be found here: runfiles.zip This requires the Gurobi license file to be placed in the same folder as the docker container.
The error "This should never happen: All complete paths are guaranteed to be feasible" should be fixed in the master branch, let me know if you still find this issue
I encountered the same problem. How did you solve this problem?
I encountered this issue when trying to run mader in ROS Noetic and NLopt (I have not tested any other version). This issue can be reproduced in docker, as follows:
Create an empty directory containing the dockerfile
Dockerfile
with this content:In this directory, run
docker build -t ros_mader .
and afterwards rundocker run -it ros_mader bash -c '. devel/setup.bash && roslaunch mader single_agent_simulation.launch'
. This is the full logging output: