Skip to content

Commit

Permalink
rename header files so debs are installable (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson committed Jul 28, 2022
1 parent 3abc428 commit 70d99c3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <limits>
#include <string>

#include "joint_limits/joint_limits.hpp"
#include "joint_limits_copy/joint_limits.hpp"
#include "rclcpp/rclcpp.hpp"

namespace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#include <limits>

#include <joint_limits/joint_limits.hpp>
#include <joint_limits_copy/joint_limits.hpp>

#include <map>
#include <string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "pilz_industrial_motion_planner/joint_limits_extension.h"
#include <limits>

#include <joint_limits/joint_limits_rosparam.hpp>
#include <joint_limits_copy/joint_limits_rosparam.hpp>

namespace pilz_industrial_motion_planner
{
Expand Down

0 comments on commit 70d99c3

Please sign in to comment.