We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba8233 commit 1e39c91Copy full SHA for 1e39c91
1 file changed
README.md
@@ -52,5 +52,20 @@ Run the camera_node you just created:
52
ros2 run argus_sensors camera_node
53
```
54
55
+### D455 camera
56
57
+Open a second terminal, ssh into the orin nano and run rqt:
58
+```
59
+rqt
60
61
+
62
+Select Image View from Plugins > Visualization.
63
64
+Once there select /camera/realsense2_camera/depth/image_rect_raw and you should see camera data from the D455 appear in your rqt image view.
65
66
+## Development
67
68
+If you need to format your code for this repo's linter:
69
70
+ament_uncrustify --reformat path/to/file
71
0 commit comments