Closed osmfarid closed 1 year ago
Hi. Thanks for reporting. Sounds like we need to parse angle as float64
rather than int
. Let me update it.
{
"__class":"PointMapEntity",
"metaData":{
},
"points":[
2597,
2570
],
"type":"charger_location"
},
{
"__class":"PointMapEntity",
"metaData":{
"angle":144
},
"points":[
2457,
2682
],
"type":"robot_position"
}
In your case, both charger and robot have angles. In my case only a robot.
Let's ignore (as we already do) charger's angle and consider robot's angle as a whole number (without decimals). Let me update the code and push a new release, so you can try.
v1.0.5 released. In few minutes binaries will be ready. Docker images will be ready in 10 minutes. :)
Reopen if issue still persists or there is another field that causes fatal error.
Works like a charm! Thanks!
Hello, I try to start version 1.0.4 (amd64), but there is an error
Robot: Mi Robot Vacuum Mop P (Viomi V8) Valetudo: 2023.08.0
Valetudo's exported map (part with problem): (I can attach complete file if you need)
Output:
Thanks!