Skip to content

Commit

Permalink
Merge pull request #89 from knorth55/spot_arm-interface
Browse files Browse the repository at this point in the history
add allow-other-keys for args
  • Loading branch information
k-okada authored Feb 13, 2023
2 parents 8391f03 + 0195454 commit 5798d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_spot_robot/spoteus/spot-interface.l
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

(defmethod spot-interface
(:init
(&rest args &key (trajectory-cmd-action-name "/spot/trajectory"))
(&rest args &key (trajectory-cmd-action-name "/spot/trajectory") &allow-other-keys)
(prog1
(send-super* :init :robot spot-robot :base-frame-id "base_link" :odom-topic "/odom_combined" :base-controller-action-name nil args)
;; check if spot_ros/driver.launch started
Expand Down

0 comments on commit 5798d90

Please sign in to comment.