1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 13:40:32 +03:00

regenerate all distros, Sat Mar 23 14:09:25 2024

This commit is contained in:
Superflore 2024-03-23 14:09:26 +00:00 committed by Ben Wolsieffer
parent 39e6165e90
commit 1b9585ae8f
5754 changed files with 6889 additions and 6889 deletions

View file

@ -19,7 +19,7 @@ buildRosPackage {
nativeBuildInputs = [ cmake ];
meta = {
description = ''The rc_dynamics_api provides an API for easy handling of the dynamic-state data
description = "The rc_dynamics_api provides an API for easy handling of the dynamic-state data
streams provided by Roboception's stereo camera with self-localization.
See http://rc-visard.com
@ -27,7 +27,7 @@ buildRosPackage {
ego-motion estimation. These states refer to rc_visard's current pose,
velocity, or acceleration and are published on demand via several data streams.
For a complete list and descriptions of these dynamics states and the
respective data streams please refer to rc_visard's user manual.'';
respective data streams please refer to rc_visard's user manual.";
license = with lib.licenses; [ bsdOriginal ];
};
}