Skip to content

Commit

Permalink
Update and rename ros-noetic-ros-control.patch to ros-noetic-hardware…
Browse files Browse the repository at this point in the history
…-interface.patch
  • Loading branch information
Tobias-Fischer authored Mar 12, 2021
1 parent b239d28 commit 1106d9e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
15 changes: 15 additions & 0 deletions patch/ros-noetic-hardware-interface.patch
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
{

15 changes: 0 additions & 15 deletions patch/ros-noetic-ros-control.patch

This file was deleted.

0 comments on commit 1106d9e

Please sign in to comment.