Skip to content

Commit 2f322a3

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

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

ros-ouster-gazebo-simulation/Makefile

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
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+
WRKSRC?= ${WRKDIR}/${ROS_PKG}-${ROS_GITTAG}
1117

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

1521

1622
include ../../interfaces/ros-common-msgs/depend.mk
@@ -21,4 +27,6 @@ include ../../wip/py-prf-gazebo-ros-pkgs/depend.mk
2127

2228
include ../../devel/ros-catkin/depend.mk
2329
include ../../devel/ros-cmake-modules/depend.mk
30+
include ../../mk/language/c.mk
31+
include ../../mk/language/c++.mk
2432
include ../../mk/robotpkg.mk

0 commit comments

Comments
 (0)