Issue with gazebo plugin tutorial
Hi guys. I have been trying to do the gazebo plugin tutorial found here. When i try to rosmake the package I created, it first indicate an error that gazebo.h is not found. I then replaced gazebo.h with gazebo.hh (i can only locate gazebo.hh in my system). That solved my issue, but it then gave me another error " error: ISO C++ forbids declaration of ‘GZ_REGISTER_PLUGIN’ with no type [-fpermissive]" during rosmake.
My cpp file is the same as what is in the tutorial. Anyone here encountered this problem before?
In addition, may I know where can I learn to write and use a gazebo plugin? Since the ROS tutorial is "work in progress".