Skip to content

Commit 59bd079

Browse files
committed
[wip/ros-ouster-gazebo-simulation] fix build without ros-base/Makefile.common
1 parent 197910c commit 59bd079

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

ros-ouster-gazebo-simulation/Makefile

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,22 @@
22
# Created: Guilhem Saurel on Thu, 20 Feb 2020
33
#
44

5-
ROS_REPO= Gepetto
6-
ROS_PKG= ouster-gazebo-simulation
7-
ROS_VERSION= 2.0.2
8-
ROS_METAPKG= yes
5+
ROS_REPO= Gepetto
6+
ROS_PKG= ouster-gazebo-simulation
7+
ROS_VERSION= 2.0.2
8+
ROS_METAPKG= yes
9+
PKGREVISION= 1
910

10-
PKGNAME= ros-${ROS_PKG}-${ROS_VERSION}
11+
PKGNAME= ros-${ROS_PKG}-${ROS_VERSION}
12+
DISTNAME?= ${ROS_VERSION}
13+
ROS_PKGURL?= ${ROS_PKG}/archive/
14+
MASTER_SITES?= ${MASTER_SITE_GITHUB:=${ROS_REPO}/${ROS_PKGURL}}
15+
DIST_SUBDIR?= ros/${ROS_PKG}
16+
ROS_GITTAG?= ${ROS_VERSION}
17+
WRKSRC?= ${WRKDIR}/${ROS_PKG}-${ROS_GITTAG}
1118

12-
CATEGORIES= wip
13-
ROS_COMMENT= the simulation of Ouster OS1-64 with ros and gazebo
19+
CATEGORIES= wip
20+
ROS_COMMENT= the simulation of Ouster OS1-64 with ros and gazebo
1421

1522

1623
include ../../interfaces/ros-common-msgs/depend.mk
@@ -21,4 +28,6 @@ include ../../wip/py-prf-gazebo-ros-pkgs/depend.mk
2128

2229
include ../../devel/ros-catkin/depend.mk
2330
include ../../devel/ros-cmake-modules/depend.mk
31+
include ../../mk/language/c.mk
32+
include ../../mk/language/c++.mk
2433
include ../../mk/robotpkg.mk

0 commit comments

Comments
 (0)