Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

logback-test.xml

Blame
  • package.xml 913 B
    <?xml version="1.0"?>
    <package format="2">
      <name>hello_vs_code</name>
      <version>0.0.0</version>
      <description>Simple hello_vs_code package</description>
    
      <!-- One maintainer tag required, multiple allowed, one person per tag -->
      <!-- Example:  -->
      <!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
      <maintainer email="MrGonmes@todo.todo">MrGnomes</maintainer>
    
    
      <!-- One license tag required, multiple allowed, one license per tag -->
      <!-- Commonly used license strings: -->
      <!--   BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
      <license>TODO</license>
    
      <buildtool_depend>catkin</buildtool_depend>
      <depend>roscpp</depend>
      <depend>rospy</depend>
      <depend>std_msgs</depend>
    
      <!-- The export tag contains other, unspecified, tags -->
      <export>
        <!-- Other tools can request additional information be placed here -->
    
      </export>
    </package>