Skip to content

Commit 407ab7e

Browse files
urfeexurmahp
andauthored
Apply suggestions from code review
Co-authored-by: Mads Holm Peters <[email protected]>
1 parent d9d6922 commit 407ab7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ur_robot_driver/src/robot_state_helper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RobotStateHelper::RobotStateHelper(const rclcpp::Node::SharedPtr& node)
7979
if (robot_version->major > 5) {
8080
RCLCPP_WARN(rclcpp::get_logger("robot_state_helper"), "Running on a PolyScopeX robot. The dashboard server is not "
8181
"available, therefore the robot_state_helper cannot start "
82-
"PolyScope programs.");
82+
"PolyScope programs and restart the safety.");
8383
} else {
8484
// Service to restart safety
8585
restart_safety_srv_ = node_->create_client<std_srvs::srv::Trigger>(

0 commit comments

Comments
 (0)