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
| Livox Mid360 Lidar + IMU | Top |[docs](https://docs.westonrobot.com/wr_dev_kit/ugv_dev_kit_v1/ugv_devkit_mid360_extension.html#ref-ugv-devkit-livox-mid360-imu-extension)|[mid360_sensor_kit_bringup](./src/kits/top/mid360_sensor_kit_bringup/)|
23
-
| Vision | Top |[docs](https://docs.westonrobot.com/wr_dev_kit/ugv_dev_kit_v1/ugv_devkit_vision_extension.html#ref-ugv-devkit-vision-extension)|[vision_sensor_kit_bringup](./src/kits/top/vision_sensor_kit_bringup/)|
22
+
| Livox Mid360 Lidar + IMU | Top |[docs](https://docs.westonrobot.com/system/ugv_devkit/v1/mid360_extension/)|[mid360_sensor_kit_bringup](./src/kits/top/mid360_sensor_kit_bringup/)|
23
+
| Vision | Top |[docs](https://docs.westonrobot.com/system/ugv_devkit/v1/vision_extension/)|[vision_sensor_kit_bringup](./src/kits/top/vision_sensor_kit_bringup/)|
24
24
| W200D Ultrasonic Sensors | Base | TBD |[w200d_sensor_kit_bringup](./src/kits/base/w200d_sensor_kit_bringup/)|
| Ranger Mini 2.0 |[wiki](https://docs.westonrobot.com/robot_user_guide/agilex/ranger_mini_v2.0.html)|
30
-
| Scout Mini |[wiki](https://docs.westonrobot.com/robot_user_guide/agilex/scout_mini.html)|
29
+
| Ranger Mini 2.0 |[wiki](https://docs.westonrobot.com/robot/ugv/ranger-mini-v2)|
30
+
| Ranger Mini 3.0 |[wiki](https://docs.westonrobot.com/robot/ugv/ranger-mini-v3)|
31
+
| Scout Mini |[wiki](https://docs.westonrobot.com/robot/ugv/scout-mini)|
31
32
32
33
**Note**: Robot bases are used for testing and development purposes only. Other robot bases should also be compatible with the provided chassis and sensor kits.
33
34
@@ -41,3 +42,7 @@ Please refer to the [installation guide](/docs/INSTALLATION.md) for detailed ins
41
42
42
43
## Running the packages
43
44
Please refer to the [running guide](/docs/RUN.md) for detailed instructions on running the sample applications.
45
+
46
+
## Documentation
47
+
For more detailed instructions on running the different launch files and arguments, refer to the README file in [wr_devkit_bringup](./src/wr_devkit_bringup/README.md).
48
+
**For a more detailed guide please refer to our [documentation site](https://docs.westonrobot.com/system/ugv_devkit/v1.1).** It describes the overview, hardware, software, and software setup.
Copy file name to clipboardExpand all lines: docs/RUN.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ This repository includes 2 sample mapping setups:
7
7
8
8
Both setups are integrated with Nav2 navigation, enabling autonomous waypoint navigation for your robot.
9
9
10
-
Sample launch files can be found in the [wr_devkit_bringup](/src/wr_devkit_bringup/) package. They are meant to be used as a starting point for your own development and can be customized to your needs.
10
+
Sample launch files can be found in the [wr_devkit_bringup](../src/wr_devkit_bringup/README.md) package. They are meant to be used as a starting point for your own development and can be customized to your needs.
11
11
12
-
> A more detailed guide can be found on our [documentation site](https://docs.westonrobot.com/wr_dev_kit/ugv_dev_kit_v1/ugv_devkit_ros2_navigation_sample_setup_guide.html#ugv-devkit-ros2-navigation-sample-setup-guide)
12
+
> **A more detailed guide can be found on our [documentation site](https://docs.westonrobot.com/system/ugv_devkit/v1.1).** It describes the overview, hardware, software, and software setup.
13
13
14
14
Below is the typical workflow to bring up the robot and run some sample applications.
15
15
@@ -27,6 +27,9 @@ Below is the typical workflow to bring up the robot and run some sample applicat
27
27
The platform bringup launch file initializes the robot hardware and required ROS2 nodes. It is a prerequisite for running the other applications.
>**Note:** Replace `<your_map_yaml>` with the path to the map file you saved earlier.
72
+
>**Note:** Replace `<your_map_yaml>` with the path to the map file you saved earlier.
70
73
### If you are using RTAB-Map:
71
74
* Launch RTAB-Map node in localization mode
72
75
```bash
@@ -79,4 +82,4 @@ Below is the typical workflow to bring up the robot and run some sample applicat
79
82
80
83
## Notes
81
84
* The sample applications (Nav2/SLAM/vSLAM) are designed to be ran separately and `should not` be ran at the same time.
82
-
* For more detailed instructions on running the different launch files, refer to the README file in [wr_devkit_bringup](/src/wr_devkit_bringup/).
85
+
* For more detailed instructions on running the different launch files and arguments, refer to the README file in [wr_devkit_bringup](../src/wr_devkit_bringup/README.md).
0 commit comments