$ python3 data_collection_and_load.py
Traceback (most recent call last):
File "/home/j0521346/robodm/examples/data_collection_and_load.py", line 13, in <module>
traj = robodm.Trajectory(path=path, mode="w")
File "/home/j0521346/robodm/robodm/trajectory.py", line 561, in __init__
self.codec_config = CodecConfig(
TypeError: CodecConfig.__init__() got an unexpected keyword argument 'video_codec'
Hello!
I am impressed this research in ICRA and trying it.
But I met following error.