feat: add spindle direction selection contract
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
"table_rpm": 4.0,
|
||||
"spindle_rpm": 40.0,
|
||||
"cam_amplitude_deg": 31.3,
|
||||
"cam_offset_deg": 0.0
|
||||
"cam_offset_deg": 0.0,
|
||||
"spindle_direction": "cw"
|
||||
},
|
||||
"actual": {
|
||||
"force_n_mean": 44.7,
|
||||
@@ -37,7 +38,8 @@
|
||||
"commanded_summary": {
|
||||
"force_n": 45.0,
|
||||
"table_rpm": 4.0,
|
||||
"spindle_rpm": 40.0
|
||||
"spindle_rpm": 40.0,
|
||||
"spindle_direction": "cw"
|
||||
},
|
||||
"actual_summary": {
|
||||
"force_n_mean": 44.7,
|
||||
|
||||
Reference in New Issue
Block a user