Skip to content

Commit

Permalink
update urdf model header (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Aug 28, 2024
1 parent 0895857 commit a9a40a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kdl_parser/src/check_kdl_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "kdl/chainfksolverpos_recursive.hpp"
#include "kdl/frames_io.hpp"
#include "kdl_parser/kdl_parser.hpp"
#include "urdf/model.h"
#include "urdf/model.hpp"

void printLink(const KDL::SegmentMap::const_iterator & link, const std::string & prefix)
{
Expand Down
2 changes: 1 addition & 1 deletion kdl_parser/src/kdl_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <vector>

#include "kdl/frames_io.hpp"
#include "urdf/model.h"
#include "urdf/model.hpp"
#include "urdf/urdfdom_compatibility.h"
#include "rcutils/logging_macros.h"

Expand Down

0 comments on commit a9a40a1

Please sign in to comment.