Skip to content

Commit 619267e

Browse files
committed
docs: fix build steps from source
Signed-off-by: Lin Zhanye <[email protected]>
1 parent d0a1bcc commit 619267e

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -240,25 +240,27 @@ sudo systemctl restart sensor-service
240240

241241
## 👨‍💻 Build from source
242242

243-
Install dependencies
243+
### Dependencies
244+
Install dependencies `ros-dev-tools`:
244245

245246
```bash
246-
sudo apt install ros-jazzy-qrb-ros-transport-imu-type
247+
sudo add-apt-repository ppa:ubuntu-qcom-iot/qcom-noble-ppa
248+
sudo add-apt-repository ppa:ubuntu-qcom-iot/qirp
249+
sudo apt update
250+
251+
sudo apt install ros-jazzy-qrb-ros-transport-imu-type \
252+
ros-dev-tools
247253
```
248254

255+
### Build
249256
Download the source code and build with colcon
257+
250258
```bash
251259
source /opt/ros/jazzy/setup.bash
252260
git clone https://github.com/qualcomm-qrb-ros/qrb_ros_imu.git
253261
colcon build
254262
```
255263

256-
Run and debug
257-
258-
```bash
259-
source install/setup.bash
260-
ros2 run qrb_ros_imu imu_node
261-
```
262264

263265
## 🤝 Contributing
264266

0 commit comments

Comments
 (0)