-
Hi, I started working with your system a week ago, but I came to a weird issue. Thanks a lot for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, you have discovered the safety area. In a real-world experiment, we define a safety area that the UAV cannot leave. This is also present in the simulation. The safety area is defined in a .yaml world file. By default, we store wolds in mrs_uav_general/config/worlds, You can disable the safety area completely (use_safety_area: false), or just change the dimensions. Cheers, Dan H. |
Beta Was this translation helpful? Give feedback.
Hello, you have discovered the safety area. In a real-world experiment, we define a safety area that the UAV cannot leave. This is also present in the simulation. The safety area is defined in a .yaml world file. By default, we store wolds in mrs_uav_general/config/worlds,
And the default one used for simulation is this one - https://github.com/ctu-mrs/mrs_uav_general/blob/master/config/worlds/world_simulation.yaml
You can disable the safety area completely (use_safety_area: false), or just change the dimensions.
Cheers, Dan H.