Skip to content

Commit

Permalink
Removing redundant lines from cpp file
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul-py committed Jan 8, 2025
1 parent 3d8e951 commit 79efce7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions joint_state_broadcaster/src/joint_state_broadcaster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@
#include "rclcpp/time.hpp"
#include "std_msgs/msg/header.hpp"

#include "rclcpp/version.h"
#if RCLCPP_VERSION_GTE(29, 0, 0)
#include "urdf/model.hpp"
#else
#include "urdf/model.h"
#endif

namespace rclcpp_lifecycle
{
Expand Down

0 comments on commit 79efce7

Please sign in to comment.