Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions smacc2_dev_tools/claude/Prompts.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@ StMoveCartesianRelative2
StMoveCartesianRelative
StPouringMotion
StCircularPivotMotion

 look in the log files (~/.ros/log) for the most recent state machine run.
Analyse the move_group, state machine, and other logs and creat a plan to
fix the error messages that are occuring in StMoveCartesianRelative2
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ struct StMoveCartesianRelative2 : smacc2::SmaccState<StMoveCartesianRelative2, S
position.x = -0.25; // Increased to 25cm for dramatic movement
position.y = 0.0;
position.z = 0.20; // Increased to 20cm for dramatic movement
configure_orthogonal<OrArm, CbMoveCartesianRelative2>("tool0", "tool0", position);
configure_orthogonal<OrArm, CbMoveCartesianRelative2>("world", "panda_link8", position);
configure_orthogonal<OrKeyboard, CbDefaultKeyboardBehavior>();
}

Expand Down