ROS 2 service node that relays velocity commands to the robot. More...
#include <drive_bot_node.hpp>
Public Member Functions | |
| DriveBot () | |
| Constructs and initializes the DriveBot node. | |
ROS 2 service node that relays velocity commands to the robot.
Exposes the /ball_chaser/command_robot service which accepts linear and angular velocity values and publishes them to /cmd_vel for the robot to execute.
| robot_control::ball_chaser::DriveBot::DriveBot | ( | ) |
Constructs and initializes the DriveBot node.
Sets up the /ball_chaser/command_robot service and /cmd_vel publisher.