Skip to content
Merged
Changes from 1 commit
Commits
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
Add imu_frame parameter to zed node (stereolabs#248)
  • Loading branch information
Affonso-Gui authored and adujardin committed Aug 8, 2018
commit e6a00313dc09abf729f5b58daf6eb1071738c96b
1 change: 1 addition & 0 deletions zed_wrapper/launch/zed_camera.launch
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<param name="left_camera_optical_frame" value="$(arg left_camera_optical_frame)" />
<param name="right_camera_frame" value="$(arg right_camera_frame)" />
<param name="right_camera_optical_frame" value="$(arg right_camera_optical_frame)" />
<param name="imu_frame" value="$(arg imu_frame)" />

<!-- SVO file path -->
<param name="svo_filepath" value="$(arg svo_file)" />
Expand Down