Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen committed Mar 28, 2024
1 parent 86b5f25 commit e471492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tesseract_ros_examples/src/pick_and_place_example_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ int main(int argc, char** argv)
// Initial setup
std::string urdf_xml_string = node->declare_parameter(ROBOT_DESCRIPTION_PARAM, "");
std::string srdf_xml_string = node->declare_parameter(ROBOT_SEMANTIC_PARAM, "");

if (ifopt)
{
RCLCPP_INFO(node->get_logger(), "Using TrajOpt Ifopt!");
Expand Down

0 comments on commit e471492

Please sign in to comment.