DRAFT Add conf/distro/{ros1,ros2}.conf, conf/distro/include/ros-common.inc
This commit is contained in:
parent
923f30d99f
commit
0199633e50
|
@ -0,0 +1,8 @@
|
||||||
|
# OE DISTRO configuration settings common to both ROS 1 and ROS 2 distros.
|
||||||
|
#
|
||||||
|
# Copyright (c) 2019 LG Electronics, Inc.
|
||||||
|
|
||||||
|
DISTRO_CODENAME = "${ROS_DISTRO}"
|
||||||
|
DISTRO_VERSION = "${ROS_DISTRO_METADATA_VERSION}"
|
||||||
|
|
||||||
|
MAINTAINER = "Open Source Robotics Foundation, Inc. <info@openrobotics.org>"
|
|
@ -0,0 +1,8 @@
|
||||||
|
# Copyright (c) 2019 LG Electronics, Inc.
|
||||||
|
|
||||||
|
DISTRO_NAME = "Robot Operating System (ROS)"
|
||||||
|
|
||||||
|
require conf/distro/include/ros-common.inc
|
||||||
|
|
||||||
|
# Unfortunately, opkg requires Python 3.
|
||||||
|
# PNBLACKLIST[python3] ?= "Python 3 not supported for ROS 1"
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Copyright (c) 2019 LG Electronics, Inc.
|
||||||
|
|
||||||
|
DISTRO_NAME = "Robot Operating System 2 (ROS 2)"
|
||||||
|
|
||||||
|
require conf/distro/include/ros-common.inc
|
Loading…
Reference in New Issue