How to move rviz 3D view with keyboard ("W,A,S,D", etc.)?
Is it possible in rviz to use keyboard key presses to enable movement of 3D camera view, instead of using mouse clicks and drags? For example, I hope to press key "W" to move forward, "A" to left, "D" to right, "Z" for up, etc.
Or if this is currently not possible in rviz, how can I develop a plugin to enable that (which class to inherit and functions to override)?
Thanks in advance!