Skip to content

Commit 9c7e404

Browse files
committed
Make this a ROS package
1 parent 93c8c90 commit 9c7e404

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CMakeLists.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
cmake_minimum_required(VERSION 2.8.3)
2+
project(ros_rust)
3+
4+
catkin_package()
5+

package.xml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<package>
2+
<name>ros_rust</name>
3+
<version>0.1.0</version>
4+
<description>
5+
ROS client for rust.
6+
</description>
7+
<maintainer email="[email protected]">Jon Binney</maintainer>
8+
<license>BSD</license>
9+
10+
<buildtool_depend>catkin</buildtool_depend>
11+
12+
<run_depend>rospy</run_depend>
13+
<run_depend>std_msgs</run_depend>
14+
</package>

0 commit comments

Comments
 (0)