Skip to content

Commit 1e39c91

Browse files
included extended usage instructions for the camera node
1 parent aba8233 commit 1e39c91

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,20 @@ Run the camera_node you just created:
5252
ros2 run argus_sensors camera_node
5353
```
5454

55+
### D455 camera
5556

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

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

Comments
 (0)