Skip to content

Commit ab95bef

Browse files
author
Anas Abou Allaban
authored
Remove deprecated warning (#459)
Signed-off-by: Anas Abou Allaban <[email protected]>
1 parent 96d0000 commit ab95bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pendulum_control/include/pendulum_control/rtt_executor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
namespace pendulum_control
3434
{
3535
/// Instrumented executor that syncs Executor::spin functions with rttest_spin.
36-
class RttExecutor : public rclcpp::executor::Executor
36+
class RttExecutor : public rclcpp::Executor
3737
{
3838
public:
3939
/// Constructor

0 commit comments

Comments
 (0)