CL-BULLET not working (assertion in `(setup-world-database)'

In case you try to load the CRAM-system and want to access bullet-based reasoning, you might stumble across this error. To make CL-BULLET work correctly, the JSON-PROLOG-node has to run correctly. This can be done by directly starting the node or via launch files:

<launch>
  <node name="json_prolog" pkg="json_prolog" type="json_prolog">
    <param name="initial_package" value="your-package-name" />
  </node>
</launch>

To make sure that JSON-PROLOG is able to run, you have to set your JAVA_HOME environment variable. Add this to your `~/.bashrc' (assuming that this is the path to your Java JDK):

export JAVA_HOME=/usr/lib/jvm/java-6-openjdk/

Restart your shell afterwards to let changes take effect.

 
projects/errors-and-solutions-cl-bullet-assertion.txt · Last modified: 2013/01/25 07:31 by winklerj · [Old revisions]
Recent changes RSS feed Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki