Commit Graph

15 Commits

Author SHA1 Message Date
Dmitry Rozhkov 23ca289ca3 sensor-msgs: add run-time dependency on geometry-msgs
ROS integration for uArm robots fails to work properly without
geometry-msgs installed which sensor-msgs depends on.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-03-30 16:11:13 +03:00
Lukas Bulwahn 740fffe1b8 common-msgs: updating to 1.11.9 2016-06-14 11:21:42 +02:00
Lukas Bulwahn a2c87f59df common-msgs: updating to 1.11.8 2015-06-10 10:56:43 +02:00
Lukas Bulwahn 53796fc4b1 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.
2014-08-19 09:09:47 +02:00
Kristof Robot 997876732d nav-msgs: adding actionlib-msgs run dependency
Resolves:
  File "/usr/lib/python2.7/site-packages/nav_msgs/msg/_GetMapActionGoal.py", line 9, in <module>
    import actionlib_msgs.msg
ImportError: No module named actionlib_msgs.msg
2014-03-08 17:58:25 +01:00
Lukas Bulwahn f6d613402e common-msgs: updating to 1.10.6 2014-03-04 17:28:38 +01:00
Lukas Bulwahn 7924606bb6 common-msgs: updating to 1.10.4
In the version 1.10.4, the descriptions of shape-msgs and
trajectory-msgs were updated and hence, the descriptions in the
recipes and the referred line for the license information were
updated here as well.
2014-03-04 17:28:38 +01:00
Lukas Bulwahn 688ac9f0a5 common-msgs: updating to 1.10.3 2014-03-03 08:12:12 +01:00
Lukas Bulwahn aa2ce283b6 removing native packages and dependencies
The native packages are not required anymore, because the needed
python scripts during compile time are also provided by the
cross-compiled packages and the python scripts are platform
independent. Only the catkin package is provided as native package.
2013-09-23 09:56:18 +02:00
Lukas Bulwahn b38c55bb7f common-msgs: updating to 1.10.2
The common-msgs recipes are updated to 1.10.2 to be in line with
4551e7c32d/hydro/release.yaml.
2013-08-26 10:57:15 +02:00
Stefan Herbrechtsmeier 3e6b386d2f Unify ros recipes
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
2013-08-26 07:40:20 +02:00
Lukas Bulwahn 264a8ffafd trajectory-msgs: Add missing dependency on geometry-msgs
This commit is based on a commit by Stefan Herbrechtsmeier [1],
but moved from after some larger refactoring to the current
release state. Hence, the dependency must still be added after
the require statement instead of before, which is possible
after the refactoring.

[1] 99426a1479

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2013-08-18 13:32:57 -07:00
Lukas Bulwahn a0a2aa9eaf tuning newlines 2013-08-05 08:12:20 +02:00
Lukas Bulwahn 057370f042 common-msgs: updated to hydro release version 2013-07-22 15:53:38 +02:00
Lukas Bulwahn bd33c6f906 common-msgs: initial commit of all common messages 2013-06-10 14:57:10 +02:00