Jetson nano ROS lidar smart robot car

1.Main board function and interface description

Jetson nano and driving board combination

Jetson nano and driving board combination

 

Overall circuit connection diagram of Jetson nano ROS Robot

PWR.ROS.A Overview of robot drive board interface

PWR.ROS.A Overview of robot drive board interface

Connection of arm, PTZ and drive board

Connection of arm, PTZ and drive board

PWR.ROS.A is a robot driving board for the robot of Jetson nano / raspberry pi 3B + / 4B. Its main functions include:

1.Voltage stabilizing function: it can depressurize 7-12V DC input voltage to 5V or other voltage, which is used to power the main chip or drive external equipment such as motor.

2.Motor drive: through the motor drive chip to drive the motor forward, reverse, stop, accelerate, decelerate.

3.Servo drive: the drive plate is equipped with 8-channel servo drive output interfaces.

4.When the internal voltage is used to supply power to the servo , it can simultaneously drive 8 PWM servos with 5V and the maximum current not exceeding 100mA.

5.Sensor drive: the unused GPIO on the driver board is directly led to the Jetson Nano at the bottom, and is marked with yellow pins. Each group of GPIO has 5V and GND power supplypins, which are marked in red and black respectively.

6.Sensor data acquisition: including motor speed, IMU gyroscope and other key data.

2.Basic user instructions

1.(When the robot is assembled) Connect the power supply to the power interface of the driver board, the specification of power supply is DC voltage 12-15V, with a current of at least 3A; power interface specifications of 5.5-2.1.

 

2. When the power switch is turned on, the LEDs on the driver board and Jetson Nano light up, and the booting data can be seen on the display.

When the following XR-ROS HCI interface appears on the LCD, it indicates that it has been activated.

3. Introduction to the XR-ROS HCI system

The XR-ROS HCI system has three parts, which are the System state, the Operation process, and Additional functions. The corresponding functions are shown in the following table.

 

4.Turn on your phone's WLAN function, search for the surrounding WiFi signal, find the wireless signal starting with XiaoRGEEK and connect.

5.Adding robotic devicesOpen the app when you are connected to the robot's wifi hotspot. When you launch the App for the first time, the App may request permission, please select "Agree". Then follow the App's instructions to add your robot. As shown in the picture below.

As a user, the only thing you need to change is the Master URI option, which is the IP address of the robot. This value is the "wifi IP" displayed in the system status of the XR-ROS HCI system. It is not recommended to change the parameters in Show more configurations, as they are the same as the ones shown in System Status. The firmware is matched, and once modified, the software will have uncontrollable errors. Show More Configurations The following figure shows.

6.IMU calibration

To calibrate the IMU (gyroscope system) when using the ROS robot for the first time, click the"IMU Calibration" button in the "Operating procedure" section of the XR-ROS HCI system, and wait for the robot to indicate that calibration is completed. IMU Calibration This is usually only needed once, and the calibration operation can be performed again when the robot is experiencing severe navigational deviations.

7. Building electronic maps

In unfamiliar environments, robots need to build electronic maps via lidar in order to provide reference data for subsequent navigation efforts.The created map will be saved in the robot system and if the map building operation is performed again, the new map will overwrite the old one. Of course, you can also save multiple maps at the same time through development by yourself.

Click on the "make a map" button on the XR-ROS HCI system, and XR-ROS HCI system will prompt you with the message "Please complete the map on the App".

At this point the wifi icon in the Robot option on the APP will become active, as shown in the following image.

Click on the robot option, the APP enters the control page, and then select the upper left corner of the APP "click here to switch pages", select the "build map" option, the APP enters the build map state.

In the map building state, if your robot has a camera installed, you can see the video captured by the camera on the home screen, you can now use the joystick in the bottom left corner of the app to control the robot to walk through the current work site, in the top right corner of the app you can see the results of the radar scan of the robot and generate a map of the surrounding area, you can also click on the top right position to switch between the control interface and the video interface.

8.Save map

After the robot acquires the map data in the map building state, it needs to save it, and our robot has two ways to save the map.

①.In the "Create Map" screen, tap the red dot at the bottom right corner to display "Refresh Map" and "Save Map" options, select "Save Map".

②.Click the "Save Map" button on the "Operating procedure" page of the XR-ROS HCI system.Note: The save map function on the APP only effected in map building mode.

9.Autonomous navigation

After building a map of a specific location, you can experience the navigation effect.

Click on the "Navigation" button on the XR-ROS HCI system and then switch to the "Navigation" option on the APP UI.

①、Firstly, set the start point according to the current position of the robot, in the "Navigation" interface, select the "Set Start Point" option in the lower left corner, then press and hold in the map, and then drag your finger to the general direction of the robot's nose, a blue arrow cursor will appear on the app, the direction of the arrow is the direction of the robot's nose, the start point doesn't have to be very precise, but the more precise the start point is, the faster the robot will enter the autonomous navigation state.

In the "Navigation" interface, select the "Set Navigation Point" option in the lower left corner, and then in the APP display. On the map, select the destination you want the robot to reach and press and hold it, then press and hold it towards the front of the car when you want the robot to reach the destination. Drag your finger and a blue arrow cursor will appear on the APP, the arrow points in the direction of the robot's front end when it reaches its destination. Adjust the direction, release the finger and the robot will automatically map out the path to its destination and execute it.If it encounters an unexpected obstacle midway through the journey, the robot will reroute a new route around it.

9.Use of robotic arms

①.In the XR-ROS user interface, click on the "make a Map" button.

②.Click on the menu bar in the top left corner of the App and select the "moveit" option.

③、By dragging the operating arm at the virtual arm interface, the robot's arm will make a synchronized action.

3. Getting start for development

1.Commonly used development tools

Putty: Used to remotely log in to the Ubuntu system of robot via SSH to execute commands.

Winscp: used to remotely connect to the Ubuntu system of robot to transfer files.

SDFormatter: used to format the TF card before burning the image to TF card.

Win32DiskImager: used to burn the system image to TF card, or read the whole image from TF card to backup.

2.Burning system image

Note: If you are using the TF card that comes with the product, then there is a robot system image built into the TF card, if you are using your own blank TF card, Or if there is a problem with the original image, then you need to flush the robot system image to the TF card again. The system image burn tutorial is as follows.

①.Insert the TF card into the card reader, and then insert the card reader into the USB port of the computer, at this time you can see on the computer has been recognized as a USB storage device TF card.

②.Use SDFormatter to format the TF card.

③.Use Win32DiskImager to write the robot system image to TF card.

3.System architecture

4.Secondary development source code

The location of the source code in the system: /home/xrgeek/catkin_ws

You can use Putty or Winscp to log in to the Jetson Nano ROS Robot system and see the corresponding files.The username to log in is xrrobot and the password is 123456.

The default IP of the login system is 192.168.1.1 (WiFi connection).

RoboWare Studio has been installed in our VM system (not the robot system), the code in the VM system is the same as the code in the robot system, you can use RoboWare Studio to edit the code in the VM, then copy it to the robot system and use catkin_make to compile or run it directly.

4.Common problems and troubleshooting strategies

1.No blue LED flashes after start-up.

①.Please make sure the TF card has been inserted into the Jetson Nano.

②.Please make sure the TF card has been loaded with the system image of Jetson Nano ROS Robot.

If you have confirmed the above ① and ②, it is possible that the files on the TF card are corrupted for some reason, please follow tutorial 3 to burn the Jetson Nano ROS robot system image into the TF card.

2.The wireless signal is unstable and often disconnects automatically after successful connection.

①. Please check if the power supply is too low, you can fully charge the battery first and then test it.

②. Please check if the output power of the power supply is sufficient, the output current of the power supply should be at least 3A.

Coding robotJetson nanoLidarProgrammable robotRosRos robotRos robot carWhy is ros

Deixe um comentário

Todos os comentários são moderados antes de serem publicados.