UCTRONICS_Smart_Robot_Car_RaspberryPi
UCTRONICS_Smart_Robot_Car_RaspberryPi copied to clipboard
Any help would be appreciated! Using this with a RPI 4b, I see a red power led on the bird, but no sound or led light show as described in...
I was following the guide below and was having issues with `/dev/video0` not existing. https://github.com/UCTRONICS/UCTRONICS_Smart_Robot_Car_RaspberryPi/blob/master/C/Software%20User%20Guide.md Doing some searching I found a raspberrypi.org forum that suggested adding the following. This seemed...
How does one control the velocity of each motor? I am trying to figure out a way to integrate this with ROS and an RPLIDAR A1 to build a tour...
Any chance you could build a set of python bindings to integrate this with python projects? C is a bit less user friendly
I got the following error when I followed the instruction in https://github.com/UCTRONICS/UCTRONICS_Smart_Robot_Car_RaspberryPi/blob/master/C/Software%20User%20Guide.md to build the binary: CMake Error: The source directory "/home/pi/UCTRONICS_Smart_Robot_Car_RaspberryPi/mjpg-streamer-experimental" does not exist. Specify --help for usage, or...
How does one control the line tracking? I am trying to program the sensor to do a specific function using raspberry pi 3 is it possible? or I have to...
The /etc/rc.local script contains this section of code: cd /home/pi/UCTRONICS_Smart_Robot_Car_RaspberryPi/C/ sudo make clean sudo make sudo ./UCTRONICS_Smart_Robot_Car_RaspberryPi When running `sudo make clean` it tries to delete a number of files...