-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
25 lines (21 loc) · 864 Bytes
/
package.xml
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
<package format="2">
<name>foundation_model_grpc_server</name>
<version>0.2.0</version>
<description>
This is a package provides grpc server for foundation model.
Currently LAVIS and LLaMA-Adapter are supported.
</description>
<author email="[email protected]">Koki Shinjo</author>
<maintainer email="[email protected]">Koki Shinjo</maintainer>
<license>MIT</license>
<url>https://github.com/sktometometo/foundation-model-grpc-server</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>catkin_virtualenv</build_depend>
<depend>rospy</depend>
<depend>sensor_msgs</depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<export>
<pip_requirements>requirements_ros.txt</pip_requirements>
</export>
</package>