Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for FW 3 and Braava robots. #46

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

peci1
Copy link

@peci1 peci1 commented Dec 26, 2019

Added map support for firmware version 3 and Braava m6 robots.

Depends on koalazak/dorita980#103 .

The change in bin/www was needed on my computer to force the server to listen on IPv4 addresses, otherwise it only listened on IPv6. That might be one of the causes for #44 .

@mike9011
Copy link

My map isn't working atm with my Braava 6, probably since the coordinates are in;
http://192.168.178.3:2000/api/local/info/state
"pose": { "theta": 0, "point": { "x": 0, "y": 0 }

When i check the map.js, i see he requests the coordinates from a different endpoint;
$.get('/api/local/info/mission', function (data) {
The 'mission' endpoint isn't working with my Braava M6.

Thanks!
Michael

@peci1
Copy link
Author

peci1 commented Mar 27, 2020

For me, the mission endpoint only works in case the robot is actually cleaning. Did you try that?

@mike9011
Copy link

Yes I've tried that.. i will try it again tomorrow and let you know.

Thanks!

@mike9011
Copy link

Tried it again, unfortunately im keep getting a timeout, even when it's cleaning.

@peci1
Copy link
Author

peci1 commented Mar 27, 2020

@mike9011 Do you also run dorita with koalazak/dorita980#103 ?

@mike9011
Copy link

Ah I have missed that one! Unfortunately I'm running rest980 in docker so I cannot test this PR separate without rebuilding the image myself.

@peci1
Copy link
Author

peci1 commented Mar 27, 2020

Well, without that change, this PR won't work. You'll have to find a way. You can create a docker image off of an existing one, can't you?

@sohsatoh
Copy link

sohsatoh commented Aug 30, 2020

I have confirmed the mission endpoint is working (only while the braava is cleaning) with koalazak/dorita980#103.

Update: The endpoint is sometimes working and sometimes not...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants