Autonomous Navigation: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 14: | Zeile 14: | ||
=='''Einzel-Punkt Navigation'''== | =='''Einzel-Punkt Navigation'''== | ||
*After setting the robot position correctly, make the radar data roughly coincide with the map, and ACML will reposition and correct it when navigating. | |||
[[]] | |||
*You can use the 2D NaV Goal tool, you can publish the navigation target position, and the robot will automatically plan the path to navigate to the target position. | |||
=='''Mehr-Punkt Navigation'''== | =='''Mehr-Punkt Navigation'''== | ||
=='''Kartografieren während Navigation'''== | =='''Kartografieren während Navigation'''== |
Version vom 17. Dezember 2024, 16:37 Uhr
- Automatisches Fahren
- Im Tutorial Autonomous Navigation ist beschrieben wie die Navigations-Funktion des Jetracers aktiviert und genutzt werden kann. Hierfür werden auf Seiten des JetRacers und im Controller, also der Virtualbox, sogenannte "Launch Files" gestartet. Danach öffnet sich dann RViz auf dem Controller und man kann über den Button "2D Pose Estimate" die Position und Orientierung des Roboters angeben, falls diese vom Ursprung der Map abweicht. Danach kann man mit dem Button "2D Nav Goal" einen beliebigen Punkt auf der Map angeben werden und der Roboter wird versuchen diesen zu erreichen.
- Abfahren mehrerer Punkte
- Um mehrere Zielpunkte setzen und dann abfahren zu können muss auf Seiten des Jetracers das sogenannte "Multipoint_navigation.py" Skript ausgeführt werden. Danach aktiviert sich im Rviz die Funktion "Publish Point" und die Punkte können per Maus nacheinander gesetzt werden. Diese Punkte werden dann der Reihe nach abgefahren, wobei wenn der letzte Punkt erreicht wurde der Loop von neuem beginnt und wieder der erste Zielpunkt angefahren wird.
- Keep the radar rotating firstly, and run the following program to enable the robot.
- [Note: the chassis node and radar node will be enabled by default when starting the slam mapping node, so please close the robot chassis node and radar node first to avoid conflicts and errors when starting the nav mapping node.]
roslaunch jetracer nav.launch
- Enter the following command in the virtual machine to view the slam map through the RVIZ image tool.
roslaunch jetracer view_nav.launch
- The image interface is shown as follows. Since the coordinates of the robot are initialized as the origin of the map after startup, which is inconsistent with the actual position of the robot, you can use the 2D Pose Estimate tool to set the position of the robot, click the green arrow icon, and select the approximate position of the robot in the map. Drag the mouse to make the green arrow point to the front of the car.
[[]]
- After setting the robot position correctly, make the radar data roughly coincide with the map, and ACML will reposition and correct it when navigating.
[[]]
- You can use the 2D NaV Goal tool, you can publish the navigation target position, and the robot will automatically plan the path to navigate to the target position.