Skip to content

Commit

Permalink
Fix: Using urdf/model.hpp for rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul-py committed Jan 7, 2025
1 parent 15e0283 commit af79849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardware_interface/src/component_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

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

#include "hardware_interface/component_parser.hpp"
Expand Down

0 comments on commit af79849

Please sign in to comment.