* fix exception message on rcl_clock_init. Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com> * error messages start with lower case. Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
This commit is contained in:
parent
1745db6dcd
commit
3a3ba55fa2
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public:
|
||||||
{
|
{
|
||||||
rcl_ret_t ret = rcl_clock_init(clock_type, &rcl_clock_, &allocator_);
|
rcl_ret_t ret = rcl_clock_init(clock_type, &rcl_clock_, &allocator_);
|
||||||
if (ret != RCL_RET_OK) {
|
if (ret != RCL_RET_OK) {
|
||||||
exceptions::throw_from_rcl_error(ret, "could not get current time stamp");
|
exceptions::throw_from_rcl_error(ret, "failed to initialize rcl clock");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue