Skip to content

Commit f7211cd

Browse files
committed
Fix formatting
1 parent 5345887 commit f7211cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bitbots_motion/bitbots_quintic_walk/src/walk_node.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ WalkNode::WalkNode(rclcpp::Node::SharedPtr node, const std::string& ns,
2525
// empty.
2626
auto moveit_node = std::make_shared<rclcpp::Node>(
2727
"walking_moveit_node", ns,
28-
rclcpp::NodeOptions().automatically_declare_parameters_from_overrides(true).parameter_overrides(moveit_parameters));
28+
rclcpp::NodeOptions().automatically_declare_parameters_from_overrides(true).parameter_overrides(
29+
moveit_parameters));
2930
// get all kinematics parameters from the move_group node if they are not set manually via constructor
3031
std::string check_kinematic_parameters;
3132
if (!moveit_node->get_parameter("robot_description_kinematics.LeftLeg.kinematics_solver",

0 commit comments

Comments
 (0)