Skip to content

corot/rosjava_messages

 
 

Repository files navigation

RosJava Messages

Message Artifact Generation

Your regular rosjava message project does not need this complexity!

The gradle magic in settings.gradle is responsible for kickstarting the following very useful things for a big release of message packages:

  • Generating an artifact for every listed (in the package.xml) ros message package.
  • Discovering & applying the underlying package version and dependency information to the artifact.

It manages the correspondence by dynamically spawning subprojects from a template build.gradle. This saves a very large amount of tedious and repetitive gradle management.

The package version and dependency information is extracted by the catkin gradle plugin that can be found in rosjava_bootstrap.

About

Message generation and the core set of official ros messages for java.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 49.0%
  • Python 28.0%
  • Groovy 23.0%