Skip to content

Commit

Permalink
Update because composite constructor changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Jan 4, 2025
1 parent 3c41ceb commit 7ebb12b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions command_language/demo/command_language_demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ int main(int argc, char** argv)
QApplication app(argc, argv);

// Create Program
CompositeInstruction program(
"cartesian_program", CompositeInstructionOrder::ORDERED, ManipulatorInfo("manipulator", "base_link", "tool0"));
CompositeInstruction program("cartesian_program", ManipulatorInfo("manipulator", "base_link", "tool0"));

// Set the robot initial state
std::vector<std::string> joint_names;
Expand Down

0 comments on commit 7ebb12b

Please sign in to comment.