A ROS service is available at /tb3_X/ready_to_meet, defined within coms/coms/srv/ReadyToMeet.srv:
# ReadyToMeet.srv
string robot_ip
bool status
---
bool is_ready
This service asks the robot_ip if it's ready for a meeting, returning bool is_ready. If the robot is unreachable, an error will be logged in /tb3_X/coms_debug while returning False.
A ROS service is available at
/tb3_X/ready_to_meet
, defined withincoms/coms/srv/ReadyToMeet.srv
:This service asks the robot_ip if it's ready for a meeting, returning
bool is_ready
. If the robot is unreachable, an error will be logged in/tb3_X/coms_debug
while returningFalse
.You can also test this by running: