Skip to content

Commit a3c792b

Browse files
committed
Include description for set of world origin service in world file section
1 parent cbba64a commit a3c792b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/40-api/22-custom_real_world_file.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ For example, the latitude and longitude for our university yard can be specified
6363
This origin leads to the definition of a plane which converts from either `LATLON` or `UTM` to the local cartesian plane with co-ordinates in meters.
6464

6565

66+
It's possible to change the world origin after the system has been started by using the service [`estimation_manager/set_world_origin`](./01-uav_ros_api.md#estimation-manager). The service accepts the same parameters as defined in the `world_origin` section of the real world file (latlon or utm coordinates), allowing for dynamic reconfiguration of the coordinate system during operation.
67+
68+
6669
## Safety Area
6770

6871
Safety area is a polyhedron defined by vertically extruding a polygon to mark an area outside which the UAV should not fly. When specified and enabled, the system prevents ```goto``` commands and ```trajectory_references``` from taking the UAV outside the safety area.

0 commit comments

Comments
 (0)