vortexntnu / rov-control

Complete control system for Vortex' ROV
13 stars 9 forks source link

Check if joy_node and joy_throttler nodes reliably connect #39

Open mortenfyhn opened 6 years ago

mortenfyhn commented 6 years ago

joystick_interface/launch/joystick_interface.launch launches three nodes:

joy_node outputs on the topic joy. throttle reads that topic and outputs on a topic joy_throttle (which is default, it just uses <input_topic>_throttle unless otherwise specified). I've noticed that sometimes the nodes don't seem to connect, when inspecting the node graph with rqt_graph. Should check if this is still a problem, and if it is, fix it.