Skip to content

bt_navigator_***_rclcpp_node - Allow remapping #5242

Open
@roncapat

Description

@roncapat

Feature request

Allow to remap the node name (currently generated as /bt_navigator_ + navigator_name + _rclcpp_node) as something else, or at least move it in an arbitrary namespace.

Currently,

auto options = rclcpp::NodeOptions().arguments(
{"--ros-args",
"-r",
std::string("__node:=") +
std::string(node->get_name()) + "_" + client_node_name + "_rclcpp_node",
"-p",
"use_sim_time:=" +
std::string(node->get_parameter("use_sim_time").as_bool() ? "true" : "false"),
"--"});

since NodeOptions are built from scratch, I belive there is not enough flexibility in configuring that node IMHO.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions