Hi, When creating AGV network paths using a script, the paths may not be connected.
Model A (automatic_gen_meter.fsm)
The length unit for this model is meters.
If the X coordinate contains a decimal point, the path connects.
(User command: create_station)
If the X coordinate does not contain a decimal point, the path does not connect.
(User command: create_station_2)
Model B (automatic_gen_millimeter.fsm)
The length unit for this model is millimeters.
The coordinates are the same as Model A, but the paths do not connect in this model.
What causes these behaviors and how can I resolve them?
Thanks.