spin Marker Callibration
This commit is contained in:
@@ -8,7 +8,7 @@ const { calculate } = require('../public/calculateAngles');
|
||||
describe('calculateAngles minimal test', () => {
|
||||
it('should run calculate() with loaded JSON files', async () => {
|
||||
// Pfade auflösen
|
||||
const robotPath = path.resolve(__dirname, '../public/robot.json');
|
||||
const robotPath = path.resolve(__dirname, '../test/fixtures/robot_legacy.json');
|
||||
const snapshotPath = path.resolve(
|
||||
__dirname,
|
||||
'../test/snapshots/snapshot_video0_1778845508432_two_cam.json'
|
||||
|
||||
Reference in New Issue
Block a user