Skip to content

Commit

Permalink
add drill addons json
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoardoRomiti committed Oct 16, 2023
1 parent fb2c597 commit b997757
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
22 changes: 22 additions & 0 deletions module_addons/json/concert/drill_handle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"header": {
"ID": "0001",
"name": "concert/drill_handle.json",
"date":"2022-11-16",
"author": "EdaordoRomiti",
"affiliation": "IIT",
"email": "edoardo.romiti@iit.it",
"cost": 0,
"type": "handle",
"family": "alberoboticsGenB",
"label": "Drill Handle",
"disabled": false
},
"parameters": {
"x_offset": 0.27,
"y_offset": 0.012,
"z_offset": 0.1,
"mass": 0.330,
"radius": 0.025
}
}
20 changes: 20 additions & 0 deletions module_addons/json/concert/drillbit_12_SDSmax.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"header": {
"ID": "0002",
"name": "concert/drillbit_12_SDSmax.json",
"date":"2022-11-16",
"author": "EdaordoRomiti",
"affiliation": "IIT",
"email": "edoardo.romiti@iit.it",
"cost": 0,
"type": "drillbit",
"family": "alberoboticsGenB",
"label": "Drillbit 12mm SDSmax",
"disabled": false
},
"parameters": {
"length": 0.27,
"radius": 0.012,
"mass": 0.340
}
}
20 changes: 20 additions & 0 deletions module_addons/json/concert/drillbit_68_SDSmax.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"header": {
"ID": "0003",
"name": "concert/drillbit_68_SDSmax.json",
"date":"2022-11-16",
"author": "EdaordoRomiti",
"affiliation": "IIT",
"email": "edoardo.romiti@iit.it",
"cost": 0,
"type": "drillbit",
"family": "alberoboticsGenB",
"label": "Drillbit 68mm SDSmax",
"disabled": false
},
"parameters": {
"length": 0.27,
"radius": 0.034,
"mass": 1.483
}
}

0 comments on commit b997757

Please sign in to comment.