what is normalize()
Hi ROS fans..
I am new in ROS.. I want to ask you a simple question What is function of Normalize() in angle..
I hope someone can help me :)
add a comment
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi ROS fans..
I am new in ROS.. I want to ask you a simple question What is function of Normalize() in angle..
I hope someone can help me :)
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].
Asked: 2013-04-25 05:27:55 -0600
Seen: 638 times
Last updated: Apr 25 '13