Commit Graph

127 Commits

Author SHA1 Message Date
John Zhao
c5bf93dfbd Merge branch 'develop' into feature/android
* develop:
  fix(win): complie error.
  feat(imu intri/extri): add service data
2019-02-12 16:12:55 +08:00
John Zhao
4b8b7f707c feat(android): add non-root impl 2019-02-12 16:03:22 +08:00
TinyOh
f9d14478cc feat(imu intri/extri): add service data 2019-02-02 14:11:41 +08:00
John Zhao
b35d55309d Merge branch 'develop' into feature/android
* develop:
  fix opencv 4.x compile
  feat(intri): ros img prams out put in srv
  fix opencv 4.x compile
  fix(complie): depend error
  fix(style): complie warning
  fix(ros): use bm as ros default
  fix(disparity): opencv2.0 logic
  fix(default): default ros launch use bm
  fix(discut): eigen 3rd path
  fix(discut): eigen path fix
  fix(discut): fix discut boost & add ros disparity_type_
  fix(ros): delete useless code
  fix(ros): Align imu time stamp
  style(camodocal): camodocal style
2019-02-02 10:02:49 +08:00
TinyOh
9a6005d212 feat(intri): ros img prams out put in srv 2019-01-29 17:31:12 +08:00
John Zhao
9068b0dd53 docs(android): add README.md 2019-01-28 17:00:09 +08:00
TinyOh
4552743c4b fix(ros): use bm as ros default 2019-01-28 11:16:54 +08:00
TinyOh
58464510f6 fix(disparity): opencv2.0 logic 2019-01-28 11:11:20 +08:00
TinyOh
a389d84452 fix(default): default ros launch use bm 2019-01-28 10:44:53 +08:00
TinyOh
ba0ddddfeb Merge branch 'develop' of http://gitlab.mynt.com/mynteye/mynt-eye-sdk-2 into develop 2019-01-28 10:01:26 +08:00
TinyOh
8b5c886b78 fix(discut): fix discut boost & add ros disparity_type_ 2019-01-28 10:00:22 +08:00
John Zhao
6988ae803b feat(android): view mynteye datas 2019-01-27 23:34:47 +08:00
John Zhao
cabaeb4794 feat(android): add types and interfaces 2019-01-27 20:25:26 +08:00
kalman
52fbb3668d fix(ros): delete useless code 2019-01-25 21:00:12 +08:00
kalman
aa089a5859 fix(ros): Align imu time stamp 2019-01-25 17:33:12 +08:00
John Zhao
5eb3174edb refactor(android): move djinni jni files to thrid_party 2019-01-17 11:58:55 +08:00
John Zhao
d6ff3470f1 Merge branch 'develop' into feature/android
* develop:
  build(makefile): do small change
  fix(option.cmake): find boost quiet
  docs(doc): update version
  fix(ros): add mutex_data_ in mono
  fix(disable order): fix disable order DISPARITY before RECTIFIED
  fix(synthetic): disable order
  fix(ros): publish order
  fix(ros): fix imu count bug
  fix(tools): compatible avatar and s
  fix(samples): delete get all info sample
  fix(ros): set publish_imu_by_sync true
  fix(ros): add default intrinsics in ros node
  docs(readme): modified temp to temperature
  fix(process): opencv2 and remove some useless include
  fix(enum) fix DisparityProcessorType enum comment
  fix(bm matcher): add complie switch
2019-01-16 20:05:28 +08:00
John Zhao
d673a151c9 fix(android): fix call complete event 2019-01-16 19:42:00 +08:00
kalman
c64fec21d7 fix(ros): add mutex_data_ in mono 2019-01-16 15:20:13 +08:00
TinyOh
effa0ba2ad Merge branch 'develop' of http://gitlab.mynt.com/mynteye/mynt-eye-sdk-2 into develop 2019-01-16 10:42:43 +08:00
TinyOh
c42534d719 fix(ros): publish order 2019-01-16 10:42:14 +08:00
John Zhao
d531112075 feat(android): add libshell and list devices 2019-01-16 10:41:12 +08:00
kalman
48509547a2 fix(ros): fix imu count bug 2019-01-15 21:20:23 +08:00
kalman
2f087ce1f0 fix(ros): set publish_imu_by_sync true 2019-01-15 19:21:14 +08:00
TinyOh
b3bc96f12b fix(ros): add default intrinsics in ros node 2019-01-15 17:18:16 +08:00
John Zhao
a8796478e6 feat(*): update to androidx and add mynteye jni 2019-01-15 15:10:59 +08:00
John Zhao
d41f4cbcbc Merge branch 'develop' into feature/android
* develop:
  fix(cmake): fix inlcude ceres miniglog
  feat(bm model): add bm model
  fix(ros): fix record -a bug
  fix(dataset): fix record bug
  fix(rectify): delete useless log
  fix(calib models): calib struct update
  fix(calib models): use shared ptr value change instead of ptr change
  fix(cmake): fix include ceres and move definitions to mynteye.h
  fix(calib models): default work improve
  fix(calib model): default config now work
  fix(cam models): sample enable bug and remove unused include
  fix(device.cc:456): fixed compile error on windows
2019-01-15 09:30:39 +08:00
kalman
feabcf294f fix(ros): fix record -a bug 2019-01-14 19:05:16 +08:00
John Zhao
b114dc8159 fix(cmake): fix include ceres and move definitions to mynteye.h 2019-01-14 17:25:41 +08:00
John Zhao
5d5b5cf476 Merge branch 'develop' into feature/android
* develop:
  fix(processor): fix reload image params bug
  fix(device): fix intrinsic updating bug
  fix(api.h): remove mynteye/device.h
  fix(mynteye.launch): add device options
  fix(device.cc): get img params bug
  fix(ros): rename rect topic name in rviz
  fix(depth): delete 1000
  fix(points cloud): show the points clopud in normal size
  (fix): points cloud img ptr null
  fix(depth): fix mistake
  fix(channels.cc): compatible s_color and s
  fix(depth): add disparity limit
  feat(calib models): float change to ushort ,fix the T_mul_f number
2019-01-14 12:07:07 +08:00
John Zhao
9aefabf76b feat(android): add libmynteye to android 2019-01-14 12:03:18 +08:00
kalman
b38637c6d2 fix(mynteye.launch): add device options 2019-01-12 13:45:49 +08:00
kalman
9c8c236475 fix(ros): rename rect topic name in rviz 2019-01-11 19:55:12 +08:00
John Zhao
829d37f620 feat(android): add android wrapper project 2019-01-10 15:41:07 +08:00
JohnnyZhou
cc756a7c1b chore(node): robust node running 2019-01-09 18:12:03 +08:00
JohnnyZhou
8fb4b8d396 chore(install):fix install sub dirs 2019-01-09 18:11:10 +08:00
kalman
80ce9cb547 chore(ros): replace msg/Temp.msg with sensor_msgs/Temperature.msg 2019-01-07 16:49:51 +08:00
kalman
e46f24b0bb fix(ros): tf_static value of mynteye_right_frame changed to be in meters 2019-01-07 14:33:51 +08:00
John Zhao
e91c5d53fd feat(ros): publish camera info with kannala_brandt model 2019-01-06 15:03:29 +08:00
kalman
c6fd9db827 feat(root): add s210a 2019-01-02 19:41:34 +08:00
John Zhao
667c53ae6d Merge branch 'hotfix/2.2.4' into develop
# Conflicts:
#	wrappers/ros/src/mynt_eye_ros_wrapper/src/wrapper_nodelet.cc
2018-12-31 15:57:06 +08:00
John Zhao
96bc0353ff Merge branch 'hotfix/2.2.4' into develop
# Conflicts:
#	CMakeLists.txt
#	wrappers/ros/src/mynt_eye_ros_wrapper/src/wrapper_nodelet.cc
2018-12-31 10:25:22 +08:00
kalman
a3206e5be5 style(ros):rename mutex_data 2018-12-29 16:47:18 +08:00
kalman
e34e6e1466 style(ros):fix spell mistake 2018-12-29 16:40:03 +08:00
kalman
87c3c81a93 fix(ros):delete timestamp repeated/abnormal jundge 2018-12-29 16:32:03 +08:00
TinyOh
ceec4f492a fix(ros): include publishOther and reduce the range 2018-12-29 09:53:25 +08:00
kalman
50dc95aa71 fix(ros): fix loop_rate bug 2018-12-28 19:16:02 +08:00
kalman
0e4896f788 fix(ros): fix option setting bug 2018-12-28 17:56:12 +08:00
TinyOh
812638b7dc fix(ros): record -a core error 2018-12-28 17:49:59 +08:00
kalman
56c4d50c93 fix(ros):fix conflicts 2018-12-25 20:37:00 +08:00