ref:
LimeLight, a hardware
GRIP, a PC application
FRCVision from WPILib, a raspberry pi image
OpenSight, a raspberry pi image
Chameleon Vision, a server run on raspbian
GRIP
a image processing pipeline GUI editor runs on PC
Hsin-Yi Ho changed 3 years agoView mode Like Bookmark
platform: Canonical official ubuntu-server 18.04 built for armhf/arm64 pi4
:::info
ubuntu 20.04 failed.
because ubuntu 20.04 is for ROS noetic, and noetic move to python3 (python 2 EOL at 1/1/2020), but cv_bridge uses libpython.boost which don't support python3
:::
:::info
ubuntu mate don't have binary image built of 18.04 for pi4
only canonical ubuntu-server has 18.04 built for pi4, but it's server version, so have to install desktop environment manually
Hsin-Yi Ho changed 4 years agoView mode Like Bookmark
http://wiki.ros.org/aruco_mapping
works on ROS kinetic
-- that is: ubuntu 16.04
(ref: distro, REP3)
(havn't tried ROS lunar) ROS Lunar has passed its EOL
(failed on ROS melodic: /opt/ros/melodic/aruco/include diff from /opt/ros/kinetic/aruco/include)
install prerequisites
Hsin-Yi Ho changed 4 years agoView mode Like Bookmark