Bridge between ROS and the Teensy 4.1 mc-board
inputof typeatl_msgs/ServoInput: Inputs to the servos
teensy_ipof typestring: IP address of the MAB- Read-only parameter
- Default:
192.168.1.3
-
send_portof typeint64: Port the UDP packets addressed to the MAB are sent to- Read-only parameter
- Default:
1560
-
receive_portof typeint64: Port on which the node is listening for UDP packets from the MAB- Read-only parameter
- Default:
1561
-
max_udp_receive_lenof typeint64: Maximum expected size (in bytes) of the UDP packets from the MAB- Read-only parameter
- Default:
1024
-
publish_joyof typebool: Whether or not thejoysticktopic is being published- Default:
true
- Default:
This node relays the UDP messages to and from the Teensy 4.1 mc-board onto the ROS network.
Input messages are forwarded to the Teensy only if their mode field is RUN (has an integer value of 1).