get_laser_coordinate

mobrob_behcon.utils.mobrob_transformation.get_laser_coordinate(x, y)[source]

Transforms a point in robot space to laser space

Parameters
  • x (float) – x coordinate in robot space

  • y (float) – y coordinate in robot space

Returns

point in laser space

Return type

(float, float)