ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

what is normalize()

asked 2013-04-25 05:27:55 -0500

Rizqa gravatar image

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 :)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-04-25 06:48:38 -0500

dornhege gravatar image

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].

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-25 05:27:55 -0500

Seen: 610 times

Last updated: Apr 25 '13