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,
In your sonar launch you use the sonar.xacro where is parameter field_of_view="56", it is seems that you use it as degree in sonar_model.xacro (<min_angle>-${field_of_view / 2}</min_angle> but it should be in radians see http://wiki.ros.org/urdf/XML/sensor.
min_angle (optional: default 0) (float) (radians)
The text was updated successfully, but these errors were encountered:
Hi,
In your sonar launch you use the sonar.xacro where is parameter field_of_view="56", it is seems that you use it as degree in sonar_model.xacro (<min_angle>-${field_of_view / 2}</min_angle> but it should be in radians see http://wiki.ros.org/urdf/XML/sensor.
The text was updated successfully, but these errors were encountered: