RISC-V ROS Car
Yahboom RISC-V ROS Car is a multifunctional ROS car built on Meles, equipped with laser radar, gimbal camera, handle and other accessories. It is developed with ROS2 and supports SLAM mapping, automatic path planning and obstacle avoidance, gamepad remote control, APP remote control and other functions. It is a good helper for you to learn Meles and ROS.
Overview
The RISC-V ROS Car consists of the following parts:
- TOF LiDAR on top
- 2-DOF camera gimbal
- Milk-V Meles
- MicroROS Control Board
- Chassis 310 Encoder Gear Motor
- 7.4V Battery
- Gamepad and other accessories
Meles runs the openEuler system with ROS2, connects to the MicroROS control board through the serial port, and transmits sensor and control data such as radar, battery, accelerometer, etc. by subscribing to topics in ROS. You can find more information about openEuler and ROS in OERV. You can check Data Summary for information about the MicroROS control board.
The laser radar model installed on the car is Orbbec MS200, with a sampling frequency of 4500 times per second and a scanning frequency of 7~15Hz. For more information, you can refer to the user manual.
Quick Start
Robot assembly
For the assembly of the robot, please refer to Assembly Video and Assembly Steps。
Before Starting
During the operation of the robot, you may need to observe the status at all times to ensure that the robot is running normally. On the MicroROS control board, there is a blue LED that indicates the operating status of the control board and the battery power. The following are the introductions to the indicator status:
- The indicator light flashes twice every three seconds, indicating that the connection is normal.
- The indicator light flashes once per second (slow flash), indicating that the control board is in configuration mode.
- The indicator light flashes three times every three seconds, indicating that the control panel is currently in test mode.
- The indicator light flashes once every 100 milliseconds (fast flash) and the buzzer beeps, indicating that the battery voltage is low and the robot needs to be charged.
For more information about the MicroROS control board, please refer to Data Summary。
In some of the following steps, you may need to enter your username and password in Meles. The following are the default username and password.
- User Name:openeuler
- Password:123456
In addition, the ROS car will automatically establish a wireless AP after starting up to facilitate your connection.
- SSID:MicroROS_AP
- Password:12345678
First Boot of the Robot
Flip the switch on the MicroROS control board to power on the ROS robot. After powering on, please wait for Meles to start up, which takes about 2-3 minutes.
If you have an HDMI monitor plugged into your board, you will see the following three terminals automatically launched on the screen.
These three terminals run the connection agent, handle control, and map building tasks respectively. The use of these programs will be introduced to you in the following articles.
At this time, open the gamepad and press the R1 button to unlock the chassis.
After unlocking the chassis, press the X
, Y
, A
, and B
buttons to control the direction of the gimbal, move the left joystick forward and backward to control forward/backward, and move the right joystick left and right to control the car to turn left/right.
If you cannot use the handle to control the car, please refer to the MicroROS board firmware burning section to burn and configure the MicroROS control board.