Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
Drone ROS Packages
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Larkin Heintzman
Drone ROS Packages
Commits
aff503f7
Commit
aff503f7
authored
Jan 27, 2022
by
Larkin Heintzman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
image handling updates
parent
3ed90d91
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
2 deletions
+18
-2
.gitmodules
.gitmodules
+12
-0
bus_driver.cpp
Onboard-SDK-ROS/src/dji_osdk_ros/samples/bus_driver.cpp
+2
-2
image_common
image_common
+1
-0
image_pipeline
image_pipeline
+1
-0
video_stream_opencv
video_stream_opencv
+1
-0
vision_opencv
vision_opencv
+1
-0
No files found.
.gitmodules
0 → 100644
View file @
aff503f7
[submodule "video_stream_opencv"]
path = video_stream_opencv
url = https://github.com/ros-drivers/video_stream_opencv
[submodule "image_common"]
path = image_common
url = https://github.com/ros-perception/image_common
[submodule "image_pipeline"]
path = image_pipeline
url = https://github.com/ros-perception/image_pipeline
[submodule "vision_opencv"]
path = vision_opencv
url = https://github.com/ros-perception/vision_opencv
Onboard-SDK-ROS/src/dji_osdk_ros/samples/bus_driver.cpp
View file @
aff503f7
...
...
@@ -39,8 +39,8 @@
#include <iostream>
#include <fstream>
#include <Eigen
3/Eigen
/Geometry>
#include <Eigen
3/Eigen
/Dense>
#include <Eigen/Geometry>
#include <Eigen/Dense>
using
namespace
DJI
::
OSDK
;
using
namespace
DJI
::
OSDK
::
Telemetry
;
...
...
image_common
@
6065db76
Subproject commit 6065db76123d0af3d565d8db8b28d1970a7f3000
image_pipeline
@
8f99f417
Subproject commit 8f99f41786f907a8894478de9ba984d5f965049a
video_stream_opencv
@
65949bdc
Subproject commit 65949bdc5c9468d18c51aed9073d020bec892532
vision_opencv
@
c791220c
Subproject commit c791220cefd0abf02c6719e2ce0fea465857a88e
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment