I am facing an unexpected behavior here. While I am operating the Bot using “teleop_twist_keyboard” usually the following keys should work as expected
i
j k l
,
In my case, while I am pressing the “j” key the bot is moving on the right direction instead of Left direction as expected and “i” is going backwards rather moving forward.
Errrrr. Sounds like you have a sign wrong somewhere.
Normally in ROS, you have coordinate transform objects to convert between different coordinate spaces, like XY to JT (where J and T are your ODrive axes).
(I assume you are using ROS, based on the fact that you mention teleop_twist_keyboard which IIRC is the name of a ROS input driver…)