We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5bccb9 commit d82df2aCopy full SHA for d82df2a
1 file changed
bt_nodes/configuration/src/configuration/init_receptionist.cpp
@@ -67,7 +67,7 @@ BT::NodeStatus InitReceptionist::tick()
67
std::to_string(wp_names_.size()).c_str());
68
69
for (auto wp : wp_names_) {
70
- node_->declare_parameter("waypoints." + wp, std::vector<double>());
+ // node_->declare_parameter("waypoints." + wp, std::vector<double>());
71
std::vector<double> wp_pos;
72
node_->get_parameter("waypoints." + wp, wp_pos);
73
RCLCPP_INFO(
0 commit comments