fix formating and typos
This commit is contained in:
@@ -28,9 +28,7 @@ def write_video(video_path, stacked_frames, fps):
|
|||||||
# Filter out DeprecationWarnings raised from pkg_resources
|
# Filter out DeprecationWarnings raised from pkg_resources
|
||||||
with warnings.catch_warnings():
|
with warnings.catch_warnings():
|
||||||
warnings.filterwarnings(
|
warnings.filterwarnings(
|
||||||
"ignore",
|
"ignore", "pkg_resources is deprecated as an API", category=DeprecationWarning
|
||||||
"pkg_resources is deprecated as an API",
|
|
||||||
category=DeprecationWarning,
|
|
||||||
)
|
)
|
||||||
imageio.mimsave(video_path, stacked_frames, fps=fps)
|
imageio.mimsave(video_path, stacked_frames, fps=fps)
|
||||||
|
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ class RecordControlConfig(ControlConfig):
|
|||||||
play_sounds: bool = True
|
play_sounds: bool = True
|
||||||
# Resume recording on an existing dataset.
|
# Resume recording on an existing dataset.
|
||||||
resume: bool = False
|
resume: bool = False
|
||||||
# Reset follower arms to an initial configuration.
|
# Reset follower arms to an initial position.
|
||||||
reset_follower_arms: bool = False
|
reset_follower_arms: bool = False
|
||||||
|
|
||||||
def __post_init__(self):
|
def __post_init__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user