Skip to content

Commit 3bb779b

Browse files
committed
Remove beta feature warning
1 parent 2a0b387 commit 3bb779b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ur_controllers/src/force_mode_controller.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ namespace ur_controllers
4444
{
4545
controller_interface::CallbackReturn ForceModeController::on_init()
4646
{
47-
RCLCPP_WARN(get_node()->get_logger(), "The ForceModeController is considered a beta feature. Its interface might "
48-
"change in the future.");
4947
try {
5048
// Create the parameter listener and get the parameters
5149
param_listener_ = std::make_shared<force_mode_controller::ParamListener>(get_node());

0 commit comments

Comments
 (0)