ros-drivers / axis_camera

Contains basic Python drivers for accessing an Axis camera's MJPG stream. Also provides control for PTZ cameras.
BSD 3-Clause "New" or "Revised" License
52 stars 72 forks source link

ImportError: No module named camera_info_manager #53

Closed hoppss closed 3 years ago

hoppss commented 5 years ago

My camera is camera Axis M10XX, not a ptz type . I meet a error like follwing. File "/home/robot/axisM10/src/axis_camera/nodes/axis.py", line 13, in import camera_info_manager ImportError: No module named camera_info_manager

my ros version is indigo, I have installed camera-info-manager pkg use apt tool, but this error still exist.

can you tell me how to solve this problem? Thank you sincerely

hoppss commented 5 years ago

I solved.

I need to install pkg "camera_info_manager_py"

Hiroaki-K4 commented 3 years ago

@hoppss Hi. How to install pkg "camera_info_manager_py"? Using 'apt install'?

Hiroaki-K4 commented 3 years ago

I solved. git clone https://github.com/ros-perception/camera_info_manager_py and locate under src folder.