transitiverobotics / transact

An Open-source Robot Fleet Management Dashboard
https://transitiverobotics.com/
Apache License 2.0
6 stars 2 forks source link

map component, city label + some styling #36

Closed jlurgo closed 1 week ago

jlurgo commented 2 weeks ago

There's still some more work to do on getting the right responsive styling

image image

closes #35

chfritz commented 2 weeks ago

Looks great! Can you add the mock simulator after all so I can try it out? Perhaps in a new directory /test/mockBot?

jlurgo commented 2 weeks ago

Done! @chfritz

jlurgo commented 2 weeks ago

I added the service calls to make the robot dock and got to Phillz Coffee, implemented services in MockBot and refactored for housekeeping. I disabled getting current robot IP location for now, it starts docked and you can go back and forth to Phillz.

image

chfritz commented 2 weeks ago

Did this break ("loading") because you removed the ipconfig logic? I'm running mockBot on homedesk.

image

jlurgo commented 2 weeks ago

Did this break ("loading") because you removed the ipconfig logic? I'm running mockBot on homedesk.

image

Fixed, the topic was not updated after the mock refactor