Skip to content

Commit

Permalink
Remove deprecated warning (#459)
Browse files Browse the repository at this point in the history
Signed-off-by: Anas Abou Allaban <aabouallaban@pm.me>
  • Loading branch information
Anas Abou Allaban committed Jul 9, 2020
1 parent 96d0000 commit ab95bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pendulum_control/include/pendulum_control/rtt_executor.hpp
Expand Up @@ -33,7 +33,7 @@
namespace pendulum_control
{
/// Instrumented executor that syncs Executor::spin functions with rttest_spin.
class RttExecutor : public rclcpp::executor::Executor
class RttExecutor : public rclcpp::Executor
{
public:
/// Constructor
Expand Down

0 comments on commit ab95bef

Please sign in to comment.