Skip to content

gdut-dynamic-x/hk_camera_radar

This branch is 10 commits behind gdut-dynamic-x/hk_camera:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f9add89 · Aug 4, 2023

History

38 Commits
Mar 21, 2023
Dec 5, 2022
Mar 21, 2023
Jul 27, 2023
Aug 4, 2023
Jun 3, 2022
Jun 3, 2022
Jun 3, 2022
Jun 3, 2022
Aug 4, 2023
Sep 6, 2022
Jun 3, 2022
Sep 28, 2022

Repository files navigation

hk_camera

ROS wrapper for the hk camera made by Hikrobot.

Install dependencies

Dependencies:

  • ROS Noetic
  • libMvCameraControl.so download MVS_STD_GML_V2.1.1_220511 from https://www.hikrobotics.com/cn/machinevision/service/download?module=0 and install, then extract MVS-2.1.1_x86_64_20220511.tar.gz and decompress it.
  • In the catalogue of which you decompressed, run sudo ./setup.sh.
  • Then run sudo cp /opt/MVS/lib/64/libMvCameraControl.so /usr/lib.

Calibrate

rosrun camera_calibration cameracalibrator.py --size 11x8 --square 0.020 image:=/hk_camera/image_raw camera:=/hk_camera
  • size:the size of the inner corners of the chessboard.

  • square:the length of each square (unit:m).

More information:

About

the driver of hk_camera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.4%
  • C++ 6.7%
  • Other 0.9%