~wooksong/nnstreamer-ros/+git/tizenport-ros:master

Last commit made on 2017-02-15
Get this branch:
git clone -b master https://git.launchpad.net/~wooksong/nnstreamer-ros/+git/tizenport-ros

Branch merges

Branch information

Recent commits

96b37e2... by Dirk Thomas

1.13.5

9cb4580... by Dirk Thomas

update changelogs

d9d354e... by Dirk Thomas

Merge pull request #138 from mikepurvis/patch-2

Add completion for "rosmsg info"

6cbaa99... by Mike Purvis

Add completion for "rosmsg info"

bf3e459... by Dirk Thomas

Merge pull request #136 from ros/rostopic_pub_complete_with_options

rostopic pub autocomplete's works when options are provided

a7feabd... by Kazumi Malhan <email address hidden>

Added --size option to rosclean purge (#126)

* Added size option to rosclean purge.

When --size option is specified, it will delete old log files until log
directory reaches specified size (in MB), but never below specified
size. Otherwise, it will delete everything inside log directory.

* Changed help message and restored deleted comment.

* Cleaned up the patch to reflect comments.

* Updated functions based on comments.

- Fixed typo
- Removed _check_user_input and check_delete_file_size functions

* Changed logic from keeping minimum to keeping maximum.

* remove unnecessary parenthesis

* check size before asking, use 1024 instead of 1000

e2c45e7... by Javier <email address hidden>

rostopic pub autocomplete's works when options are provided

58acf51... by Dirk Thomas

Merge pull request #134 from v4hn/pr-kinetic-show-mkdir-exception

don't hide error strings from the reader

06ed7eb... 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.

9ec590b... by Dirk Thomas

Merge pull request #133 from v4hn/pr-kinetic-fix-url

set correct repository/bugtracker url for rosunit repo