Skip to content

Commit

Permalink
Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
roni-kreinin committed Mar 3, 2023
1 parent 3e014d2 commit a868207
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@

#include <ignition/msgs/int32.pb.h>

#include <iostream>
#include <vector>

#include <ignition/plugin/Register.hh>
#include <ignition/gui/Application.hh>
#include <ignition/gui/MainWindow.hh>

#include <iostream>

using ignition::gui::Turtlebot4Hmi;

Turtlebot4Hmi::Turtlebot4Hmi()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
#ifndef TURTLEBOT4_IGNITION_GUI_PLUGINS__TURTLEBOT4HMI__TURTLEBOT4HMI_HH_
#define TURTLEBOT4_IGNITION_GUI_PLUGINS__TURTLEBOT4HMI__TURTLEBOT4HMI_HH_

#include <ignition/transport/Node.hh>

#include <ignition/gui/qt.h>
#include <ignition/gui/Plugin.hh>

#include <string>

#include <ignition/transport/Node.hh>
#include <ignition/gui/Plugin.hh>

namespace ignition
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
#ifndef TURTLEBOT4_IGNITION_TOOLBOX__HMI_NODE_HPP_
#define TURTLEBOT4_IGNITION_TOOLBOX__HMI_NODE_HPP_

#include <rclcpp/rclcpp.hpp>
#include <string>

#include <rclcpp/rclcpp.hpp>

#include "std_msgs/msg/int32.hpp"
#include "std_msgs/msg/string.hpp"
#include "turtlebot4_msgs/msg/user_button.hpp"
Expand Down

0 comments on commit a868207

Please sign in to comment.