-If you try to run the app you've just built, it will crash when trying to generate trajectories. This is because the Java interface will fail to locate the native optimization code. In your distribution of HelixTrajectory, there is a zip file containing `libhelixtrajectory.dylib` and dependencies in a `lib` folder. After installing the app as `/Applications/HelixNavigator.app`, place `libhelixtrajectorycpp.dylib` in `/Applications/HelixNavigator.app/Contents/app`. Then place the dependencies in the `lib` directory into `/Applications/HelixNavigator.app/Contents/runtime/Contents/Home/lib/server`. Now the `HelixTrajectory` Java interface should be able to locate the native code.
0 commit comments