Space Engineers

Space Engineers

Wico Modular Navigation (WMNav)
20 kommentarer
Mad Doctor Tolliver 16. maj 2022 kl. 1:26 
As of now, the only potential oddities I can find are a notable lack of collision detection on planets (even with working cameras and sensors and proper settings enabled in the Custom Data), and that the script seems to hate the idea of having a minimum altitude set in the Custom Data. Every time I have the altitude set to 0, everything works correctly. However, changing that number causes the navigation systems to become wonky. This could be an issue of correlation and not causation, but it seems to be worth mentioning. Beyond that, the script is working extremely well, and I greatly appreciate your hard work in creating it.
Wicorel  [ophavsmand] 12. maj 2022 kl. 20:52 
Parameter in CustomData is MaxWorldMps
Wicorel  [ophavsmand] 12. maj 2022 kl. 20:50 
Written, minor testing and updated.

You'll need to change the SpeedMax parameter in CustomData and also specify the higher speed in the nav commands
Mad Doctor Tolliver 11. maj 2022 kl. 20:15 
@Wicorel I'm using Configurable Parameters, but I'll also do a test or two with a different speed mod. I suspect part of the issue is some stubborn memory storage that doesn't want to be modified after the first run. Some of the issues I have will get resolved by removing and rebuilding the programmable block itself. I'll do further testing and update you.
Wicorel  [ophavsmand] 11. maj 2022 kl. 7:53 
hmm. which mod are you using to increase speed? I'll test with that.
Mad Doctor Tolliver 10. maj 2022 kl. 20:50 
So far, no major issues with navigation within or outside of gravity. The script is doing an excellent job, and I'm excited to work with it further.

One odd thing, though, is the apparent inability to set the maximum travel speed to a number higher than 100 m/s. Also, running "S 0" apparently enforces the max speed to in fact be 0 m/s instead of removing the limit.
Wicorel  [ophavsmand] 9. maj 2022 kl. 19:49 
Updated yesterday to fix the issues with navigating in gravity.

Let me know if anybody finds any more problems or has feature requests.
Mad Doctor Tolliver 3. maj 2022 kl. 23:26 
@Wicorel Sorry to hear that it's being a problem. I'm greatly looking forward to using this script as a drone autopilot whenever it gets fixed. Outside of the glitchiness, your script is, I believe, the best autopilot I've found to date.
Wicorel  [ophavsmand] 3. maj 2022 kl. 20:41 
some luck, yes. but I found more issues.

Seems like I hadn't tested in gravity for a while.. :(

(and I have busy work schedule recently)
Mad Doctor Tolliver 2. maj 2022 kl. 19:14 
@Wicorel Have you had any luck with the script weirdness? If not, that's totally fine. I was just curious.
Death3574 18. apr. 2022 kl. 15:10 
@Wicorel Yes it had wheels, that comment was before I relished remote control block don’t work with wheels.
Mad Doctor Tolliver 17. apr. 2022 kl. 17:00 
@Wicorel Here is a test save to show you what's happening:

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2796084049

I added what information I could into the description.
Wicorel  [ophavsmand] 17. apr. 2022 kl. 15:51 
@death3574 what kind of rover are you making?

This script does not do wheel propulsion (yet); only frictionless wheels with thrusters.
Wicorel  [ophavsmand] 17. apr. 2022 kl. 15:50 
It should. 155 is the initial alignment towards the waypoint. It tries to keep gravity and target alignment.

Can you send me the world where you're having the problem? Or the ship blueprint and which planet you're on?
Mad Doctor Tolliver 17. apr. 2022 kl. 13:00 
Is this script capable of functioning on planets? If so, I seem to be having major problems getting the navigation to work. Space navigation runs like a dream, but when even the slightest bit of gravity comes into play, the autopilot gets stuck at state 155 and cannot do anything except jitter back and forth. Any assistance you could provide would be greatly appreciated.
Death3574 30. mar. 2022 kl. 23:52 
Hello Wicorel Could you make a tutorial for this I can't seem to get this working for my rover?
Wicorel  [ophavsmand] 15. maj 2020 kl. 7:40 
D is arrival distance. it's the distance from the waypoint that is considered 'good enough' to stop navigating. Very low numbers (like 1) can cause seeking behavior especially on large grid ships.

I'll have to check code for the align distance. I thought it took ship size into account...
[PBS] Oxygen-Di-Hydrogen 15. maj 2020 kl. 0:50 
hi Wicorel, is it possible to change height before drone starts aligning with connector, it seem to be fixed at 10m. i want to increase it, since large ship collides with connectors.
Also what is the role of D argument? i tried changing it but i did not see any changes.
Thanks
Wicorel  [ophavsmand] 14. maj 2020 kl. 16:00 
Thanks. I've updated the published script and that error should be fixed.
[PBS] Oxygen-Di-Hydrogen 14. maj 2020 kl. 12:44 
Nav is crashing with , UNKNOWN COMMAND and then index out of range