You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the steering and drive motor responds directly to messages sent to /cmd_vel topic. What's more, the node ignores what the values in the message actually represent.
To be able to use external ROS packages a hardware interface supporting our robot must be implemented.
Note: it must be done in C++, Python is not supported.
The text was updated successfully, but these errors were encountered:
Currently the steering and drive motor responds directly to messages sent to /cmd_vel topic. What's more, the node ignores what the values in the message actually represent.
To be able to use external ROS packages a hardware interface supporting our robot must be implemented.
Note: it must be done in C++, Python is not supported.
The text was updated successfully, but these errors were encountered: