Robotics StackExchange | Archived questions

Raspberry Autonomous Car

Hello good people, I have been working on my final project, the autonomous car project. I am using Raspberry 4, a pi camera, and regular hardware parts to drive the robot. I have planned to take video frames from the camera then sent them to the computer via wifi for image processing and deep learning matters. Then send back the movement information to the robot. The robot will do a semi-autonomous movement with an only camera and sonar sensors.

What my question is after lane detection and following, when I send the information of "stop", "go right", etc how can I control the Rp car? Is there an already defined package for these matters?

Raspberry 4 ROS Noetic Ninjemys

Asked by FurkanEdizkan on 2021-04-18 13:22:45 UTC

Comments

you want your car/robot(harware) to do something on a command, you need a hardware interface for this. If there is no ros package for your car then you have to write the harware interface yourself. Turtlebot is a good example with a lot of documentation.

Asked by crnewton on 2021-04-23 09:24:49 UTC

Answers