## page was copied from rosjava/Tutorials/indigo/Installation ## For instruction on writing tutorials ## http://www.ros.org/wiki/WritingTutorials #################################### ##FILL ME IN #################################### ## for a custom note with links: ## note = ## for the canned note of "This tutorial assumes that you have completed the previous tutorials:" just add the links ## note.0= ## descriptive title for the tutorial ## title = Installation ## multi-line description to be displayed in search ## description = Installation instructions from debs, sources, or maven. ## the next tutorial description (optional) ## next = ## links to next tutorial (optional) ## next.0.link=[[rosjava_build_tools/Tutorials/indigo/Creating Rosjava Packages|Creating Rosjava Packages]] ## next.1.link= ## what level user is this tutorial for ## level= BeginnerCategory ## keywords = rosjava installation #################################### <> == Installation Methods == There are three different ways to install rosjava. All three give you access to a maven repository of rosjava artifacts (jars), but each differs by where and how those repositories are accessed. In addition, the ros source and deb installations give you the full ros package environment which allows you to utilise ros-specific files in your package (e.g. launchers). * [[rosjava/Tutorials/kinetic/Source Installation|Source Installation]] - a mostly self-contained source installation of core components and messages for a working catkin-rosjava development environment. * [[rosjava/Tutorials/kinetic/Deb Installation|Deb Installation]] - install rosjava debs and overlay your rosjava/android source workspace on top of these. * [[rosjava/Tutorials/kinetic/No Ros Installation|No Ros Installation]] - use the rosjava/message libraries in your own development environment via maven (no catkin-ros necessary!). ## AUTOGENERATED DO NOT DELETE ## TutorialCategory ## FILL IN THE STACK TUTORIAL CATEGORY HERE