-
Notifications
You must be signed in to change notification settings - Fork 1
Home
This site is meant for robotics developers, who want to perform autonomous mobile robot navigation on their ROS2 enabled robots using the ROS2 packages, EVAL-ADTF3175D-NXZ Time of Flight sensor, ADIS16470 Inertial Measurement Unit and NVIDIA Jetson AGX Orin Developer Kit. It contains information on hardware and software requirements, setup instructions for individual components, instructions for interfacing sensors with the AGX Orin kit, and tutorials on robot navigation using RTAB-Map and sensor fusion.
This Section contains brief details about the system block diagram, which shows how the various parts are interconnected.
One must set up prerequisites for the AGX Orin kit, ADTF3175 module, and ADIS16470 IMU before running the entire navigation pipeline. Information on ROS2 setup and necessary dependent software packages can be found in Software requirements. To avoid any software dependency errors in the future, we advise carefully following this step. Setup for ToF provides the standard method of flashing an image for the ADTF3175. To connect the inertial measurement unit ADIS16470 via USB on AGX Orin, an additional connection is needed. In Setup for IMU, the specific setup instructions for ADIS16470 are provided.
One must be able to access IR and Depth data coming from ADTF3175 in AGX Orin to follow the instructions in Interfacing Tof With Jetson Orin Kit. To make it simple to integrate with ROS2 software stacks, this data will be presented as ROS2 topics.
Similarly, by following the instructions in INTERFACING IMU WITH JETSON ORIN KIT, ADIS16470 IMU data can be accessed in ROS2 topics.
Creating a map of its surroundings is critical for AMR to perform autonomous navigation. In our case, we used the well-known RTAB-Map algorithm to create a map from Time-of-Flight sensor data. The RTAB-Map library is available as ROS2 packages. Follow the instructions in section 6 to determine whether RTAB-Map only works with the ADTF3175 sensor.
NAVIGATION WITH TOF TUTORIAL ON AMR and SENSOR FUSION AND NAVIGATION WITH TOF TUTORIAL ON AMR both provide a comprehensive tutorial on autonomous navigation performed on EIC developed AMR. This AMR is controlled by AGX Orin, and external sensors ADTF3175 and ADIS16470 were connected.
Customers who have their own custom AMR will find a special guide in WORKING WITH NON-EIC AMR on how to integrate their AMR with the system mentioned in this guide. This section also discusses software changes so that this system can be customized to their needs.
- Setup Requirements for Software and Hardware Components
- Setup for ROS2 Humble docker
- Setup for ROS2 Galactic docker
- Setup for TOF
- Setup for IMU