Support for 'short description' in package.xml / Bloom?
Is there any way for Bloom to generate 'short descriptions' like what rosbuild used to do?
manifest.xml
actually had an explicit brief
attribute on the description
tag, which seems to have been removed in package.xml
. There are a number of packages in Groovy and Hydro (in Ubuntu) that have very long package descriptions, where a succinct short description would definitely help make things a bit more readable.
Update (2015-06-16): an initial implementation for this was added to Bloom with the merge of ros-infrastructure/bloom/pull/366. Short descriptions (or synopses) are automatically extracted from the package manifest description
field. Only the rosdebian
generator supports this for now.