Skip to content
This repository was archived by the owner on Aug 25, 2026. It is now read-only.

Commit 544db50

Browse files
authored
docs: update README with RealSense D555 environment info (#48)
* docs: update README with RealSense D555 environment info Added environment details for RealSense D555. * docs: update README with build and run instructions Added instructions for building and running realsense-ros.
1 parent 7b92cca commit 544db50

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,28 @@ cmake --build . -j$(nproc)
126126
sudo cmake --install .
127127
```
128128

129+
##### Environment tested on for RealSense D555
130+
- Firmware version: 7.56.37618.4188
131+
- RealSense ROS: v4.57.6
132+
- LibRealSense / RealSense Viewer: v2.57.6
133+
134+
##### To build and run
135+
Clone realsense-ros:
136+
```bash
137+
git clone https://github.com/realsenseai/realsense-ros
138+
```
139+
140+
Build realsense2_camera and realsense2_camera_msgs:
141+
```bash
142+
colcon build --packages-up-to realsense2_camera
143+
```
144+
145+
Launch it:
146+
```bash
147+
ros2 launch realsense2_camera rs_launch.py
148+
```
149+
150+
Note: JUMBO frames needs to be enabled (see [set_MTU_nic.sh](scripts/set_MTU_nic.sh))
129151
### Generating a TensorRT Engine (.engine)
130152

131153
Many of our models use a TensorRT engine file (`.engine`) for inference. See [isaac_ros_object_detection](https://github.com/vortexntnu/isaac_ros_object_detection)

0 commit comments

Comments
 (0)