File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -240,25 +240,27 @@ sudo systemctl restart sensor-service
240
240
241
241
## 👨💻 Build from source
242
242
243
- Install dependencies
243
+ ### Dependencies
244
+ Install dependencies ` ros-dev-tools ` :
244
245
245
246
``` 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
247
253
```
248
254
255
+ ### Build
249
256
Download the source code and build with colcon
257
+
250
258
``` bash
251
259
source /opt/ros/jazzy/setup.bash
252
260
git clone https://github.com/qualcomm-qrb-ros/qrb_ros_imu.git
253
261
colcon build
254
262
```
255
263
256
- Run and debug
257
-
258
- ``` bash
259
- source install/setup.bash
260
- ros2 run qrb_ros_imu imu_node
261
- ```
262
264
263
265
## 🤝 Contributing
264
266
You can’t perform that action at this time.
0 commit comments