Marcin Mirski

Results 4 issues of Marcin Mirski

When running ssh-ident for the first time, a KeyError exception was thrown before the password prompt. The first time and subsequent times, a 'communication with agent failed' message was generated...

Change deprecated usage in `wiimote_node`'s `stat_vector_3d.cpp` to resolve warnings which are causing PR checks to fail.

#298 Add support to `game_controller_node` for sending rumble effects to left and right rumble motors individually. `id` field in `JoyFeedback` message now specifies which motor to rumble: - `id: 0`...

`SDL_GameControllerRumble()` accepts different intensities for the left/LF and and right/HF motors, but `game_controller_node` writes the same value to both channels in `feedbackCb()`. Listed as a TODO item in code comment.