making layout indentation use 4 spaces
The description is not indented after line breaks. All other information, i.e., the dependencies and SRCURI, are indented with four spaces after line breaks. Shell scripts are indented with multiples of four spaces. In recipes-ros, I located and checked for tabulators and spacing with these bash commands: egrep '^ [^ ]+' . --exclude *.patch -R egrep '^ [^ ]+' . --exclude *.patch -R egrep '^ [^ ]+' . --exclude *.patch -R egrep '^ [ ]+[^ ]+' . --exclude *.patch -R While going through the recipes and manually improving the layout, I also adjusted the descriptions to use maximal 100 characters per line.
This commit is contained in:
parent
1916e0eb74
commit
53796fc4b1
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "The actionlib stack provides a standardized interface for \
|
||||
interfacing with preemptable tasks."
|
||||
DESCRIPTION = "The actionlib stack provides a standardized interface for interfacing with \
|
||||
preemptable tasks."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "This package contains messages for defining shapes, such as simple solid \
|
||||
object primitives (cube, sphere, etc), planes, and meshes."
|
||||
DESCRIPTION = "This package contains messages for defining shapes, such as simple solid object \
|
||||
primitives (cube, sphere, etc), planes, and meshes."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
DESCRIPTION = "\
|
||||
console_bridge is a ROS-independent, pure CMake package that provides logging \
|
||||
calls that mirror those found in rosconsole, but for applications that are \
|
||||
not necessarily using ROS.\
|
||||
"
|
||||
DESCRIPTION = "console_bridge is a ROS-independent, pure CMake package that provides logging \
|
||||
calls that mirror those found in rosconsole, but for applications that are not necessarily using \
|
||||
ROS."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "\
|
||||
|
|
|
@ -3,8 +3,8 @@ SECTION = "devel"
|
|||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "rosconsole tf roscpp angles message-generation \
|
||||
dynamic-reconfigure libtinyxml realtime-tools message-filters"
|
||||
DEPENDS = "rosconsole tf roscpp angles message-generation dynamic-reconfigure libtinyxml \
|
||||
realtime-tools message-filters"
|
||||
|
||||
SRC_URI = "https://github.com/ros-controls/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
||||
SRC_URI[md5sum] = "28f8bc6536401456b207e20b4de2e8b3"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "A libfreenect based ROS driver for the Microsoft Kinect.\
|
||||
This is a port of the OpenNI driver to use libfreenect."
|
||||
DESCRIPTION = "A libfreenect based ROS driver for the Microsoft Kinect. This is a port of the \
|
||||
OpenNI driver to use libfreenect."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=12;endline=12;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "camera_calibration allows easy calibration of monocular or stereo \
|
||||
cameras using a checkerboard calibration target."
|
||||
DESCRIPTION = "camera_calibration allows easy calibration of monocular or stereo cameras using a \
|
||||
checkerboard calibration target."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=24;endline=24;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "Contains a node that rotates an image stream in a way that minimizes \
|
||||
the angle between a vector in some arbitrary frame and a vector in the camera frame."
|
||||
DESCRIPTION = "Contains a node that rotates an image stream in a way that minimizes the angle \
|
||||
between a vector in some arbitrary frame and a vector in the camera frame."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=26;endline=26;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "Compressed_depth_image_transport provides a plugin to image_transport \
|
||||
for transparently sending depth images (raw, floating-point) using PNG compression."
|
||||
DESCRIPTION = "Compressed_depth_image_transport provides a plugin to image_transport for \
|
||||
transparently sending depth images (raw, floating-point) using PNG compression."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "Compressed_image_transport provides a plugin to image_transport for \
|
||||
transparently sending images encoded as JPEG or PNG."
|
||||
DESCRIPTION = "Compressed_image_transport provides a plugin to image_transport for transparently \
|
||||
sending images encoded as JPEG or PNG."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "Assorted filters designed to operate on 2D planar laser scanners, \
|
||||
which use the sensor_msgs/LaserScan type."
|
||||
DESCRIPTION = "Assorted filters designed to operate on 2D planar laser scanners, which use the \
|
||||
sensor_msgs/LaserScan type."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
DESCRIPTION = "This package provides implementations of the Trajectory Rollout and Dynamic Window approaches to local robot navigation on a plane."
|
||||
DESCRIPTION = "This package provides implementations of the Trajectory Rollout and Dynamic Window \
|
||||
approaches to local robot navigation on a plane."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=14;endline=14;md5=01c2bc31767ccb3a68e12f02612b2a97"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
DESCRIPTION = "This package provides a recovery behavior for the navigation stack that \
|
||||
attempts to clear space by reverting the costmaps used by the navigation stack to \
|
||||
the static map outside of a given area."
|
||||
DESCRIPTION = "This package provides a recovery behavior for the navigation stack that attempts to \
|
||||
clear space by reverting the costmaps used by the navigation stack to the static map outside of a \
|
||||
given area."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=13;endline=13;md5=01c2bc31767ccb3a68e12f02612b2a97"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
DESCRIPTION = "This package provides an implementation of a 2D costmap that takes in sensor \
|
||||
data from the world, builds a 2D or 3D occupancy grid of the data (depending \
|
||||
on whether a voxel based implementation is used), and inflates costs in a \
|
||||
2D costmap based on the occupancy grid and a user specified inflation radius."
|
||||
DESCRIPTION = "This package provides an implementation of a 2D costmap that takes in sensor data \
|
||||
from the world, builds a 2D or 3D occupancy grid of the data (depending on whether a voxel based \
|
||||
implementation is used), and inflates costs in a 2D costmap based on the occupancy grid and a user \
|
||||
specified inflation radius."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=19;endline=19;md5=01c2bc31767ccb3a68e12f02612b2a97"
|
||||
|
||||
DEPENDS = "libeigen cmake-modules dynamic-reconfigure geometry-msgs laser-geometry map-msgs message-filters \
|
||||
message-generation nav-msgs pcl-conversions pcl-ros pluginlib roscpp \
|
||||
DEPENDS = "libeigen cmake-modules dynamic-reconfigure geometry-msgs laser-geometry map-msgs \
|
||||
message-filters message-generation nav-msgs pcl-conversions pcl-ros pluginlib roscpp \
|
||||
sensor-msgs std-msgs tf visualization-msgs voxel-grid"
|
||||
|
||||
require navigation.inc
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "This package provides an implementation of the Dynamic Window Approach to \
|
||||
local robot navigation on a plane."
|
||||
DESCRIPTION = "This package provides an implementation of the Dynamic Window Approach to local \
|
||||
robot navigation on a plane."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=20;endline=20;md5=01c2bc31767ccb3a68e12f02612b2a97"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
DESCRIPTION = "The move_base package provides an implementation of an action that, given a goal in the world, will attempt to reach it with a mobile base."
|
||||
DESCRIPTION = "The move_base package provides an implementation of an action that, given a goal in \
|
||||
the world, will attempt to reach it with a mobile base."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=13;endline=13;md5=01c2bc31767ccb3a68e12f02612b2a97"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
DESCRIPTION = "navfn provides a fast interpolated navigation function that can be used to create plans for a mobile base."
|
||||
DESCRIPTION = "navfn provides a fast interpolated navigation function that can be used to create \
|
||||
plans for a mobile base."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=19;endline=19;md5=01c2bc31767ccb3a68e12f02612b2a97"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "This package provides a recovery behavior for the navigation stack that attempts \
|
||||
to clear space by performing a 360 degree rotation of the robot."
|
||||
DESCRIPTION = "This package provides a recovery behavior for the navigation stack that attempts to \
|
||||
clear space by performing a 360 degree rotation of the robot."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=13;endline=13;md5=01c2bc31767ccb3a68e12f02612b2a97"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "The pluginlib package provides tools for writing and dynamically \
|
||||
loading plugins using the ROS build infrastructure."
|
||||
DESCRIPTION = "The pluginlib package provides tools for writing and dynamically loading plugins \
|
||||
using the ROS build infrastructure."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD & BSL-1.0"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=10;md5=bbbb6ab628b1f3daee74dd9c62bee312"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
DESCRIPTION = "This package contains a tool to convert Unified Robot Description Format (URDF) documents into COLLAborative Design Activity (COLLADA) documents."
|
||||
DESCRIPTION = "This package contains a tool to convert Unified Robot Description Format (URDF) \
|
||||
documents into COLLAborative Design Activity (COLLADA) documents."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=15;endline=15;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "This is a set of tools for recording from and playing back ROS \
|
||||
message without relying on the ROS client library."
|
||||
DESCRIPTION = "This is a set of tools for recording from and playing back ROS message without \
|
||||
relying on the ROS client library."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
DESCRIPTION = "This is a set of tools for recording from and playing back to ROS \
|
||||
topics. It is intended to be high performance and avoids \
|
||||
deserialization and reserialization of the messages."
|
||||
DESCRIPTION = "This is a set of tools for recording from and playing back to ROS topics. It is \
|
||||
intended to be high performance and avoids deserialization and reserialization of the messages."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "boost cpp-common python-imaging rosbag-storage \
|
||||
rosconsole roscpp roscpp-serialization topic-tools xmlrpcpp"
|
||||
DEPENDS = "boost cpp-common python-imaging rosbag-storage rosconsole roscpp roscpp-serialization
|
||||
topic-tools xmlrpcpp"
|
||||
|
||||
require ros-comm.inc
|
||||
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
DESCRIPTION = "roscpp is a C++ implementation of ROS. It provides a client \
|
||||
library that enables C++ programmers to quickly interface with ROS Topics, \
|
||||
Services, Parameters. roscpp is the most widely used ROS client library and is designed to \
|
||||
be the high-performance library for ROS."
|
||||
DESCRIPTION = "roscpp is a C++ implementation of ROS. It provides a client library that enables \
|
||||
C++ programmers to quickly interface with ROS Topics, Services, Parameters. roscpp is the most \
|
||||
widely used ROS client library and is designed to be the high-performance library for ROS."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=16;endline=16;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "cpp-common message-generation rosconsole roscpp-serialization \
|
||||
roscpp-traits rosgraph-msgs roslang rostime std-msgs xmlrpcpp"
|
||||
DEPENDS = "cpp-common message-generation rosconsole roscpp-serialization roscpp-traits \
|
||||
rosgraph-msgs roslang rostime std-msgs xmlrpcpp"
|
||||
|
||||
require ros-comm.inc
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "rospy is a pure Python client library for ROS. The rospy client \
|
||||
API enables Python programmers to quickly interface with ROS Topics, Services, and Parameters."
|
||||
DESCRIPTION = "rospy is a pure Python client library for ROS. The rospy client API enables Python \
|
||||
programmers to quickly interface with ROS Topics, Services, and Parameters."
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=23;endline=23;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
|
Loading…
Reference in New Issue