You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* You may use any SLAM algorithm you like, any type:
151
+
* 2D LiDAR
152
+
* 3D LiDAR
153
+
* Vision
154
+
* Multi-sensor
155
+
* Verify your SLAM accuracy by comparing your odometry with the published `/gazebo/ground_truth/state` topic (`nav_msgs::Odometry`), which contains the gournd truth odometry of the robot.
156
+
* You may want to use tools like [EVO](https://github.com/MichaelGrupp/evo) to quantitativly evaluate the performance of your SLAM algorithm.
157
+
158
+
### 2. Using your own map, navigate your robot
159
+
160
+
* From the starting point, move to the given pose within each area in sequence
161
+
* Assembly Line 1, 2
162
+
* Packaging Area 1, 2, 3, 4
163
+
* Delivery Vehicle 1, 2, 3
164
+
* We have provided you a GUI in RVIZ that allows you to click and publish these given goal poses to the `/move_base_simple/goal` topic:
0 commit comments