No description
Find a file
dhood 6c785ffeb3
Set default logger level from command line (#256)
* Set default logger level from command line

* Return INVALID_REMAP_RULE

* Add tests

* Do string parsing in rcutils

* Set log level after parsing all arguments

Less convenient but seems cleaner

* Document log arg format, custom return code

* Rename function

* Rename argument

* Refactor argument parsing after rebasing to include param files

* Renaming from param files support

* Doc fixup

* __log -> __log_level

* Use RCUTILS_SAFE_FWRITE_TO_STDERR on bad alloc

* doc fixup

* doc fixup

* Document behaviour if multiple __log_level rules found

* Update docblock formatting

* Label all documentation in arguments.c as internal
2018-06-12 08:11:25 -07:00
.github advise to ask questions on ROS answers 2018-02-26 21:56:13 -08:00
rcl Set default logger level from command line (#256) 2018-06-12 08:11:25 -07:00
rcl_lifecycle Change #if to #ifdef. (#229) 2018-05-01 17:25:24 -05:00
rcl_yaml_param_parser Initialize seq_data_type (#245) 2018-05-30 09:41:24 -07:00
.gitignore Initial commit 2015-02-20 16:06:40 -08:00
CONTRIBUTING.md add missing copyright / license information, update format of existing license information 2015-04-02 09:53:02 -07:00
LICENSE align LICENSE file with template 2015-04-03 12:47:47 -07:00
README.md Initial commit 2015-02-20 16:06:40 -08:00

rcl

Library to support implementation of language specific ROS Client Libraries.