You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I compile this package using catkin_make, it put a series error like this, even after compile dependence in ReadMe file:
ultiray_shape.h:43:23: error: ‘math’ does not name a type; did you mean ‘tanh’? void AddRay(const math::Vector3 &_start, const math::Vector3 &_end); ^~~~ tanh
OS: Ubuntu 18.04
Version: melodic
What should i do to deal that ?
think you for your time.
The text was updated successfully, but these errors were encountered:
Hi, when I compile this package using catkin_make, it put a series error like this, even after compile dependence in ReadMe file:
ultiray_shape.h:43:23: error: ‘math’ does not name a type; did you mean ‘tanh’? void AddRay(const math::Vector3 &_start, const math::Vector3 &_end); ^~~~ tanh
OS: Ubuntu 18.04
Version: melodic
What should i do to deal that ?
think you for your time.
The text was updated successfully, but these errors were encountered: