-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
robcogen JacomaxConfigurationException #179
Comments
Dear Anoop, |
Thanks for the response! Turns out that I just needed to install maxima, and I could generate code without errors with robcogen-0.5.2. Will I be able to use 0.5.2's automatic differentiation capabilities with control-toolbox? The documentation (https://ethz-adrl.github.io/ct/ct_doc/doc/html/rbd_tut_modelling.html) recommends robcogen-0.4ad.0, and if I use that, I get the following error: Exception in thread "main" java.lang.NullPointerException |
The NullpointerException when using 0.4ad.0 was addressed in issue #166 Simply removing a "/" sign from the framework.properties configuration resolves the issue, like: |
This worked, thanks! |
Hi,
I used urdf2robcogen to create kindsl and dtdsl files from a urdf, and now I'm trying to generate c++ code from these files. However, I get the following error:
Exception in thread "main" uk.ac.ed.ph.jacomax.JacomaxConfigurationException: Could not obtain a MaximaConfiguration after attempting configuration methods [PROPERTIES_SEARCH, AUTO]
at uk.ac.ed.ph.jacomax.JacomaxSimpleConfigurator.configure(JacomaxSimpleConfigurator.java:92)
at uk.ac.ed.ph.jacomax.JacomaxSimpleConfigurator.configure(JacomaxSimpleConfigurator.java:46)
at iit.dsl.maxdsl.utils.MaximaRunner.(Unknown Source)
at iit.dsl.coord.generator.maxima.converter.MaximaConverter.setModel(Unknown Source)
at iit.dsl.coord.generator.maxima.converter.Utils.getConversionInfo(Unknown Source)
at iit.dsl.coord.generator.cpp.LocalClasses.localClassesDefinitions(Unknown Source)
at iit.dsl.coord.generator.cpp.ContainerClass.sourceFile(Unknown Source)
at iit.dsl.generator.cpp.kinematics.Transforms.generate(Unknown Source)
at iit.dsl.generator.cpp.Generator.generateTransforms(Unknown Source)
at iit.robcogen.KinDSLWrapper.generate(Unknown Source)
at iit.robcogen.KinDSLWrapper.generate(Unknown Source)
at iit.robcogen.Generator.main(Unknown Source)
I'm simply following the instructions on the website and running
./robcogen.sh /path/to/kindsl /path/to/dtdsl
Any idea what's going on?
Thanks,
Anoop Bhat
The text was updated successfully, but these errors were encountered: