mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-02-02 08:30:01 +08:00
major revision
This commit is contained in:
6
scout_robot/CHANGELOG.md
Normal file
6
scout_robot/CHANGELOG.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Changelog for package scout_robot
|
||||
|
||||
## 0.0.1 (2019-05-08)
|
||||
------------------
|
||||
* Initial development of scout_robot for Scout
|
||||
* Contributors: Ruixiang Du
|
||||
4
scout_robot/CMakeLists.txt
Normal file
4
scout_robot/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
cmake_minimum_required(VERSION 2.8.3)
|
||||
project(scout_robot)
|
||||
find_package(catkin REQUIRED)
|
||||
catkin_metapackage()
|
||||
23
scout_robot/package.xml
Normal file
23
scout_robot/package.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0"?>
|
||||
<package>
|
||||
<name>scout_robot</name>
|
||||
<version>0.3.3</version>
|
||||
<description>Metapackage for AgileX Scout robot software</description>
|
||||
|
||||
<maintainer email="ruixiang.du@westonrobot.com">Ruixiang Du</maintainer>
|
||||
|
||||
<license>BSD</license>
|
||||
|
||||
<url type="website">TODO</url>
|
||||
<url type="bugtracker">TODO</url>
|
||||
<url type="repository">TODO</url>
|
||||
|
||||
<buildtool_depend>catkin</buildtool_depend>
|
||||
<run_depend>scout_bringup</run_depend>
|
||||
<run_depend>scout_base</run_depend>
|
||||
<run_depend>scout_msgs</run_depend>
|
||||
|
||||
<export>
|
||||
<metapackage/>
|
||||
</export>
|
||||
</package>
|
||||
Reference in New Issue
Block a user