Controlling insertion of models with keyboard and meaning of "raw value of key pressed"
In the KeyEvent class, there is a variable called key. In documentation it is given that it is the raw value of key pressed. Can anyone explain the meaning of that with some examples? Also how can I write plugin for keyboard arrow key press to insert models in gazebo? Thank You.