Skip to content

Commit

Permalink
Erasing force moment offset is no more needed in hironxjsk-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
pazeshun authored and ishiguroJSK committed Feb 4, 2021
1 parent 78b5a01 commit a9bcc9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions hrpsys_ros_bridge_tutorials/euslisp/hironxjsk-interface.l
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@
(send self :def-limb-controller-method limb)
(send self :add-controller (read-from-string (format nil "~A-controller" limb))
:joint-enable-check t :create-actions t))
; ;; Load param to erase offset of force moment sensor
; (unless (send self :simulation-modep)
; (send self :load-forcemoment-offset-param
; (format nil "~A/models/~A-force-moment-offset.l"
; (ros::resolve-ros-path "package://hrpsys_ros_bridge_tutorials")
; (send robot :name))
; :set-offset t))
;; number of servo motors in one hand
(setq hand-servo-num 4)))
(:call-operation-return (method &rest args)
Expand Down

This file was deleted.

0 comments on commit a9bcc9e

Please sign in to comment.