Skip to content

Commit

Permalink
Fix typo comming -> coming
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Oct 28, 2023
1 parent 370a131 commit 32bf0ed
Show file tree
Hide file tree
Showing 54 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion doc/tutorial/visual-servo/tutorial-pixhawk-vs.dox
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ $ mavproxy.py --master=/dev/ttyACM0 --out=udpout:192.168.30.111:14550 --out=udpo

\subsection pixhawk_stream_mocap Stream MoCap to Pixhawk

The code sendMocapToPixhawk.cpp allows you to send the MoCap stream comming from a Qualisys or Vicon motion capture system
The code sendMocapToPixhawk.cpp allows you to send the MoCap stream coming from a Qualisys or Vicon motion capture system
to the Pixhawk using MavLink. This code is based on vpMocapQualisys and vpMocapVicon classes that allows to get the vehicle FLU body
frame in the MoCAP ENU reference frame. Then we use vpRobotMavsdk class and more precisely vpRobotMavsdk::sendMocapData() that internally send the
FRD body frame pose with respect to the NED reference frame as a MavLink message to the Pixhawk.
Expand Down
2 changes: 1 addition & 1 deletion example/coin-simulator/simulateCircle2DCamVelocity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/device/display/displayD3D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ int main(int argc, const char **argv)
}

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/device/display/displayGDI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ int main(int argc, const char **argv)
}

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/device/display/displayGTK.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ int main(int argc, const char **argv)
}

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/device/display/displayOpenCV.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ int main(int argc, const char **argv)
}

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/device/display/displaySequence.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty() && opt_ppath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/device/display/displayX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ int main(int argc, const char **argv)
}

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/device/display/displayXMulti.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ int main(int argc, const char **argv)
}

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/device/framegrabber/grab1394Two.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ int main(int argc, const char **argv)
ncameras = 1; // acquisition from only one camera
}
// Offset is used to set the correspondancy between and image and the
// camera. For example, images comming from camera (i+offset) are
// camera. For example, images coming from camera (i+offset) are
// available in I[i]
offset = camera;

Expand Down
2 changes: 1 addition & 1 deletion example/device/framegrabber/grabDisk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/image/imageDiskRW.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ int main(int argc, const char **argv)
}

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/ogre-simulator/AROgre.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty() && opt_ppath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/ogre-simulator/AROgreBasic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty() && opt_ppath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/pose-estimation/poseVirtualVS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (opt_ipath.empty() && opt_ppath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/tools/histogram.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ int main(int argc, const char **argv)
}

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (opt_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/tracking/trackDot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty() && opt_ppath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/tracking/trackDot2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty() && opt_ppath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/tracking/trackDot2WithAutoDetection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty() && opt_ppath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/tracking/trackKltOpencv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty() && opt_ppath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/tracking/trackMeCircle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/tracking/trackMeEllipse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty() && opt_ppath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/tracking/trackMeLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty() && opt_ppath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/tracking/trackMeNurbs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/video/imageSequenceReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty() && opt_ppath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion example/video/videoReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty() && opt_ppath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion modules/core/test/image-with-dataset/testConversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ int main(int argc, const char **argv)
}

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (opt_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion modules/core/test/image-with-dataset/testCrop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ int main(int argc, const char **argv)
}

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (opt_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion modules/core/test/image-with-dataset/testCropAdvanced.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ int main(int argc, const char **argv)
}

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (opt_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ int main(int argc, const char **argv)
}

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion modules/core/test/image-with-dataset/testImageFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ int main(int argc, const char *argv[])
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ int main(int argc, const char **argv)
}

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ int main(int argc, const char **argv)
}

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion modules/core/test/image-with-dataset/testIoPGM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ int main(int argc, const char **argv)
}

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion modules/core/test/image-with-dataset/testIoPPM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ int main(int argc, const char **argv)
}

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ int main(int argc, const char **argv)
}

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion modules/core/test/image-with-dataset/testReadImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ int main(int argc, const char **argv)
}

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (opt_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion modules/gui/test/display-with-dataset/testClick.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ int main(int argc, const char **argv)
ipath = opt_ipath;

// Compare ipath and env_ipath. If they differ, we take into account
// the input path comming from the command line option
// the input path coming from the command line option
if (!opt_ipath.empty() && !env_ipath.empty()) {
if (ipath != env_ipath) {
std::cout << std::endl << "WARNING: " << std::endl;
Expand Down
Loading

0 comments on commit 32bf0ed

Please sign in to comment.