Differences

This shows you the differences between two versions of the page.

Link to this comparison view

projects:errors-and-solutions-cl-bullet-assertion [2013/01/25 07:31] – created winklerjprojects:errors-and-solutions-cl-bullet-assertion [2013/01/25 07:31] (current) – typo winklerj
Line 1: Line 1:
 +===== 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:
 +
 +<code>
 +<launch>
 +  <node name="json_prolog" pkg="json_prolog" type="json_prolog">
 +    <param name="initial_package" value="your-package-name" />
 +  </node>
 +</launch>
 +</code>
 +
 +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):
 +
 +<code>
 +export JAVA_HOME=/usr/lib/jvm/java-6-openjdk/
 +</code>
 +
 +Restart your shell afterwards to let changes take effect.
 
Recent changes RSS feed Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki