ambglh
ambglh
how to solve (gprMax) E:\laser\gprMax>python setup.py build Traceback (most recent call last): File "setup.py", line 52, in long_description = fd.read() UnicodeDecodeError: 'gbk' codec can't decode byte 0xa8 in position 13936:...
I tried to reproduce your paper work, but I looked at your project and couldn't find a complete program entrance. Can you tell me how to run this project?
运行到这一步rosrun robot_sim camera_calibration报错,我确定已经加了权限 [rosrun] Couldn't find executable named camera_calibration below /home/ghm/ghm_robot_ws/src/robot_sim/experiment [rosrun] Found the following, but they're either not files, [rosrun] or not executable: [rosrun] /home/ghm/ghm_robot_ws/src/robot_sim/experiment/camera_calibration 但是报错了
Traceback (most recent call last): File "camera_calibration.py", line 67, in calibration_photo(RGB_photo_path, "RGB_camera") File "camera_calibration.py", line 45, in calibration_photo ret, mtx, dist, rvecs, tvecs = cv2.calibrateCamera(world_position, image_position, (1280, 720), None, None)...