Skip to content

Commit

Permalink
share/console: added some extra console files for simulated arms
Browse files Browse the repository at this point in the history
  • Loading branch information
adeguet1 committed May 12, 2024
1 parent de17b21 commit 11f1548
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 0 deletions.
12 changes: 12 additions & 0 deletions core/share/console/console-PSM2_KIN_SIMULATED.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* -*- Mode: Javascript; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
{
"arms":
[
{
"name": "PSM2",
"type": "PSM",
"simulation": "KINEMATIC",
"arm": "arm/PSM_KIN_SIMULATED_LARGE_NEEDLE_DRIVER_400006.json"
}
]
}
12 changes: 12 additions & 0 deletions core/share/console/console-PSM2_Si_KIN_SIMULATED.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* -*- Mode: Javascript; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
{
"arms":
[
{
"name": "PSM2",
"type": "PSM",
"simulation": "KINEMATIC",
"arm": "arm/PSM_Si_KIN_SIMULATED_LARGE_NEEDLE_DRIVER_420006.json"
}
]
}
12 changes: 12 additions & 0 deletions core/share/console/console-PSM3_KIN_SIMULATED.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* -*- Mode: Javascript; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
{
"arms":
[
{
"name": "PSM3",
"type": "PSM",
"simulation": "KINEMATIC",
"arm": "arm/PSM_KIN_SIMULATED_LARGE_NEEDLE_DRIVER_400006.json"
}
]
}
12 changes: 12 additions & 0 deletions core/share/console/console-PSM3_Si_KIN_SIMULATED.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* -*- Mode: Javascript; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
{
"arms":
[
{
"name": "PSM3",
"type": "PSM",
"simulation": "KINEMATIC",
"arm": "arm/PSM_Si_KIN_SIMULATED_LARGE_NEEDLE_DRIVER_420006.json"
}
]
}
33 changes: 33 additions & 0 deletions core/share/console/console-surgeon-console-simulated.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/* -*- Mode: Javascript; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
{
"arms":
[
{
"name": "MTML",
"type": "MTM",
"simulation": "KINEMATIC",
"arm": "arm/MTML_KIN_SIMULATED.json",
"base-frame": {
"reference-frame": "HRSV",
"transform": [[ -1.0, 0.0, 0.0, 0.180],
[ 0.0, 0.866025404, 0.5, 0.400],
[ 0.0, 0.5, -0.866025404, 0.475],
[ 0.0, 0.0, 0.0, 1.0]]
}
}
,
{
"name": "MTMR",
"type": "MTM",
"simulation": "KINEMATIC",
"arm": "arm/MTMR_KIN_SIMULATED.json",
"base-frame": {
"reference-frame": "HRSV",
"transform": [[ -1.0, 0.0, 0.0, -0.180],
[ 0.0, 0.866025404, 0.5, 0.400],
[ 0.0, 0.5, -0.866025404, 0.475],
[ 0.0, 0.0, 0.0, 1.0]]
}
}
]
}

0 comments on commit 11f1548

Please sign in to comment.