Skip to content

Commit

Permalink
update urdf model header (#223)
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 32848ee commit bf87636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/robot_state_publisher/robot_state_publisher.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#include "std_msgs/msg/string.hpp"
#include "tf2_ros/static_transform_broadcaster.h"
#include "tf2_ros/transform_broadcaster.h"
#include "urdf/model.h"
#include "urdf/model.hpp"

using MimicMap = std::map<std::string, urdf::JointMimicSharedPtr>;

Expand Down
2 changes: 1 addition & 1 deletion src/robot_state_publisher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#include "rclcpp_components/register_node_macro.hpp"
#include "sensor_msgs/msg/joint_state.hpp"
#include "std_msgs/msg/string.hpp"
#include "urdf/model.h"
#include "urdf/model.hpp"

namespace robot_state_publisher
{
Expand Down

0 comments on commit bf87636

Please sign in to comment.