OTL / cozmo_driver

Anki cozmo ROS driver
Apache License 2.0
77 stars 35 forks source link

No such file or directory when running demo #6

Open ReasonableHippo opened 4 years ago

ReasonableHippo commented 4 years ago

I'm trying to run the demo but I'm getting roslaunch cozmo_driver demo.launch `RLException: Roslaunch got a 'No such file or directory' error while attempting to run:

/opt/ros/melodic/share/cozmo_driver/nodes/cozmo_driver.py name:=cozmo_driver_node log:=/root/.ros/log/8892274e-4c19-11ea-aa45-0242ac120002/cozmo-cozmo_driver_node-2.log`

The log file does not exist and I'm unable to find any information on whats happening. I can execute the cozmo_driver.py file and it runs without errors.

All this is happening in a Docker Container ros:latest that is based on melodic and Ubuntu 18.04.

Does anybody know how to debug further?

Thanks