116 lines
3.9 KiB
BlitzBasic
116 lines
3.9 KiB
BlitzBasic
# Generated by superflore -- DO NOT EDIT
|
|
#
|
|
# Copyright 2019 Open Source Robotics Foundation
|
|
|
|
inherit ros_distro_${ROS_DISTRO}
|
|
inherit ros_superflore_generated
|
|
|
|
DESCRIPTION = "The move_base package provides an implementation of an action (see the <a href="http://www.ros.org/wiki/actionlib">actionlib</a> package) that, given a goal in the world, will attempt to reach it with a mobile base. The move_base node links together a global and local planner to accomplish its global navigation task. It supports any global planner adhering to the nav_core::BaseGlobalPlanner interface specified in the <a href="http://www.ros.org/wiki/nav_core">nav_core</a> package and any local planner adhering to the nav_core::BaseLocalPlanner interface specified in the <a href="http://www.ros.org/wiki/nav_core">nav_core</a> package. The move_base node also maintains two costmaps, one for the global planner, and one for a local planner (see the <a href="http://www.ros.org/wiki/costmap_2d">costmap_2d</a> package) that are used to accomplish navigation tasks."
|
|
AUTHOR = "David V. Lu!! <davidvlu@gmail.com>"
|
|
ROS_AUTHOR = "Eitan Marder-Eppstein"
|
|
HOMEPAGE = "http://wiki.ros.org/move_base"
|
|
SECTION = "devel"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=16;endline=16;md5=01c2bc31767ccb3a68e12f02612b2a97"
|
|
|
|
ROS_CN = "navigation"
|
|
ROS_BPN = "move_base"
|
|
|
|
ROS_BUILD_DEPENDS = " \
|
|
actionlib \
|
|
base-local-planner \
|
|
clear-costmap-recovery \
|
|
cmake-modules \
|
|
costmap-2d \
|
|
dynamic-reconfigure \
|
|
geometry-msgs \
|
|
message-generation \
|
|
move-base-msgs \
|
|
nav-core \
|
|
nav-msgs \
|
|
navfn \
|
|
pluginlib \
|
|
roscpp \
|
|
rospy \
|
|
rotate-recovery \
|
|
std-srvs \
|
|
tf2-geometry-msgs \
|
|
tf2-ros \
|
|
visualization-msgs \
|
|
"
|
|
|
|
ROS_BUILDTOOL_DEPENDS = " \
|
|
catkin-native \
|
|
"
|
|
|
|
ROS_EXPORT_DEPENDS = " \
|
|
actionlib \
|
|
base-local-planner \
|
|
clear-costmap-recovery \
|
|
costmap-2d \
|
|
dynamic-reconfigure \
|
|
geometry-msgs \
|
|
move-base-msgs \
|
|
nav-core \
|
|
nav-msgs \
|
|
navfn \
|
|
pluginlib \
|
|
roscpp \
|
|
rospy \
|
|
rotate-recovery \
|
|
std-srvs \
|
|
tf2-ros \
|
|
visualization-msgs \
|
|
"
|
|
|
|
ROS_BUILDTOOL_EXPORT_DEPENDS = ""
|
|
|
|
ROS_EXEC_DEPENDS = " \
|
|
actionlib \
|
|
base-local-planner \
|
|
clear-costmap-recovery \
|
|
costmap-2d \
|
|
dynamic-reconfigure \
|
|
geometry-msgs \
|
|
message-runtime \
|
|
move-base-msgs \
|
|
nav-core \
|
|
nav-msgs \
|
|
navfn \
|
|
pluginlib \
|
|
roscpp \
|
|
rospy \
|
|
rotate-recovery \
|
|
std-srvs \
|
|
tf2-ros \
|
|
visualization-msgs \
|
|
"
|
|
|
|
# Currently informational only -- see http://www.ros.org/reps/rep-0149.html#dependency-tags.
|
|
ROS_TEST_DEPENDS = ""
|
|
|
|
DEPENDS = "${ROS_BUILD_DEPENDS} ${ROS_BUILDTOOL_DEPENDS}"
|
|
# Bitbake doesn't support the "export" concept, so build them as if we needed them to build this package (even though we actually
|
|
# don't) so that they're guaranteed to have been staged should this package appear in another's DEPENDS.
|
|
DEPENDS += "${ROS_EXPORT_DEPENDS} ${ROS_BUILDTOOL_EXPORT_DEPENDS}"
|
|
|
|
RDEPENDS_${PN} += "${ROS_EXEC_DEPENDS}"
|
|
|
|
SRC_URI = "https://github.com/ros-gbp/navigation-release/archive/release/melodic/move_base/1.16.2-0.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
|
SRC_URI[md5sum] = "86eb48954e9962d380017c057c0be525"
|
|
SRC_URI[sha256sum] = "63af31b19a053e4877e0af0d899b59da73df19a65258c8a823f41afed51e851d"
|
|
S = "${WORKDIR}/navigation-release-release-melodic-move_base-1.16.2-0"
|
|
|
|
ROS_COMPONENT_TYPE = "${@ros_distro__get_component_type('navigation', d)}"
|
|
ROS_BUILD_TYPE = "catkin"
|
|
|
|
# Allow the above settings to be overridden.
|
|
ROS_INCLUDES_TREE := "${@ros_superflore_generated__get_includes_tree('navigation', d)}"
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/navigation/navigation_common.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/navigation/navigation-${PV}_common.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/navigation/${BPN}.inc
|
|
include ${ROS_LAYERDIR}/${ROS_INCLUDES_TREE}/navigation/${BPN}-${PV}.inc
|
|
|
|
inherit ${ROS_COMPONENT_TYPE}_component
|
|
inherit ros_${ROS_BUILD_TYPE}
|