ros-industrial / industrial_core

ROS-Industrial core communication packages (http://wiki.ros.org/industrial_core)
153 stars 180 forks source link

TriState.msg TRUE & FALSE duplicated error #281

Closed moliqingwa closed 2 years ago

moliqingwa commented 2 years ago

Here are the error info:

/Users/zhenwang/catkin_ws/devel/.private/industrial_msgs/include/industrial_msgs/TriState.h:75:5: error: expected identifier TRUE = 1, ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/mach/boolean.h:81:17: note: expanded from macro 'TRUE'

define TRUE 1

            ^
moliqingwa commented 2 years ago

Ignore, seems the gencpp[!https://github.com/ros/gencpp/blob/kinetic-devel/scripts/msg.h.template] issue