Skip to content

Commit

Permalink
[spoteus] add :start-recording and :stop-recording
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed May 25, 2023
1 parent 67551d4 commit 512ea53
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion jsk_spot_robot/spoteus/spot-interface.l
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -486,7 +494,7 @@
(:clear-graph
()
"Clear the AutoWalk graph in the robot."
(let (r)
(let ()
(call-trigger-service "/spot/clear_graph")
))
(:navigate-to
Expand Down

0 comments on commit 512ea53

Please sign in to comment.