Skip to content

Commit b187719

Browse files
VinDpurfeex
andauthored
Update ur_controllers/include/ur_controllers/freedrive_mode_controller.hpp
Co-authored-by: Felix Exner <[email protected]>
1 parent 3eab80c commit b187719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ur_controllers/include/ur_controllers/freedrive_mode_controller.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class FreedriveModeController : public controller_interface::ControllerInterface
9292

9393
std::shared_ptr<rclcpp::Subscription<std_msgs::msg::Bool>> enable_freedrive_mode_sub_;
9494

95-
rclcpp::TimerBase::SharedPtr freedrive_sub_timer_; ///< Timer to check on the topic
95+
rclcpp::TimerBase::SharedPtr freedrive_sub_timer_; ///< Timer to check for timeout on input
9696
mutable std::chrono::seconds timeout_interval_;
9797
void readFreedriveModeCmd(const std_msgs::msg::Bool::SharedPtr msg);
9898

0 commit comments

Comments
 (0)