Skip to content

Commit 284dbdb

Browse files
Merge pull request #28 from westonrobot/devel
Devel
2 parents 0d00bbd + 0db6cd3 commit 284dbdb

2 files changed

Lines changed: 17 additions & 9 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,21 @@ The following hardware configurations are supported:
1414
### Chassis
1515
| Name | Documentation | Source Code |
1616
| ------------------------ | --------------------------------------------------------------------- | ------------------------------------------------------------------ |
17-
| UGV Development Kit V1.1 | [wiki](https://docs.westonrobot.com/wr_dev_kit/ugv_dev_kit_v1.1.html) | [ugv_devkit_bringup](./src/kits/chassis/ugv_devkit_bringup/) |
17+
| UGV Development Kit V1.1 | [wiki](https://docs.westonrobot.com/system/ugv_devkit/v1.1) | [ugv_devkit_bringup](./src/kits/chassis/ugv_devkit_bringup/) |
1818

1919
### Sensor Kits
2020
| Sensor kit | Mount Location | Documentation | Source Code |
2121
| ------------------------ | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
22-
| 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/) |
2424
| W200D Ultrasonic Sensors | Base | TBD | [w200d_sensor_kit_bringup](./src/kits/base/w200d_sensor_kit_bringup/) |
2525

2626
### Robot Bases
2727
| Base | Documentation |
2828
| --------------- | ---------------------------------------------------------------------------------- |
29-
| 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) |
3132

3233
**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.
3334

@@ -41,3 +42,7 @@ Please refer to the [installation guide](/docs/INSTALLATION.md) for detailed ins
4142

4243
## Running the packages
4344
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.

docs/RUN.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ This repository includes 2 sample mapping setups:
77

88
Both setups are integrated with Nav2 navigation, enabling autonomous waypoint navigation for your robot.
99

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.
1111

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.
1313
1414
Below is the typical workflow to bring up the robot and run some sample applications.
1515

@@ -27,6 +27,9 @@ Below is the typical workflow to bring up the robot and run some sample applicat
2727
The platform bringup launch file initializes the robot hardware and required ROS2 nodes. It is a prerequisite for running the other applications.
2828
```bash
2929
ros2 launch wr_devkit_bringup wr_devkit_platform.launch.py robot_model:=ranger_mini_v2 # scout_mini
30+
31+
# Example launch with cameras
32+
# ros2 launch wr_devkit_bringup wr_devkit_platform.launch.py robot_model:=scout_mini front_camera:=rgb_camera rear_camera:=rgb_camera left_camera:=rgb_camera right_camera:=realsense_d435i
3033
```
3134

3235
## Mapping
@@ -66,7 +69,7 @@ Below is the typical workflow to bring up the robot and run some sample applicat
6669
```bash
6770
ros2 launch wr_devkit_bringup wr_devkit_nav2.launch.py robot_param:=nav2_ranger_mini.param.yaml map:=<your_map_yaml>
6871
```
69-
> **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.
7073
### If you are using RTAB-Map:
7174
* Launch RTAB-Map node in localization mode
7275
```bash
@@ -79,4 +82,4 @@ Below is the typical workflow to bring up the robot and run some sample applicat
7982

8083
## Notes
8184
* 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

Comments
 (0)