mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
parent
fcc1774c7f
commit
f213a49558
4 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ buildRosPackage {
|
|||
buildType = "ament_cmake";
|
||||
buildInputs = [ ament-cmake ];
|
||||
checkInputs = [ ament-cmake-copyright ament-cmake-lint-cmake ament-cmake-uncrustify ament-cmake-xmllint ament-lint-auto ];
|
||||
propagatedBuildInputs = [ aruco-opencv-msgs cv-bridge image-transport libyamlcpp python39Packages.img2pdf python3Packages.numpy python3Packages.opencv3 rclcpp rclcpp-components rclcpp-lifecycle tf2-geometry-msgs tf2-ros ];
|
||||
propagatedBuildInputs = [ aruco-opencv-msgs cv-bridge image-transport libyamlcpp python39Packages.img2pdf python3Packages.numpy python3Packages.opencv4 rclcpp rclcpp-components rclcpp-lifecycle tf2-geometry-msgs tf2-ros ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -16,7 +16,7 @@ buildRosPackage {
|
|||
buildType = "ament_cmake";
|
||||
buildInputs = [ ament-cmake-ros python-cmake-module ];
|
||||
checkInputs = [ ament-cmake-gtest ament-cmake-pytest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ament-index-python boost opencv python3Packages.numpy python3Packages.opencv3 rcpputils sensor-msgs ];
|
||||
propagatedBuildInputs = [ ament-index-python boost opencv python3Packages.numpy python3Packages.opencv4 rcpputils sensor-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake-ros python-cmake-module ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -15,7 +15,7 @@ buildRosPackage {
|
|||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ament-cmake-auto ];
|
||||
checkInputs = [ ament-cmake-pytest ament-lint-auto ament-lint-common launch launch-ros launch-testing launch-testing-ament-cmake python-cmake-module python3Packages.opencv3 rclpy ros-testing ];
|
||||
checkInputs = [ ament-cmake-pytest ament-lint-auto ament-lint-common launch launch-ros launch-testing launch-testing-ament-cmake python-cmake-module python3Packages.opencv4 rclpy ros-testing ];
|
||||
propagatedBuildInputs = [ cv-bridge image-geometry image-proc image-transport message-filters rclcpp rclcpp-components sensor-msgs stereo-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake-auto ];
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ buildRosPackage {
|
|||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ ament-copyright pythonPackages.pytest ];
|
||||
propagatedBuildInputs = [ ackermann-msgs builtin-interfaces python3Packages.numpy python3Packages.opencv3 rclpy webots-ros2-driver ];
|
||||
propagatedBuildInputs = [ ackermann-msgs builtin-interfaces python3Packages.numpy python3Packages.opencv4 rclpy webots-ros2-driver ];
|
||||
|
||||
meta = {
|
||||
description = ''Tesla ROS2 interface for Webots.'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue