Skip to content
forked from jlbabilino/HTUser

Example project using the Java API of HelixTrajectory

License

Notifications You must be signed in to change notification settings

jlmcmchl/HTUser

 
 

Repository files navigation

helix-trajectory-app

A basic reimplementation of HelixNavigator's interface with HelixTrajectory/TrajoptLib.

Description

This is intended as a tool to be used alongside HelixNavigator, to generate trajectories separately from the tool itself, and export them in bulk.

Getting Started

Dependencies

  • Docker

Installing

Executing program

This tool expects a folder mounted at /data, where a HelixNavigator project file should be placed.

docker run -v "$(pwd)"/data:/data jlmcmchl/helix-trajectory-app:1.0.1 <args>

Help

This application expects 1 or 2 arguments:

  1. HelixNavigator project file name
  2. HelixNavigator path name (or all)
    • if all is provided instead, trajectories will be generated from all paths.

This information can also be found by providing 0 arguments:

docker run jlmcmchl/helix-trajectory-app:1.0.1

Authors

  • Jordan McMichael

Version History

  • 1.0.1
    • Add License, README
    • Remove default project.json from ENTRYPOINT
  • 1.0
    • Initial Release

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

About

Example project using the Java API of HelixTrajectory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.8%
  • Dockerfile 3.2%