Skip to content
Open
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
2 changes: 1 addition & 1 deletion arduino/Community_robot_firmware/robotArm_v0.41/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#define GRIP_STEPS 1200 //FTOBLER: 1200

//COMMAND QUEUE SETTINGS
#define QUEUE_SIZE 15
#define QUEUE_SIZE 30

//PRINT REPLY SETTING
#define PRINT_REPLY false // "true" TO PRINT MSG AFTER ONE COMMAND IS PROCESSED
Expand Down
8 changes: 4 additions & 4 deletions assets/imgui.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ Size=465,224
Collapsed=0

[Window][Kinect output]
Pos=22,364
Size=584,165
Pos=611,105
Size=625,293
Collapsed=0

[Window][Robot model control panel]
Pos=529,115
Size=566,300
Pos=646,60
Size=599,391
Collapsed=0

[Window][Example: Log]
Expand Down
Loading