PickNikRobotics / rviz_visual_tools

C++ API wrapper for displaying shapes and meshes in Rviz
771 stars 243 forks source link

Angular indication on the method publishCone #149

Open BuriKizilkaya opened 4 years ago

BuriKizilkaya commented 4 years ago

Hello,

I wanted to ask a question about the angle value of the publishCone(...) method. Does this value have to be specified in radians or angles? I used several values like PI, PI/4 and the angle of the cone always looked wrong.

How do I specify the angle so that my cone has an opening angle of 30° degrees as an example.

Many thanks for the great library :=)