Skip to content

Commit

Permalink
Fixed typo in default FireWire protocol (mtsIntuitiveResearchKit.h)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeguet1 committed Aug 9, 2021
1 parent de4dfb4 commit 6bba9f6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ no warranty. The complete license can be found in license.txt and

namespace mtsIntuitiveResearchKit {

const std::string FireWireProtocol = "sequential-reasd-broadcast-query-write";
const std::string FireWireProtocol = "sequential-read-broadcast-write";

const double PeriodDelay = 0.06 * cmn_ms; // fixed delay
const double IOPeriod = cmnHzToPeriod(1500.0) - PeriodDelay;
Expand Down
26 changes: 9 additions & 17 deletions share/hsc-dVRK/console-MTML-PSM1-MTMR-PSM2-Teleop.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* -*- Mode: Javascript; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
{

"io":
"io":
{
"footpedals": "sawRobotIO1394-MTMR-foot-pedals.xml"
}
Expand All @@ -11,9 +11,7 @@
{
"name": "PSM1",
"type": "PSM",
"io": "sawRobotIO1394-PSM1-27110.xml",
"pid": "sawControllersPID-PSM.xml",
"kinematic": "psm-large-needle-driver.json",
"serial": "27110",
"base-frame": {
"reference-frame": "ECM",
"transform": [[ 1.0, 0.0, 0.0, 0.20],
Expand All @@ -26,9 +24,7 @@
{
"name": "PSM2",
"type": "PSM",
"io": "sawRobotIO1394-PSM2-31717.xml",
"pid": "sawControllersPID-PSM.xml",
"kinematic": "psm-large-needle-driver.json",
"serial": "31717",
"base-frame": {
"reference-frame": "ECM",
"transform": [[ 1.0, 0.0, 0.0, 0.20],
Expand All @@ -41,9 +37,7 @@
{
"name": "MTMR",
"type": "MTM",
"io": "sawRobotIO1394-MTMR-79526.xml",
"pid": "sawControllersPID-MTMR.xml",
"kinematic": "mtm.json",
"serial": "79526",
"base-frame": {
"reference-frame": "HRSV",
"transform": [[ -1.0, 0.0, 0.0, 0.180],
Expand All @@ -56,9 +50,7 @@
{
"name": "MTML",
"type": "MTM",
"io": "sawRobotIO1394-MTML-55264.xml",
"pid": "sawControllersPID-MTML.xml",
"kinematic": "mtm.json",
"serial": "55264",
"base-frame": {
"reference-frame": "HRSV",
"transform": [[ -1.0, 0.0, 0.0, 0.180],
Expand All @@ -72,13 +64,13 @@
"psm-teleops":
[
{
"master": "MTMR",
"slave": "PSM2"
"mtm": "MTMR",
"psm": "PSM2"
}
,
{
"master": "MTML",
"slave": "PSM1"
"mtm": "MTML",
"psm": "PSM1"
}
]
}
2 changes: 1 addition & 1 deletion share/jhu-dVRK/console-MTML-PSM1-Teleop.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"io":
{
"footpedals": "io/sawRobotIO1394-MTML-foot-pedals.xml"
, "firewire-protocol": "broadcast-read-write"
// , "firewire-protocol": "broadcast-read-write"
// , "port": "udp"
}
,
Expand Down

0 comments on commit 6bba9f6

Please sign in to comment.