You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, connect-module hardcodes the mesh save directory. It would be nice to have a configuration option for Robot.save that allows the mesh directory to be saved. It could also be useful if the default mesh path points to file_path.parent / MESHES_DIR when robot.save(file_path=file_path) and mesh path is not explicitly specified.
The text was updated successfully, but these errors were encountered:
Currently,
connect
-module hardcodes the mesh save directory. It would be nice to have a configuration option forRobot.save
that allows the mesh directory to be saved. It could also be useful if the default mesh path points tofile_path.parent / MESHES_DIR
whenrobot.save(file_path=file_path)
and mesh path is not explicitly specified.The text was updated successfully, but these errors were encountered: