-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename ros-noetic-ros-control.patch to ros-noetic-hardware…
…-interface.patch
- Loading branch information
1 parent
b239d28
commit 1106d9e
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
diff --git a/include/hardware_interface/robot_hw.h b/include/hardware_interface/robot_hw.h | ||
index d9f5b9ab..8e27c313 100644 | ||
--- a/include/hardware_interface/robot_hw.h | ||
+++ b/include/hardware_interface/robot_hw.h | ||
@@ -39,6 +39,10 @@ | ||
#include <ros/console.h> | ||
#include <ros/node_handle.h> | ||
|
||
+#ifdef ERROR | ||
+#undef ERROR | ||
+#endif | ||
+ | ||
namespace hardware_interface | ||
{ | ||
|
This file was deleted.
Oops, something went wrong.