ll7 / robot_sf_ll7

robot_sf in the ll7 namespace.
GNU General Public License v3.0
1 stars 1 forks source link

Make pygame camera movable during playback of recorded states. #33

Closed ll7 closed 2 months ago

ll7 commented 5 months ago
          What needs to be improved is that during playback it is not possible to move the camera.

_Originally posted by @ll7 in https://github.com/ll7/robot_sf_ll7/issues/32#issuecomment-2146992622_

ll7 commented 5 months ago

Test this by using test_pygame/test_load_and_visualize_states.py and try to move the camera with arrow keys and plus minus.

JuliusMiller commented 4 months ago

https://github.com/ll7/robot_sf_ll7/blob/59d9296223f50e4f023d7ee1063b826c890ce331/robot_sf/render/playback_recording.py#L41C1-L41C45

was missing

ll7 commented 2 months ago

Thank you! I will close this issue, because you fixed it in #42