open-rmf / rmf_site

Experimental visualizer for dense buildings in RMF
32 stars 13 forks source link

Improved camera controls #218

Closed reuben-thomas closed 2 months ago

reuben-thomas commented 3 months ago

New feature implementation

Implemented feature

Improving camera controls for the cursor to address https://github.com/open-rmf/rmf_site/issues/75 based on picking

Implementation description

I'm going to refactor the camera_controls module to distinguish commands from the mouse, keyboard (https://github.com/open-rmf/rmf_site/issues/98) and eventually touchscreen (https://github.com/open-rmf/rmf_site/issues/97). This should allow us to separately configure each input type and manage conflicts.