get_robot_coordinate

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

Transforms a point in laser space to robot space

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

  • y (float) – y coordinate in laser space

Returns

point in robot space

Return type

(float, float)