-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
regenerate all distros, Fri Jul 26 13:34:25 2024
- Loading branch information
1 parent
a76cac0
commit 400bfc8
Showing
2,195 changed files
with
17,872 additions
and
7,924 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
# Copyright 2024 Open Source Robotics Foundation | ||
# Distributed under the terms of the BSD license | ||
|
||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, andino-gz-classic, nav2-bringup, ros2launch, rviz2 }: | ||
buildRosPackage { | ||
pname = "ros-humble-andino-apps"; | ||
version = "0.2.0-r1"; | ||
|
||
src = fetchurl { | ||
url = "https://github.com/ros2-gbp/andino-release/archive/release/humble/andino_apps/0.2.0-1.tar.gz"; | ||
name = "0.2.0-1.tar.gz"; | ||
sha256 = "0fdb106a1677ba55dbf6a7093df0f2f5b992670ff50e9c77253fde4048eb4e3e"; | ||
}; | ||
|
||
buildType = "ament_cmake"; | ||
buildInputs = [ ament-cmake ]; | ||
checkInputs = [ ament-lint-auto ament-lint-common ]; | ||
propagatedBuildInputs = [ andino-gz-classic nav2-bringup ros2launch rviz2 ]; | ||
nativeBuildInputs = [ ament-cmake ]; | ||
|
||
meta = { | ||
description = "Package for apps created with andino"; | ||
license = with lib.licenses; [ "BSD-Clause-3" ]; | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
# Copyright 2024 Open Source Robotics Foundation | ||
# Distributed under the terms of the BSD license | ||
|
||
{ lib, buildRosPackage, fetchurl, ament-cmake-auto, ament-lint-auto, ament-lint-common, rosidl-default-generators, rosidl-default-runtime }: | ||
buildRosPackage { | ||
pname = "ros-humble-autoware-common-msgs"; | ||
version = "1.1.0-r1"; | ||
|
||
src = fetchurl { | ||
url = "https://github.com/ros2-gbp/autoware_msgs-release/archive/release/humble/autoware_common_msgs/1.1.0-1.tar.gz"; | ||
name = "1.1.0-1.tar.gz"; | ||
sha256 = "1b5a62c4fde33152fea5f5cfbf5b67d093259695a6b6c09fb010d9c70a0c9ec8"; | ||
}; | ||
|
||
buildType = "ament_cmake"; | ||
buildInputs = [ ament-cmake-auto rosidl-default-generators ]; | ||
checkInputs = [ ament-lint-auto ament-lint-common ]; | ||
propagatedBuildInputs = [ rosidl-default-runtime ]; | ||
nativeBuildInputs = [ ament-cmake-auto rosidl-default-generators ]; | ||
|
||
meta = { | ||
description = "Autoware common messages package."; | ||
license = with lib.licenses; [ asl20 ]; | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
# Copyright 2024 Open Source Robotics Foundation | ||
# Distributed under the terms of the BSD license | ||
|
||
{ lib, buildRosPackage, fetchurl, ament-cmake-auto, ament-lint-auto, ament-lint-common, builtin-interfaces, rosidl-default-generators, rosidl-default-runtime }: | ||
buildRosPackage { | ||
pname = "ros-humble-autoware-control-msgs"; | ||
version = "1.1.0-r1"; | ||
|
||
src = fetchurl { | ||
url = "https://github.com/ros2-gbp/autoware_msgs-release/archive/release/humble/autoware_control_msgs/1.1.0-1.tar.gz"; | ||
name = "1.1.0-1.tar.gz"; | ||
sha256 = "f5d2d8d1906bb8386deae19c3b7c29d029a97bbfff442fc14c68869c0f39a499"; | ||
}; | ||
|
||
buildType = "ament_cmake"; | ||
buildInputs = [ ament-cmake-auto rosidl-default-generators ]; | ||
checkInputs = [ ament-lint-auto ament-lint-common ]; | ||
propagatedBuildInputs = [ builtin-interfaces rosidl-default-runtime ]; | ||
nativeBuildInputs = [ ament-cmake-auto rosidl-default-generators ]; | ||
|
||
meta = { | ||
description = "Autoware control messages package."; | ||
license = with lib.licenses; [ asl20 ]; | ||
}; | ||
} |
Oops, something went wrong.