Skip to content

Commit

Permalink
fix: correct typo in video_save_path parameter in load_states_and_rec…
Browse files Browse the repository at this point in the history
…ord_video function
  • Loading branch information
ll7 committed Dec 11, 2024
1 parent 632e246 commit 8c940ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot_sf/render/playback_recording.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def load_states_and_record_video(state_file: str, video_save_path: str, video_fp
map_def=map_def,
caption="RobotSF Recording",
record_video=True,
video_path=vide_save_path,
video_path=video_save_path,
video_fps=video_fps,
)
for state in states:
Expand Down

0 comments on commit 8c940ee

Please sign in to comment.