~wooksong/nnstreamer-ros/+git/tizenport-ros:indigo-devel

Last commit made on 2017-03-06
Get this branch:
git clone -b indigo-devel https://git.launchpad.net/~wooksong/nnstreamer-ros/+git/tizenport-ros

Branch merges

Branch information

Name:
indigo-devel
Repository:
lp:~wooksong/nnstreamer-ros/+git/tizenport-ros

Recent commits

b6208d2... by Dirk Thomas

1.11.14

f0bfabc... by Dirk Thomas

update changelogs

bdd957b... by Dirk Thomas

Merge pull request #141 from ros/backports_indigo

changes between 1.11.13 and 1.12.7 for backporting

a62d37d... by v4hn

don't hide error strings from the reader

This except-and-raise pattern hides the actual error messages and leaves
us with a generic string "cannot create test results..." instead.
This makes it much harder to track down bugs.

On the other hand the exception text "[Errno 13] Permission denied: 'foobar'"
alone does not tell you that "foobar" is supposed to be the directory for the
tests results.

Thus I fused both exception texts. Because the error message in case of
missing permissions is (given above) "Permission denied", I removed the
"Please check permissions." hint.

4aece09... by v4hn

set correct url for rosunit repo

I suppose this got moved at some point
or that part of the package.xml was copied over?

Either way, I just spend 5 minutes looking for this package
in the wrong repository...

551d6f4... by Dirk Thomas

fix race condition creating folder

df47903... by Guillaume Papin <email address hidden>

roslib: add rospack to CATKIN_DEPENDS (#128)

This fixes a linker issue that can arise on some build environments:

    ld: warning: librospack.so, needed by /opt/ros/indigo/lib/libroslib.so, not found (try using -rpath or -rpath-link)
    /opt/ros/indigo/lib/libroslib.so: undefined reference to `rospack::ROSPack::run(std::string const&)'
    collect2: error: ld returned 1 exit status

aa83be3... by abrzozowski <email address hidden>

Add deduction message type to rostopic pub.

6a8d233... by Dirk Thomas

fix test type handling (#123)

8bc165e... by Dirk Thomas

fix check of test type (#121) (#123)