Skip to content

Commit 96abbac

Browse files
committed
Indicate version of base code
1 parent c199fec commit 96abbac

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

hrpsys_ros_bridge_tutorials/euslisp/hironxjsk-interface.l

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
;; Initialize
1313
(defmethod hironxjsk-interface
14-
;; Based on hrp2jsknts-interface.l
14+
;; Based on https://github.com/start-jsk/rtmros_tutorials/blob/9132c58702b3b193e14271b4c231ad0080187850/hrpsys_ros_bridge_tutorials/euslisp/hrp2jsknts-interface.l
1515
(:init (&rest args)
1616
(prog1
1717
(send-super* :init :robot hironxjsk-robot args)
@@ -32,6 +32,7 @@
3232

3333
;; AbsoluteForceSensor
3434
;; Overwrite RemoveForceSensorLinkOffset methods
35+
;; Based on https://github.com/start-jsk/rtmros_common/blob/1.4.2/hrpsys_ros_bridge/euslisp/rtm-ros-robot-interface.l
3536
(def-set-get-param-method 'hironx_ros_bridge::OpenHRP_AbsoluteForceSensorService_ForceMomentOffsetParam
3637
:raw-set-forcemoment-offset-param :raw-get-forcemoment-offset-param :get-forcemoment-offset-param-arguments
3738
:absoluteforcesensorservice_setforcemomentoffsetparam :absoluteforcesensorservice_getforcemomentoffsetparam
@@ -146,7 +147,8 @@
146147
)
147148

148149
;; ImpedanceControllerService
149-
;; Based on hironx_client.py in hironx_ros_bridge and rtm-ros-robot-interface.l.
150+
;; Based on https://github.com/start-jsk/rtmros_hironx/blob/2.1.0/hironx_ros_bridge/src/hironx_ros_bridge/hironx_client.py
151+
;; and https://github.com/start-jsk/rtmros_common/blob/1.4.2/hrpsys_ros_bridge/euslisp/rtm-ros-robot-interface.l.
150152
;; Enable methods executable with old impedance controller and disable others.
151153
;; The reason why I don't use def-set-get-param-method is that
152154
;; OpenHRP_ImpedanceControllerService_setImpedanceControllerParam.srv has element "name" inside i_param,
@@ -233,7 +235,8 @@
233235
(error ";; :get-impedance-controller-controller-mode cannot be used with hironx~%")))
234236

235237
;; ServoControllerService for hand
236-
;; Based on hironx_client.py in hironx_ros_bridge and hrp2-common-interface.l
238+
;; Based on https://github.com/start-jsk/rtmros_hironx/blob/2.1.0/hironx_ros_bridge/src/hironx_ros_bridge/hironx_client.py
239+
;; and https://github.com/start-jsk/rtmros_tutorials/blob/0.1.6/hrpsys_ros_bridge_tutorials/euslisp/hrp2-common-interface.l
237240
(defmethod hironxjsk-interface
238241
(:hand-angle-vector
239242
(av &optional (tm 1000) (hand :hands))

0 commit comments

Comments
 (0)