merlinlikethewizard / Mastermine

A fully automated strip mining network for ComputerCraft turtles!
MIT License
88 stars 23 forks source link

Turtles endlessly calibrating. #42

Open wb808tec opened 2 years ago

wb808tec commented 2 years ago

I've got a mine set up. The turtles are running fine for awhile. Then one stops moving around. When I check on it the "mastermine" tab is looping "Directive : calibrate".

I've reboot Hub and turtles. I've copied over from another working turtle. No changes.

Any advice or direction would be greatly appreciated.

Listed at the bottom are the Mods version and modpack if it helps.

FTB Direwolf20 1.18.2 1.6.1 CC-Tweaked 1.18.2.1-1.100.6 advancedperipherals-1.18.2-0.7.15b

Kaloyan501 commented 11 months ago

The issue is, that the GPS part of the code can't find the EXACT location if you have 4 gps computers and 1 repeater. You need to have 6 GPS computers and 1 repeater for it to work. The GPS computer must not share the same x, y, and x coordinates (for example, there cant be 2 pcs with coordinates x:5, y:105, z: 20 and x:200, y:105, z:30, because they have the same y coordinate of 105.) I have provided a picture of the GPS setup that I am using. The marked computer is the repeater, you don't have to worry about that, it can be wherever you want. image