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
I wrote Test ROS before I had learnt the ins and outs of React hooks. As a result, it doesn't use React Hooks properly, which means it will sometimes connect to a ros element (service, topic, action) multiple times. Therefore, this issue focuses on cleaning up Test ROS, so it can become a good model for future users of this codebase to base their ROS code on.
The text was updated successfully, but these errors were encountered:
I wrote Test ROS before I had learnt the ins and outs of React hooks. As a result, it doesn't use React Hooks properly, which means it will sometimes connect to a ros element (service, topic, action) multiple times. Therefore, this issue focuses on cleaning up Test ROS, so it can become a good model for future users of this codebase to base their ROS code on.
The text was updated successfully, but these errors were encountered: