Open fparrav opened 7 years ago
Hi,
you don't need Robotics::IRobot as my library is an extended version of it. If you just want to run demo.pl, mkdir -p Robotics/IRobot
and cp Roowifi.pm Robotics/IRobot/
so that demo.pl finds the library at the right place. Then demo.pl should wake your Roomba (beep!) and drive it around some.
cheers, -Christian
Thank you very much, I'll try when I get home.
Edit: I was trying to run the demo script without success, now I have no cpu consumption problems, I guess it recognizes the library, but the roomba does not respond, even if it is not in sleep mode
Any guide how to use it? . Try running
perl demo.pl
and I have no response, and 100% CPU usage. (Change the data previamete, ip, user and pass). Additionally install the original Robotics::IRobot from CPAN, I thought it would be a dependency. I hope you can help meregards