Skip to content
Merged
Show file tree
Hide file tree
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
Fixed display.launch
  • Loading branch information
Myzhar committed Sep 11, 2018
commit 606c4535917a37bcb79945077312cc445b024cd5
14 changes: 8 additions & 6 deletions zed_display_rviz/launch/display.launch
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<launch>
<arg name="svo_file" default="" /> <!-- <arg name="svo_file" default="path/to/svo/file.svo"> -->

<!-- Launch ZED camera wrapper -->
<include file="$(find zed_wrapper)/launch/zed.launch">
<arg name="camera_model" value="0" /> <!-- 0=ZED, 1=ZEDM-->
</include>
<!-- Launch ZED camera wrapper -->
<include file="$(find zed_wrapper)/launch/zed.launch">
<arg name="camera_model" value="0" /> <!-- 0=ZED, 1=ZEDM-->
<arg name="svo_file" value="$(arg svo_file)" />
</include>

<!-- Launch rivz display -->
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find zed_display_rviz)/rviz/zed.rviz" output="screen" />
<!-- Launch rivz display -->
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find zed_display_rviz)/rviz/zed.rviz" output="screen" />

</launch>
21 changes: 9 additions & 12 deletions zed_display_rviz/rviz/zedm.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Panels:
- /Global Options1
- /RobotModel1/Links1
- /TF1/Frames1
- /DepthCloud1
- /DepthCloud1/Occlusion Compensation1
- /Odometry1/Covariance1/Position1
Splitter Ratio: 0.5
Expand Down Expand Up @@ -97,8 +98,6 @@ Visualization Manager:
Frame Timeout: 5
Frames:
All Enabled: false
imu_link:
Value: false
map:
Value: true
odom:
Expand All @@ -122,8 +121,6 @@ Visualization Manager:
map:
odom:
zed_camera_center:
imu_link:
{}
zed_left_camera_frame:
zed_left_camera_optical_frame:
{}
Expand Down Expand Up @@ -238,11 +235,11 @@ Visualization Manager:
y_scale: 1
z_scale: 1
Class: rviz_imu_plugin/Imu
Enabled: true
Enabled: false
Name: Imu
Topic: /zed/imu/data
Unreliable: false
Value: true
Value: false
fixed_frame_orientation: true
- Alpha: 1
Axes Length: 1
Expand Down Expand Up @@ -318,25 +315,25 @@ Visualization Manager:
Views:
Current:
Class: rviz/Orbit
Distance: 2.1419313
Distance: 3.77481484
Enable Stereo Rendering:
Stereo Eye Separation: 0.0599999987
Stereo Focal Distance: 1
Swap Stereo Eyes: false
Value: false
Focal Point:
X: 0.546764851
Y: -0.0699039996
Z: 0.35577035
X: 0.861115396
Y: 1.21251762
Z: 0.619552732
Focal Shape Fixed Size: false
Focal Shape Size: 0.0500000007
Invert Z Axis: false
Name: Current View
Near Clip Distance: 0.00999999978
Pitch: 0.30479762
Pitch: 0.0147975748
Target Frame: <Fixed Frame>
Value: Orbit (rviz)
Yaw: 2.96410108
Yaw: 4.01910114
Saved: ~
Window Geometry:
Camera:
Expand Down