mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +03:00
regenerate all distros, Fri Apr 4 13:36:01 2025
This commit is contained in:
parent
308d6c5990
commit
2985461e1c
717 changed files with 3524 additions and 2853 deletions
|
@ -2,20 +2,20 @@
|
|||
# Copyright 2025 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-python }:
|
||||
buildRosPackage {
|
||||
pname = "ros-rolling-dynamixel-sdk";
|
||||
version = "3.8.1-r1";
|
||||
version = "3.8.3-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/dynamixel_sdk-release/archive/release/rolling/dynamixel_sdk/3.8.1-1.tar.gz";
|
||||
name = "3.8.1-1.tar.gz";
|
||||
sha256 = "4628656a7c414fade90d35fa029221267e7987f129db82d8c666c9702ea6680c";
|
||||
url = "https://github.com/ros2-gbp/dynamixel_sdk-release/archive/release/rolling/dynamixel_sdk/3.8.3-1.tar.gz";
|
||||
name = "3.8.3-1.tar.gz";
|
||||
sha256 = "539de1f55d9276d198e6313c8f2a7cccfc0aec422209a0b1b39f5365c88f0be2";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ament-cmake ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
buildInputs = [ ament-cmake ament-cmake-python ];
|
||||
nativeBuildInputs = [ ament-cmake ament-cmake-python ];
|
||||
|
||||
meta = {
|
||||
description = "This package is wrapping version of ROBOTIS Dynamixel SDK for ROS 2. The ROBOTIS Dynamixel SDK, or SDK, is a software development library that provides Dynamixel control functions for packet communication. The API is designed for Dynamixel actuators and Dynamixel-based platforms.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue