Reset pose to reset velocities
If I were to tinker in the file reset_pose.py and add lines about resetting other states than just the positions, could I also zero out the velocities of the joint states? For example, when I move the waist joint to rotate the robot, it sways around due to the controller being underdamped. If I just hit 'reset pose', the robot might snap back to a certain position, but it won't have zero velocity at the joints. But if I published additional commands in the reset, I could take that out, right?