Outdated documentation
patriciogonzalezvivo opened this issue · 6 comments
Seams you have some outdated documentation:
-
There is no
kimera
app
$ ./kimera tx ../examples/linux.yml
-
The scrip use some python glue which require
pathlib
module which is not installed by default in RaspberryPi. The following is needed:
sudo apt install python-pip python3-pip
sudo pip install pathlib
sudo pip3 install pathlib
Made some of the changes here:
https://github.com/patriciogonzalezvivo/kimera/commit/41b9b81e9df4d61b02bfbb283ca8c517a8045aba
Trying to stream from raspberrypi HQ camera to ubuntu laptop doesn't work. I have play around with the values and is not very clear but seams that examples on example/
are a bit outdated or just with typos. A documentation or tutorial how to set up would be great : )
Yep, they are outdated. Since this repository is a work in progress, a lot of things have recently changed. I expect to finish it soon and extend support and documentation to several devices. Probably, things will improve a lot until this weekend.
Any updates to the documentation, seems like the instructions for install and deps are outdated.
@naeemarsalan Sorry for that. I'll update the documentation ASAP.
@naeemarsalan The documentation was updated. Please open a new issue if there is any error.