lipm_walking_controller
1.6.0
|
This page summarizes known issues with dependencies and their common workarounds.
This can be anything. Open the "Message" view and check if you have one of the error messages reported below.
It is likely that you don't have /usr/local/lib/choreonoid-1.7/rtc/PDcontroller.so
. If you have /usr/local/lib/PDcontroller.so
, link this file to /usr/local/lib/choreonoid-1.7/rtc/
and try again.
This errors happens when your user is not in the docker group. Add it to the group by running sudo usermod -a -G docker tastalian
. You will need to log out and in again for this modification to be applied.
If you see occurrences of the following messages in your terminal:
This error happens for instance on Ubuntu 14.04 where Docker containers are not allowed by default to communicate with the X Window System. You can fix this by granting local access to the docker
group:
RViz closes unexpectedly with the following error:
This error seems to happen when RViz sees the very first iteration of markers coming from mc_rtc. It is usually non-blocking: restart the controller and RViz should eventually start. If the problem persist, run Choreonoid and RViz separately and look at their respective outputs to the terminal.
I had the following error on an Ubuntu 14.04 system where the /
partition was almost full:
Search results pointed to an outdated Docker client version, but the cause of the problem was rather that Docker did not have enough disk space to extract the image after pulling it. Freeing disk space solved it.