Robot Hardware Components and Programming: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „The AplphBot is modified with a RPLidar is used for this project. Raspberry pi 4 is used as a computer with Odometer sensor and motor driver L298P is used.<br> <br> IMG AlphaBot<br> Raspberry Pi 4 is installed with Linux server and established a SSH connection with the robot. Please go through the documentation here for the steps: [https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi#1-overview How to install Ubuntu Server on your Ras…“) |
Keine Bearbeitungszusammenfassung |
||
Zeile 8: | Zeile 8: | ||
<br> | <br> | ||
Then ROS2 is installed in raspberry pi through SSH | Then ROS2 is installed in raspberry pi through SSH | ||
==== RPLidar Intrgration and Programming ==== | |||
Now that we have the driver software, we can post a LaserScan topic and communicate with the laser. Actually, there are a few distinct versions of the driver available. We are utilizing the package repository version in this instance. | |||
sudo apt install ros-foxy-rplidar-ros |
Version vom 6. Januar 2023, 15:34 Uhr
The AplphBot is modified with a RPLidar is used for this project. Raspberry pi 4 is used as a computer with Odometer sensor and motor driver L298P is used.
IMG AlphaBot
Raspberry Pi 4 is installed with Linux server and established a SSH connection with the robot.
Please go through the documentation here for the steps: How to install Ubuntu Server on your Raspberry Pi
Then ROS2 is installed in raspberry pi through SSH
RPLidar Intrgration and Programming
Now that we have the driver software, we can post a LaserScan topic and communicate with the laser. Actually, there are a few distinct versions of the driver available. We are utilizing the package repository version in this instance.
sudo apt install ros-foxy-rplidar-ros