Congatudo icon indicating copy to clipboard operation
Congatudo copied to clipboard

Map gets deleted every month

Open justrandomgenerateduser opened this issue 6 months ago • 4 comments

Describe the bug

Each month my map gets deleted, and the robot needs remapping. It probably happens each 28th day of the month

Initially I also have the issue mentioned in https://github.com/congatudo/Congatudo/issues/8 so they might be connected

There is no notification in Congatudo add-on

To Reproduce

  1. Get Conga 5090
  2. Create map
  3. Wait a month

Vacuum Model

Conga 5090

Congatudo Version

2024.04

Expected behavior

Some config to set persistent map (there is, but it seems that it does not work for me)

Additional context

Ive check the configs, and I did not find anything, though after a cleaning without map Ive found that vacuum log mnt/UDISK/log/9886_0_20250830-194802_logfile.temp indicates:

2025/08/30,19:49:32.619333[LogFandy][LogNormal][CAppIdleState] send RS_EVEREST_MAPID_PUSH_HAS_WAITING_BE_SAVED
2025/08/30,19:49:37.636435[LogFandy][LogNormal][CAppIdleState] send RS_EVEREST_MAPID_PUSH_HAS_WAITING_BE_SAVED
2025/08/30,19:49:42.653939[LogFandy][LogNormal][CAppIdleState] send RS_EVEREST_MAPID_PUSH_HAS_WAITING_BE_SAVED
2025/08/30,19:49:47.674457[LogFandy][LogNormal][CAppIdleState] send RS_EVEREST_MAPID_PUSH_HAS_WAITING_BE_SAVED
2025/08/30,19:49:52.692091[LogFandy][LogNormal][CAppIdleState] send RS_EVEREST_MAPID_PUSH_HAS_WAITING_BE_SAVED

And the map from the cleaning can be found on /mnt/UDISK/log/0_png.png

justrandomgenerateduser avatar Aug 30 '25 12:08 justrandomgenerateduser

Hi, can you try to disable congatudo, remove the /etc/hosts configuration and see if the map is deleted even using Conga app?

I think that is a robot bug, not related to Congatudo.

elraro avatar Sep 11 '25 15:09 elraro

My robot does this too sometimes, what I have found is that it doesn't like the map changing all that much, like doors being closed that were open on the original map. Maybe that'll help?

Also I'm running a script on my server that replaces the map with my backuped map every day. Maybe that's also something you could do?

Knuspel avatar Sep 18 '25 09:09 Knuspel

My robot does this too sometimes, what I have found is that it doesn't like the map changing all that much, like doors being closed that were open on the original map. Maybe that'll help?

@Knuspel In my case the map gets completely erased, sometimes the remap process do not even start, like the map does not have any segments etc. and it is not saved, similar situation like in https://github.com/congatudo/Congatudo/issues/8

Hi, can you try to disable congatudo, remove the /etc/hosts configuration and see if the map is deleted even using Conga app?

@elraro I will try to in near future

Tho you might be right, even it could be an feature, not a bug (u know, to update the map). Although the logs RS_EVEREST_MAPID_PUSH_HAS_WAITING_BE_SAVED seemed weird to me, I thought that everest-server wanted to push MapID to Congatudo, and Congatudo did not want to.

Also I'm running a script on my server that replaces the map with my backuped map every day. Maybe that's also something you could do?

this sounds an nice solution, could you please let me know where u push your backuped map?

justrandomgenerateduser avatar Oct 05 '25 19:10 justrandomgenerateduser

this sounds an nice solution, could you please let me know where u push your backuped map?

I'm uploading to /mnt/UDISK/log. It said somewhere in the docs that that is the location for the map. The script is basically just AI created, which means it probably is a bit shit, but does what it's supposed to.

Knuspel avatar Oct 05 '25 20:10 Knuspel