Skip to content

Commit

Permalink
feat: library order
Browse files Browse the repository at this point in the history
  • Loading branch information
borednuna committed Jun 7, 2024
1 parent 9df35fd commit acc7ef5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 deletions.
3 changes: 1 addition & 2 deletions include/tachimawari/joint/node/joint_node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#ifndef TACHIMAWARI__JOINT__NODE__JOINT_NODE_HPP_
#define TACHIMAWARI__JOINT__NODE__JOINT_NODE_HPP_

#include <tf2_ros/buffer.h>

#include <memory>
#include <string>

Expand All @@ -37,6 +35,7 @@
#include "tachimawari_interfaces/msg/current_joints.hpp"
#include "tachimawari_interfaces/msg/set_joints.hpp"
#include "tachimawari_interfaces/msg/set_torques.hpp"
#include "tf2_ros/buffer.h"
#include "tf2_ros/transform_broadcaster.h"

namespace tachimawari::joint
Expand Down
2 changes: 1 addition & 1 deletion include/tachimawari/joint/tf2/frame.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
#define TACHIMAWARI__JOINT__TF2__FRAME_HPP_

#include <memory>
#include <nlohmann/json.hpp>
#include <string>
#include <vector>

#include "geometry_msgs/msg/transform_stamped.hpp"
#include "keisan/angle/angle.hpp"
#include "nlohmann/json.hpp"
#include "rclcpp/time.hpp"
#include "tachimawari/joint/node/joint_manager.hpp"
#include "tachimawari/joint/tf2/frame_id.hpp"
Expand Down
4 changes: 2 additions & 2 deletions src/tachimawari/joint/tf2/frame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

#include "tachimawari/joint/tf2/frame.hpp"

#include <algorithm>
#include <fstream>
#include <memory>
#include <nlohmann/json.hpp>
#include <string>
#include <vector>

#include "tachimawari/joint/tf2/frame.hpp"

namespace tachimawari::joint
{

Expand Down
3 changes: 1 addition & 2 deletions src/tachimawari/joint/tf2/frame_id.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#include "tachimawari/joint/tf2/frame_id.hpp"

#include <map>
#include <string>
#include <vector>

#include "tachimawari/joint/model/joint_id.hpp"
#include "tachimawari/joint/tf2/frame_id.hpp"

namespace tachimawari::joint
{
Expand Down
4 changes: 2 additions & 2 deletions src/tachimawari/joint/tf2/tf2_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

#include "tachimawari/joint/tf2/tf2_manager.hpp"

#include <algorithm>
#include <fstream>
#include <memory>
#include <nlohmann/json.hpp>
#include <string>
#include <vector>

#include "tachimawari/joint/tf2/tf2_manager.hpp"

namespace tachimawari::joint
{

Expand Down
3 changes: 1 addition & 2 deletions src/tachimawari/node/tachimawari_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

#include "tachimawari/node/tachimawari_node.hpp"

#include <chrono>
#include <memory>
#include <string>
Expand All @@ -30,6 +28,7 @@
#include "tachimawari/imu/node/imu_provider.hpp"
#include "tachimawari/joint/node/joint_manager.hpp"
#include "tachimawari/joint/node/joint_node.hpp"
#include "tachimawari/node/tachimawari_node.hpp"

using namespace std::chrono_literals;

Expand Down

0 comments on commit acc7ef5

Please sign in to comment.