97 lines
3.1 KiB
BlitzBasic
97 lines
3.1 KiB
BlitzBasic
# Generated by superflore -- DO NOT EDIT
|
|
#
|
|
# Copyright 2019 Open Source Robotics Foundation
|
|
|
|
inherit ros_distro_${ROS_DISTRO}
|
|
inherit ros_superflore_generated
|
|
|
|
DESCRIPTION = "<p> amcl is a probabilistic localization system for a robot moving in 2D. It implements the adaptive (or KLD-sampling) Monte Carlo localization approach (as described by Dieter Fox), which uses a particle filter to track the pose of a robot against a known map. </p> <p> This node is derived, with thanks, from Andrew Howard's excellent 'amcl' Player driver. </p>"
|
|
AUTHOR = "David V. Lu!! <davidvlu@gmail.com>"
|
|
ROS_AUTHOR = "Brian P. Gerkey"
|
|
HOMEPAGE = "http://wiki.ros.org/amcl"
|
|
SECTION = "devel"
|
|
LICENSE = "LGPL-2"
|
|
LIC_FILES_CHKSUM = "file://package.xml;beginline=24;endline=24;md5=58d727014cda5ed405b7fb52666a1f97"
|
|
|
|
ROS_CN = "navigation"
|
|
ROS_BPN = "amcl"
|
|
|
|
ROS_BUILD_DEPENDS = " \
|
|
dynamic-reconfigure \
|
|
geometry-msgs \
|
|
message-filters \
|
|
nav-msgs \
|
|
rosbag \
|
|
roscpp \
|
|
sensor-msgs \
|
|
std-srvs \
|
|
tf2 \
|
|
tf2-geometry-msgs \
|
|
tf2-msgs \
|
|
tf2-ros \
|
|
"
|
|
|
|
ROS_BUILDTOOL_DEPENDS = " \
|
|
catkin-native \
|
|
"
|
|
|
|
ROS_EXPORT_DEPENDS = " \
|
|
dynamic-reconfigure \
|
|
geometry-msgs \
|
|
nav-msgs \
|
|
rosbag \
|
|
roscpp \
|
|
sensor-msgs \
|
|
std-srvs \
|
|
tf2 \
|
|
tf2-msgs \
|
|
tf2-ros \
|
|
"
|
|
|
|
ROS_BUILDTOOL_EXPORT_DEPENDS = ""
|
|
|
|
ROS_EXEC_DEPENDS = " \
|
|
dynamic-reconfigure \
|
|
geometry-msgs \
|
|
nav-msgs \
|
|
rosbag \
|
|
roscpp \
|
|
sensor-msgs \
|
|
std-srvs \
|
|
tf2 \
|
|
tf2-msgs \
|
|
tf2-ros \
|
|
"
|
|
|
|
# Currently informational only -- see http://www.ros.org/reps/rep-0149.html#dependency-tags.
|
|
ROS_TEST_DEPENDS = " \
|
|
map-server \
|
|
python-orocos-kdl \
|
|
rostest \
|
|
"
|
|
|
|
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/amcl/1.16.2-0.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
|
SRC_URI[md5sum] = "1348b43538865e3171c22ff086f9f0e4"
|
|
SRC_URI[sha256sum] = "01fc59bbf881b23905d1df0d056f0d2a76d1ce4801c70e68f3f6bfb7f2a6c818"
|
|
S = "${WORKDIR}/navigation-release-release-melodic-amcl-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}
|