Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
7ae2741
Added Video subscribing tutorial
Myzhar Sep 7, 2018
ba2183a
Added Depth tutorial
Myzhar Sep 7, 2018
b3d7eb2
Create readme.md
Myzhar Sep 7, 2018
f3314c5
Create README.md
Myzhar Sep 7, 2018
e9bd256
Create README.md
Myzhar Sep 7, 2018
1d208d6
Simpliefied the code of the Video tutorial
Myzhar Sep 7, 2018
5fc981b
Merge branch 'tutorials_feat' of https://github.com/stereolabs/zed-ro…
Myzhar Sep 7, 2018
fbd9d56
Minor change
Myzhar Sep 7, 2018
12ee09c
Folder reorganization
Myzhar Sep 7, 2018
5c26c9b
Update README.md
Myzhar Sep 7, 2018
da2f17c
Update README.md
Myzhar Sep 7, 2018
f1b8246
Update README.md
Myzhar Sep 7, 2018
8f6aebb
Depth subscribing tutorial updated
Myzhar Sep 7, 2018
911f853
Merge branch 'tutorials_feat' of https://github.com/stereolabs/zed-ro…
Myzhar Sep 7, 2018
6c236cf
Added tutorial for positional tracking
Myzhar Sep 10, 2018
6fbe9ca
Updated the description of the RTABmap example
Myzhar Sep 10, 2018
e571a6f
zed_nodelet_example README documentation expanded
Myzhar Sep 10, 2018
3701b94
zed_nodelet_example documentation improved
Myzhar Sep 10, 2018
34f4b90
Update README.md
Myzhar Sep 10, 2018
358f8e5
Update README.md
Myzhar Sep 10, 2018
f31be14
Improved READMEs
Myzhar Sep 11, 2018
0138c83
Merge branch 'tutorials_feat' of https://github.com/stereolabs/zed-ro…
Myzhar Sep 11, 2018
726331f
Update README.md
Myzhar Sep 11, 2018
ecca114
Update README.md
Myzhar Sep 11, 2018
d009a33
Update README.md
Myzhar Sep 11, 2018
d998cf2
Update README.md
Myzhar Sep 11, 2018
fcf433e
Update README.md
Myzhar Sep 11, 2018
19ed184
Update README.md
Myzhar Sep 11, 2018
24779e9
Update README.md
Myzhar Sep 11, 2018
c3ad465
Update README.md
Myzhar Sep 11, 2018
f028f79
Update README.md
Myzhar Sep 11, 2018
c2c863f
Update README.md
Myzhar Sep 11, 2018
4ffb7f1
Update README.md
Myzhar Sep 11, 2018
606c453
Fixed display.launch
Myzhar Sep 11, 2018
b6bb43f
Fixed issue with SVO and timestamps
Myzhar Sep 11, 2018
85431d8
Resize README logo
Myzhar Sep 11, 2018
c2a9306
Changed README logos
Myzhar Sep 11, 2018
bc2f8ab
Added features from `devel` branch:
Myzhar Sep 12, 2018
add1ad9
Added missing "max_depth" param in launch files
Myzhar Sep 12, 2018
7a513b1
Added check on SDK version for Floor Alignment
Myzhar Sep 12, 2018
6e9a809
Better Rviz plugin organization
Myzhar Sep 12, 2018
c0b7510
Fixed init odometry with first valid pose when IMU is not available
Myzhar Sep 12, 2018
d228316
Debug info
Myzhar Sep 12, 2018
b3b47b7
Added covariance
Myzhar Sep 13, 2018
dcf9b27
Minor change
Myzhar Sep 13, 2018
c443709
Manually merged `no_opencv` modifications
Myzhar Sep 14, 2018
7a31aa7
Updated the version of the packages
Myzhar Sep 14, 2018
a6887e5
Updated email in package.xml
Myzhar Sep 14, 2018
e48fe04
Changed email adresses. ROS doesn't accept "support at stereolabs.com"
Myzhar Sep 14, 2018
735c3ae
Added `zer_ros` meta-package
Myzhar Sep 14, 2018
b9c321c
Added `zed_ros` meta-package
Myzhar Sep 14, 2018
831deeb
Merge branch 'tutorials_feat' of https://github.com/stereolabs/zed-ro…
Myzhar Sep 14, 2018
b21717c
Minor fixes
Myzhar Sep 14, 2018
0cbcb88
Param init_odom_with_imu renamed to init_odom_with_first_valid_pose
Myzhar Sep 17, 2018
7840293
Improved solution to issue #276
Myzhar Sep 19, 2018
d96d535
Fixes to odometry TF
Myzhar Sep 19, 2018
a27f567
Fix to path frames for odometry
Myzhar Sep 20, 2018
673d6c2
Added parameter to disable covariance as requested here: https://
Myzhar Sep 21, 2018
d8c5a07
Merge branch 'master' into tutorials_feat
Myzhar Sep 21, 2018
56bb273
Minor changes README
adujardin Sep 21, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
Myzhar authored Sep 11, 2018
commit 726331f377dabea8a06558e4b373cdeb764a17a3
10 changes: 7 additions & 3 deletions tutorials/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
![](../images/logo_stereolabs.svg)

# Tutorials
A series of tutorials are provided to better understand how to use the ZED node in the ROS environment :

- [Video subscribing](./zed_video_sub_tutorial) : `zed_video_sub_tutorial` - in this tutorial you will learn how to write a simple node that subscribes to messages of type sensor_msgs/Image to retrieve the Left and Right rectified images published by the ZED node
- [Depth subscribing](./zed_depth_sub_tutorial) : `zed_depth_sub_tutorial` - in this tutorial you will learn how to write a simple node that subscribes to messages of type sensor_msgs/Image to retrieve the depth images published by the ZED node and to get the measured distance at the center of the image
- [Positional tracking subscribing](./zed_tracking_sub_tutorial) : `zed_tracking_sub_tutorial` - in this tutorial you will learn how to write a simple node that subscribes to messages of type geometry_msgs/PoseStamped and nav_msgs/Odometry to retrieve the position and the orientation of the ZED camera in the map and in the odometry frames.
- [Video subscribing](./zed_video_sub_tutorial) : `zed_video_sub_tutorial` - in this tutorial you will learn how to write a simple node that subscribes to messages of type `sensor_msgs/Image` to retrieve the Left and Right rectified images published by the ZED node

- [Depth subscribing](./zed_depth_sub_tutorial) : `zed_depth_sub_tutorial` - in this tutorial you will learn how to write a simple node that subscribes to messages of type `sensor_msgs/Image` to retrieve the depth images published by the ZED node and to get the measured distance at the center of the image

- [Positional tracking subscribing](./zed_tracking_sub_tutorial) : `zed_tracking_sub_tutorial` - in this tutorial you will learn how to write a simple node that subscribes to messages of type `geometry_msgs/PoseStamped` and `nav_msgs/Odometry` to retrieve the position and the orientation of the ZED camera in the map and in the odometry frames.

For a complete explanation of the tutorials please refer to the Stereolabs ZED online documentation:

Expand Down