diff --git a/jsk_spot_robot/spoteus/spot-interface.l b/jsk_spot_robot/spoteus/spot-interface.l index 4d8def97c1..9811b5076e 100644 --- a/jsk_spot_robot/spoteus/spot-interface.l +++ b/jsk_spot_robot/spoteus/spot-interface.l @@ -452,6 +452,14 @@ (instance spot_msgs::SetLocalizationWaypointRequest :init :waypoint_id init-waypoint))) (ros::ros-info "Call \"/spot/set_localization_waypoint\" returns \"~A\"" (send r :message)) t)) + (:start-recording + () + "Start AutoWalk recording" + (call-trigger-service "/spot/start-recording")) + (:stop-recording + () + "Stop AutoWalk recording" + (call-trigger-service "/spot/stop-recording")) (:upload-graph (path &key (initial-localization-fiducial t) (wait nil)) "upload graph for autowalk" @@ -486,7 +494,7 @@ (:clear-graph () "Clear the AutoWalk graph in the robot." - (let (r) + (let () (call-trigger-service "/spot/clear_graph") )) (:navigate-to