Skip to content

Commit c3751d8

Browse files
authored
Brettpac branch (#636)
* Automating Test Procedures * Automated testing working - sort of * konsole * sm_panda_moveit2z_cb_inventory launch file konsole & log file output * precommit * Adding color back to konsole output * Got StMoveCartesianRelative2 working
1 parent f72cdd6 commit c3751d8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

smacc2_dev_tools/claude/Prompts.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@ StMoveCartesianRelative2
6262
StMoveCartesianRelative
6363
StPouringMotion
6464
StCircularPivotMotion
65+
66+
 look in the log files (~/.ros/log) for the most recent state machine run.
67+
Analyse the move_group, state machine, and other logs and creat a plan to
68+
fix the error messages that are occuring in StMoveCartesianRelative2

smacc2_sm_reference_library/sm_panda_moveit2z_cb_inventory/include/sm_panda_moveit2z_cb_inventory/states/st_move_cartesian_relative2.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ struct StMoveCartesianRelative2 : smacc2::SmaccState<StMoveCartesianRelative2, S
5959
position.x = -0.25; // Increased to 25cm for dramatic movement
6060
position.y = 0.0;
6161
position.z = 0.20; // Increased to 20cm for dramatic movement
62-
configure_orthogonal<OrArm, CbMoveCartesianRelative2>("tool0", "tool0", position);
62+
configure_orthogonal<OrArm, CbMoveCartesianRelative2>("world", "panda_link8", position);
6363
configure_orthogonal<OrKeyboard, CbDefaultKeyboardBehavior>();
6464
}
6565

0 commit comments

Comments
 (0)