Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
synch with ros 2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
adeguet1 committed Dec 29, 2023
1 parent d799ef2 commit 07e5f15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dvrk_arms_from_ros/components/src/dvrk_arm_from_ros.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Author(s): Anton Deguet
Created on: 2020-01-13
(C) Copyright 2020-2022 Johns Hopkins University (JHU), All Rights Reserved.
(C) Copyright 2020-2023 Johns Hopkins University (JHU), All Rights Reserved.
--- begin cisst license - do not edit ---
Expand Down Expand Up @@ -48,12 +48,12 @@ void dvrk_arm_from_ros::Init(void)
populate_interface_provided(interface_provided,
ros_namespace,
// void commands
Commands({"hold"}),
Commands({"hold", "free"}),
// write commands
Commands({"state_command", "servo_cp"}),
Commands({"state_command", "servo_cp", "servo_js"}),
// read commands
Commands({"operating_state", "period_statistics",
"setpoint_js", "measured_js", "setpoint_cp"}),
"setpoint_js", "measured_js", "setpoint_cp", "measured_cp"}),
// write events
Commands({"operating_state", "error", "warning", "status"}));
}
Expand Down

0 comments on commit 07e5f15

Please sign in to comment.