Display laser or lidar scan readings
plot(___,Name,Value)
provides additional options specified by
one or more Name,Value
pair arguments.
returns
a column vector of line series handles, using any of the arguments
from previous syntaxes. Use linehandle
= plot(___)linehandle
to modify
properties of the line series after it is created.
When plotting ROS laser scan messages, MATLAB® follows the standard ROS convention for axis orientation. This convention states that positive x is forward, positive y is left, and positive z is up. For more information, see Axis Orientation on the ROS Wiki.