Skip to content
Snippets Groups Projects
Commit 66e73871 authored by Amira Abdel-Rahman's avatar Amira Abdel-Rahman
Browse files

interface with ur10

parent a2d5562e
Branches
No related tags found
No related merge requests found
Pipeline #6340 passed
...@@ -57,7 +57,81 @@ ...@@ -57,7 +57,81 @@
"sleep": 0.2, "sleep": 0.2,
"sleep1": 0.1 "sleep1": 0.1
}, },
"nodes": [], "nodes": [
"edges": [] {
"y": 0,
"x": 1,
"z": 0,
"rx": 0,
"ry": 0,
"rz": 0
},
{
"y": 0,
"x": 0,
"z": 0,
"rx": 0,
"ry": 0,
"rz": 0
}
],
"edges": [
{
"y": 0,
"x": 1.5,
"z": 0,
"rx": 0,
"ry": 0,
"rz": 0
},
{
"y": 0.5,
"x": 1,
"z": 0,
"rx": 0,
"ry": 0,
"rz": 1.5707963267948966
},
{
"y": -0.5,
"x": 1,
"z": 0,
"rx": 0,
"ry": 0,
"rz": 1.5707963267948966
},
{
"y": 0,
"x": 0.5,
"z": 0,
"rx": 0,
"ry": 0,
"rz": 0
},
{
"y": 0,
"x": 0.5,
"z": 0,
"rx": 0,
"ry": 0,
"rz": 0
},
{
"y": 0,
"x": -0.5,
"z": 0,
"rx": 0,
"ry": 0,
"rz": 0
},
{
"y": 0.5,
"x": 0,
"z": 0,
"rx": 0,
"ry": 0,
"rz": 1.5707963267948966
}
]
} }
} }
\ No newline at end of file
...@@ -7,11 +7,7 @@ ...@@ -7,11 +7,7 @@
const { exec } = require("child_process"); const { exec } = require("child_process");
var express = require('express'); var express = require('express');
var fs = require('fs');
var app = express(); var app = express();
var path = require('path');
var fs = require('fs');
const editJsonFile = require("edit-json-file"); const editJsonFile = require("edit-json-file");
var setup; var setup;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment