-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
26 lines (20 loc) · 754 Bytes
/
package.xml
File metadata and controls
26 lines (20 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<package format="2">
<name>falcon_controller</name>
<version>0.0.1</version>
<description>Nodes for Novint Falcon control and RViz markers.</description>
<maintainer email="hri25-group1@todo.todo">hri25-group1</maintainer>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<!-- Runtime/build deps used in your Python nodes -->
<depend>rospy</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>visualization_msgs</depend>
<exec_depend>message_runtime</exec_depend>
<build_depend>std_msgs</build_depend>
<exec_depend>std_msgs</exec_depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<export/>
</package>