2019-12-20 17:04:47 +00:00
|
|
|
|
2020-01-10 12:36:13 +00:00
|
|
|
# Copyright 2020 Open Source Robotics Foundation
|
2019-12-20 17:04:47 +00:00
|
|
|
# Distributed under the terms of the BSD license
|
|
|
|
|
2020-01-10 12:36:13 +00:00
|
|
|
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, builtin-interfaces, geometry-msgs, laser-geometry, message-filters, nav2-costmap-2d, openexr, openvdb, pcl, pcl-conversions, pluginlib, rclcpp, rosidl-default-generators, rosidl-default-runtime, sensor-msgs, std-msgs, std-srvs, tbb, tf2-geometry-msgs, tf2-ros, visualization-msgs }:
|
2019-12-20 17:04:47 +00:00
|
|
|
buildRosPackage {
|
|
|
|
pname = "ros-dashing-spatio-temporal-voxel-layer";
|
2020-01-10 12:36:13 +00:00
|
|
|
version = "2.0.2-r1";
|
2019-12-20 17:04:47 +00:00
|
|
|
|
|
|
|
src = fetchurl {
|
2020-01-10 12:36:13 +00:00
|
|
|
url = "https://github.com/SteveMacenski/spatio_temporal_voxel_layer-release/archive/release/dashing/spatio_temporal_voxel_layer/2.0.2-1.tar.gz";
|
|
|
|
name = "2.0.2-1.tar.gz";
|
|
|
|
sha256 = "c862c5d12a7107f5601a20227833a187a935fb9e4b7922a9380e0d2073b0ad27";
|
2019-12-20 17:04:47 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
buildType = "ament_cmake";
|
|
|
|
buildInputs = [ rosidl-default-generators ];
|
2020-01-10 12:36:13 +00:00
|
|
|
checkInputs = [ ament-lint-auto ];
|
2019-12-20 17:04:47 +00:00
|
|
|
propagatedBuildInputs = [ builtin-interfaces geometry-msgs laser-geometry message-filters nav2-costmap-2d openexr openvdb pcl pcl-conversions pluginlib rclcpp rosidl-default-runtime sensor-msgs std-msgs std-srvs tbb tf2-geometry-msgs tf2-ros visualization-msgs ];
|
|
|
|
nativeBuildInputs = [ ament-cmake ];
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = ''The spatio-temporal 3D obstacle costmap package'';
|
|
|
|
license = with lib.licenses; [ lgpl21 ];
|
|
|
|
};
|
|
|
|
}
|