mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-01-12 11:20:02 +08:00
updated package structure and more fixes
This commit is contained in:
6
scout_ros/CHANGELOG.md
Normal file
6
scout_ros/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_ros/CMakeLists.txt
Normal file
4
scout_ros/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
cmake_minimum_required(VERSION 2.8.3)
|
||||
project(scout_ros)
|
||||
find_package(catkin REQUIRED)
|
||||
catkin_metapackage()
|
||||
22
scout_ros/package.xml
Normal file
22
scout_ros/package.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
<package>
|
||||
<name>scout_ros</name>
|
||||
<version>0.3.3</version>
|
||||
<description>Metapackage for AgileX Scout Mobile Base</description>
|
||||
|
||||
<maintainer email="ruixiang.du@gmail.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>
|
||||
|
||||
<export>
|
||||
<metapackage/>
|
||||
</export>
|
||||
</package>
|
||||
Reference in New Issue
Block a user