Class ClientMotionCommandInterface
Defined in File receiving_interface.hpp
Inheritance Relationships
Base Type
public ReceivingInterface(Class ReceivingInterface)
Class Documentation
-
class ClientMotionCommandInterface : public ReceivingInterface
Specific receiving interface for Client Motion Commands.
This class inherits from ReceivingInterface and specializes in receiving motion command data, which is then published as ROS geometry_msgs::msg::Twist messages
Public Functions
Constructs a new ClientMotionCommandInterface object.
- Parameters:
hostadress – The IP address of the Navigator
binaryClientNavigatorPort – The specific port for Navigator motion commands
node – A shared pointer to the ROS 2 node
Parses incoming raw motion command data.
- Parameters:
datagram – The buffer containing raw binary motion command data
node – A shared pointer to the ROS 2 node
- Returns:
The amount of bytes successfully parsed