ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
![]() | 1 | initial version |
There are a couple of variants, are you referring to a specific one, e.g. from the angles package?
Usually the functionality is to bring an angle into a unique range as all angles are the same module 2 pi. Most implementations will choose [-pi, pi], but I've also seen [0, 2 pi].