rpicross_notes
rpicross_notes copied to clipboard
Guide to Cross Compiling on a Raspberry Pi
When I try execute command ` XCS~$ sudo apt-get install python-rosdep python-rosinstall-generator python-wstool python-rosinstall python-empy` I get an errors: ``` Package python-empy is not available, but is referred to by...
Hello. I've installed OpenCV 4.5.1 to Raspberry Pi 3b from apt repository. Now I'm trying to cross compile OpenCV test from your guide. I've succesffuly synced XCS with RPI using...
Following your tutorial today to create a ross cross complile VM. Trying to cross compile gives me an error > ./src/catkin/bin/catkin_make_isolated -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/home/cross/rpicross_notes/rpi-generic-toolchain.cmake > Traceback (most recent call last): >...
When running the example in [10-ros-remote](10-ros-remote.md), `roscore` will complain about an incorrect set IP. While this is technically true (the IP of the HOST is used, which differs from the...