Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr committed Aug 16, 2024
1 parent 4f39fc5 commit a2e49da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demo/src/pipeline_testbench_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,9 @@ int main(int argc, char** argv)
for (const auto& motion_plan_req : demo.getMotionPlanRequests())
{
demo.planAndVisualize({ { "ompl", "RRTConnectkConfigDefault" },
{ "stomp", "stomp" }, { "drake_ktopt", "" }, { "drake_toppra", "" } },
{ "stomp", "stomp" },
{ "drake_ktopt", "" },
{ "drake_toppra", "" } },
motion_plan_req);
}
demo.getVisualTools().prompt("Press 'next' in the RvizVisualToolsGui window to finish the demo");
Expand Down

0 comments on commit a2e49da

Please sign in to comment.