Skip to content

Commit 9ce6fa0

Browse files
authored
Update README.md
1 parent 198054a commit 9ce6fa0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
![](./images/Picto+STEREOLABS_Black.jpg)
22

3-
# Stereolabs ZED Camera - ROS2 Tutorials and Examples
3+
# Stereolabs ZED Camera - ROS 2 Tutorials and Examples
44

5-
This package is a collection of examples and tutorials to illustrate how to better use the ZED cameras in the ROS2 framework
5+
This package is a collection of examples and tutorials to illustrate how to better use the ZED cameras in the ROS 2 framework
66

77
[More information](https://www.stereolabs.com/docs/ros2/)
88

99
## Getting started
1010

11-
- First, be sure to have installed the main ROS2 package to integrate the ZED cameras in the ROS2 framework: [zed-ros2-wrapper](https://github.com/stereolabs/zed-ros2-wrapper/)
11+
- First, be sure to have installed the main ROS 2 package to integrate the ZED cameras in the ROS 2 framework: [zed-ros2-wrapper](https://github.com/stereolabs/zed-ros2-wrapper/)
1212
- [Install](#build-the-package) the Tutorials package
1313
- Read the online documentation for [More information](https://www.stereolabs.com/documentation/guides/using-zed-with-ros/introduction.html)
1414

1515
### Prerequisites
1616

17-
- ROS2 Foxy Fitxroy or ROS2 Humble Hawksbill:
17+
- ROS 2 Foxy Fitzroy or ROS 2 Humble Hawksbill:
1818
- [Foxy on Ubuntu 20.04](https://docs.ros.org/en/foxy/Installation/Linux-Install-Debians.html)
1919
- [Humble on Ubuntu 22.04](https://docs.ros.org/en/humble/Installation/Linux-Install-Debians.html)
2020

@@ -40,14 +40,14 @@ source ~/.bashrc
4040
### Rviz visualization examples
4141

4242
- Example launch files to start a preconfigured instance of Rviz displaying all the ZED Wrapper node information: [zed_display_rviz2](https://github.com/stereolabs/zed-ros2-examples/tree/master/zed_display_rviz2)
43-
- ROS2 plugin for ZED2 to visualize the results of the Object Detection module (bounding boxes and skeletons): [rviz-plugin-zed-od](https://github.com/stereolabs/zed-ros2-examples/tree/master/rviz-plugin-zed-od)
43+
- ROS 2 plugin for ZED2 to visualize the results of the Object Detection module (bounding boxes and skeletons): [rviz-plugin-zed-od](https://github.com/stereolabs/zed-ros2-examples/tree/master/rviz-plugin-zed-od)
4444

4545
### Tutorials
4646

4747
- [Images subscription tutorial](https://github.com/stereolabs/zed-ros2-examples/tree/master/tutorials/zed_video_tutorial)
4848
- [Depth subscription tutorial](https://github.com/stereolabs/zed-ros2-examples/tree/master/tutorials/zed_depth_tutorial)
4949
- [Pose/Odometry subscription tutorial](https://github.com/stereolabs/zed-ros2-examples/tree/master/tutorials/zed_pose_tutorial)
50-
- [ROS2 Composition + BGRA2BGR conversion tutorial](https://github.com/stereolabs/zed-ros2-examples/tree/master/tutorials/zed_rgb_convert)
50+
- [ROS 2 Composition + BGRA2BGR conversion tutorial](https://github.com/stereolabs/zed-ros2-examples/tree/master/tutorials/zed_rgb_convert)
5151
- [Multi-camera](https://github.com/stereolabs/zed-ros2-examples/tree/master/tutorials/zed_multi_camera)
5252
- [Robot integration](https://github.com/stereolabs/zed-ros2-examples/tree/master/tutorials/zed_robot_integration)
5353

0 commit comments

Comments
 (0)