Skip to content

Commit

Permalink
make linters happy
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
  • Loading branch information
ahcorde authored and bmagyar committed Jul 1, 2020
1 parent 199cba8 commit 7b60195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/pid_publisher_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ TEST(PidPublisherTest, PublishTestLifecycle)
control_toolbox::PidROS<rclcpp_lifecycle::LifecycleNode> pid_ros(node);

auto state_pub_lifecycle_ =
std::dynamic_pointer_cast<rclcpp_lifecycle::LifecyclePublisher<control_msgs::msg::PidState>>(
pid_ros.getPidStatePublisher());
state_pub_lifecycle_->on_activate();
std::dynamic_pointer_cast<rclcpp_lifecycle::LifecyclePublisher<control_msgs::msg::PidState>>(
pid_ros.getPidStatePublisher());
state_pub_lifecycle_->on_activate();

pid_ros.initPid(1.0, 1.0, 1.0, 5.0, -5.0, false);

Expand Down

0 comments on commit 7b60195

Please sign in to comment.