Skip to content
Snippets Groups Projects
Select Git revision
  • main default
  • feature/cleanup-for-registry protected
  • kinetic
  • 0.3.7
  • 0.3.6
  • 0.3.5
  • 0.3.4
  • 0.3.3
  • 0.3.2
  • 0.2.2
  • 0.3.1
  • 0.3.0
  • 0.2.1
  • 0.1.6
  • 0.1.5
  • 0.2.0
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.0.1
  • 0.0.0
22 results

package.xml

Blame
  • package.xml 970 B
    <?xml version="1.0"?>
    <package>
      <name>rosjava_core</name>
      <version>0.3.4</version>
      <description>
        An implementation of ROS in pure-Java with Android support.
      </description>
      <url>http://ros.org/wiki/rosjava_core</url>
      <maintainer email="damonkohler@google.com">Damon Kohler</maintainer>
      <license>Apache 2.0</license>
    
      <buildtool_depend>catkin</buildtool_depend>
      <build_depend>rosjava_build_tools</build_depend>
      <build_depend>rosjava_bootstrap</build_depend>
      <build_depend>geometry_msgs</build_depend>
      <build_depend>nav_msgs</build_depend>
      <build_depend>rosjava_test_msgs</build_depend>
      <build_depend>rosgraph_msgs</build_depend>
      <build_depend>sensor_msgs</build_depend>
      <build_depend>tf2_msgs</build_depend>
    
      <!-- 
        If genjava becomes official, drop rosjava_messages and depend directly.
        Currently only required to ensure deb builds generate the reqd artifacts
      -->
      <build_depend>rosjava_messages</build_depend>
    </package>