File tree 4 files changed +56
-0
lines changed
4 files changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ sudo : required
2
+ dist : trusty
3
+ language : generic
4
+ compiler :
5
+ - gcc
6
+ notifications :
7
+ email :
8
+ on_success : always
9
+ on_failure : always
10
+ # recipients:
11
+ # - jane@doe
12
+ env :
13
+ matrix :
14
+ - USE_DEB=true ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
15
+ - USE_DEB=true ROS_DISTRO="indigo" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
16
+ - USE_DEB=true ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
17
+ - USE_DEB=true ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
18
+ - USE_DEB=true ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
19
+ - USE_DEB=true ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
20
+ matrix :
21
+ allow_failures :
22
+ - env : USE_DEB=true ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
23
+ - env : USE_DEB=true ROS_DISTRO="jade" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
24
+ - env : USE_DEB=true ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
25
+ - env : USE_DEB=true ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
26
+ install :
27
+ - git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
28
+ script :
29
+ - .ci_config/travis.sh
30
+ # - source ./travis.sh # Enable this when you have a package-local script
Original file line number Diff line number Diff line change 43
43
<build_depend >message_generation</build_depend >
44
44
<build_depend >message_generation</build_depend >
45
45
<build_depend >octomap</build_depend >
46
+ <build_depend >rviz_visual_tools</build_depend >
46
47
<build_depend >tf2</build_depend >
47
48
<build_depend >hdf5</build_depend >
48
49
<build_depend >pcl_ros</build_depend >
Original file line number Diff line number Diff line change
1
+ cmake_minimum_required (VERSION 2.8.3)
2
+ project (reuleaux)
3
+ find_package (catkin REQUIRED)
4
+ catkin_metapackage()
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <package >
3
+ <name >reuleaux</name >
4
+ <version >0.0.0</version >
5
+ <description >reuleaux metapackage</description >
6
+ <
maintainer email =
" [email protected] " >Abhijit Makhal</
maintainer >
7
+ <
author email =
" [email protected] " >Abhijit Makhal</
author >
8
+ <license >Apache 2.0</license >
9
+ <url type =" website" >http://wiki.ros.org/reuleaux</url >
10
+ <url type =" repository" >https://github.com/ros-industrial-consortium/reuleaux</url >
11
+ <url type =" bugtracker" >https://github.com/ros-industrial-consortium/reuleaux/issues</url >
12
+
13
+ <buildtool_depend >catkin</buildtool_depend >
14
+ <run_depend >base_placement_plugin</run_depend >
15
+ <run_depend >map_creator</run_depend >
16
+ <run_depend >workspace_visualization</run_depend >
17
+
18
+ <export >
19
+ <metapackage />
20
+ </export >
21
+ </package >
You can’t perform that action at this time.
0 commit comments