Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

abort() 에러 setInputIpAddress #20

Open
kkj0201 opened this issue Dec 22, 2021 · 2 comments
Open

abort() 에러 setInputIpAddress #20

kkj0201 opened this issue Dec 22, 2021 · 2 comments

Comments

@kkj0201
Copy link

kkj0201 commented Dec 22, 2021

image

안녕하세요~?

제공해주신 예제 파일을 실행해보았습니다.

/// Using factory function, create a new YRL_Library object
YRL_Library* instance = producing_func();
/// Set LiDAR's IP address as an input IP address for driver

instance->setInputIpAddress("192.168.1.250");    // 여기 줄에서 에러가 납니다.  
/// Set LiDAR's Calibration File Path                       // 혹시 추가적으로 설정할게있는지요??
instance->setCalibrationFilePath("lk157BALA12007.bin");

instance->start();
@kkj0201
Copy link
Author

kkj0201 commented Dec 22, 2021

연락 : [email protected]

@hyeonjeongkim2
Copy link
Collaborator

@kkj0201

안녕하세요.

유진로봇 개발본부 김현정입니다.

정확한 문제 상황 파악을 위해 아래 정보를 요청드립니다.

  1. 사용하신 OS (e.g) Windows 10 64bit)
  2. 사용하신 IDE (e.g) MS Visual Studio community 2019)
  3. 사용하신 C++ Compiler version
  4. 사용하신 Windows SDK version
  5. Yujin LiDAR 라이브러리 (header, lib) 경로 설정 (IDE or Cmake)

감사합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants