viewer.update_joint_positions()
viewer.save_scene_gltf()
After using the first line of code to update the joint variables, the viewer display has changed. Using the second line of code to save the scene, the scene obtained is always the initial scene, how to save the updated scene?