We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0e6ed commit e3159a6Copy full SHA for e3159a6
bitbots_motion/bitbots_quintic_walk/src/walk_node.cpp
@@ -10,7 +10,7 @@ using namespace std::chrono_literals;
10
namespace bitbots_quintic_walk {
11
12
WalkNode::WalkNode(rclcpp::Node::SharedPtr node, const std::string& ns,
13
- std::vector<rclcpp::Parameter> moveit_parameters)
+ const std::vector<rclcpp::Parameter>& moveit_parameters)
14
: node_(node),
15
param_listener_(node_),
16
config_(param_listener_.get_params()),
0 commit comments