Fix typo in action client logger name (#937)
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
This commit is contained in:
parent
4f84948a8e
commit
6ef23841f4
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public:
|
||||||
const rcl_action_client_options_t & client_options)
|
const rcl_action_client_options_t & client_options)
|
||||||
: node_graph_(node_graph),
|
: node_graph_(node_graph),
|
||||||
node_handle(node_base->get_shared_rcl_node_handle()),
|
node_handle(node_base->get_shared_rcl_node_handle()),
|
||||||
logger(node_logging->get_logger().get_child("rclcpp_acton")),
|
logger(node_logging->get_logger().get_child("rclcpp_action")),
|
||||||
random_bytes_generator(std::random_device{} ())
|
random_bytes_generator(std::random_device{} ())
|
||||||
{
|
{
|
||||||
std::weak_ptr<rcl_node_t> weak_node_handle(node_handle);
|
std::weak_ptr<rcl_node_t> weak_node_handle(node_handle);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue