File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ The onboard computer with the devkit should have been configured with the follow
3737 $ sudo apt-get install wrp-sdk
3838
3939 # Install drivers for peripherals
40+ $ sudo apt-get install -y software-properties-common
4041 $ sudo add-apt-repository ppa:lely/ppa
4142 $ sudo apt-get update
4243
@@ -45,6 +46,11 @@ The onboard computer with the devkit should have been configured with the follow
4546
4647 Please refer to [this page](https://docs.westonrobot.net/software/installation_guide.html) for more details of the installation steps.
4748
49+ * Install ros-dev-tools ** (Make sure you have ros2 installed first)**
50+ ` ` ` bash
51+ $ sudo apt install ros-dev-tools
52+ ` ` `
53+
4854* Install ugv_sdk dependencies
4955 ` ` ` bash
5056 sudo apt-get install build-essential git cmake libasio-dev
@@ -117,3 +123,8 @@ Remember to source the ROS Workspace first and optionally set ROS_DOMAIN_ID
117123 ` ` ` bash
118124 $ ros2 launch wr_devkit_robot_bringup wr_devkit_ultrasonic_bringup.launch.py
119125 ` ` `
126+
127+ * Depending on the specific hardware configurations, you may need to modify the sample launch files and configuration files to adapt to your setup.
128+ Take note of the below in particluar:
129+ 1. IP addresses of the lidar and the data ports it uses. ([config file](./src/wr_devkit_robot_bringup/config/MID360_config.json))
130+ 2. Device path of the IMU in the [launch file](./src/wr_devkit_robot_bringup/launch/wr_devkit_sensor_bringup.launch.py).
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ repositories:
22 drivers/livox_ros_driver2:
33 type: git
44 url: https://github.com/westonrobot/livox_ros_driver2
5- version: devel
6- drivers/ugv_sdk:
7- type: git
8- url: https://github.com/westonrobot/ugv_sdk.git
9- version: main
5+ version: 16a3738ad477a1eb1766c55f09d7415c8236516f
106 drivers/ranger_ros2:
117 type: git
128 url: https://github.com/westonrobot/ranger_ros2.git
13- version: devel
9+ version: 12e4c9f79d555ed2241f7c355a758a779393651a
1410 drivers/scout_ros2:
1511 type: git
1612 url: https://github.com/westonrobot/scout_ros2.git
17- version: humble
13+ version: 34bf5dfaf8b1c8f2dd08d19790d0eead16bfb791
14+ drivers/ugv_sdk:
15+ type: git
16+ url: https://github.com/westonrobot/ugv_sdk.git
17+ version: 012a9aa02436ffe2ef66f211dd193be7b69902ba
1818 drivers/wrp_ros2:
1919 type: git
2020 url: https://github.com/westonrobot/wrp_ros2.git
21- version: main
21+ version: 30431fd002b7e0a67c295bbf87ab1dc9d5cbb7ee
You can’t perform that action at this time.
0 commit comments