2020-02-14 12:40:25 +00:00
|
|
|
|
2021-01-22 13:37:51 +00:00
|
|
|
# Copyright 2021 Open Source Robotics Foundation
|
2020-02-14 12:40:25 +00:00
|
|
|
# Distributed under the terms of the BSD license
|
|
|
|
|
2020-02-21 12:40:47 +00:00
|
|
|
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, builtin-interfaces, diagnostic-msgs, diagnostic-updater, eigen, geographic-msgs, geometry-msgs, launch-ros, launch-testing-ament-cmake, libyamlcpp, nav-msgs, rclcpp, rmw-implementation, rosidl-default-generators, rosidl-default-runtime, sensor-msgs, std-msgs, std-srvs, tf2, tf2-eigen, tf2-geometry-msgs, tf2-ros }:
|
2020-02-14 12:40:25 +00:00
|
|
|
buildRosPackage {
|
|
|
|
pname = "ros-dashing-robot-localization";
|
2020-03-27 12:53:57 +00:00
|
|
|
version = "3.0.3-r1";
|
2020-02-14 12:40:25 +00:00
|
|
|
|
|
|
|
src = fetchurl {
|
2020-03-27 12:53:57 +00:00
|
|
|
url = "https://github.com/cra-ros-pkg/robot_localization-release/archive/release/dashing/robot_localization/3.0.3-1.tar.gz";
|
|
|
|
name = "3.0.3-1.tar.gz";
|
|
|
|
sha256 = "642a46ea8b98a26752052c2dde54b60e324df8f7d82a9ec0c2bd19ecbe47e4d0";
|
2020-02-14 12:40:25 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
buildType = "ament_cmake";
|
2020-03-27 12:53:57 +00:00
|
|
|
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common builtin-interfaces launch-ros launch-testing-ament-cmake ];
|
|
|
|
propagatedBuildInputs = [ diagnostic-msgs diagnostic-updater eigen geographic-msgs geometry-msgs libyamlcpp nav-msgs rclcpp rmw-implementation rosidl-default-runtime sensor-msgs std-msgs std-srvs tf2 tf2-eigen tf2-geometry-msgs tf2-ros ];
|
2020-02-14 12:40:25 +00:00
|
|
|
nativeBuildInputs = [ ament-cmake builtin-interfaces rosidl-default-generators ];
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = ''Provides nonlinear state estimation through sensor fusion of an abritrary number of sensors.'';
|
|
|
|
license = with lib.licenses; [ asl20 ];
|
|
|
|
};
|
|
|
|
}
|