-
Notifications
You must be signed in to change notification settings - Fork 0
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
에스엔비 라이다 센서 관련 문의입니다. #2
Comments
안녕하세요. 유진로봇 개발본부 PM Charlie Yang 입니다. 위에 문의하신 함수는 Git에 제공한 test_yrl_library.cpp에 있습니다. |
int main( int argc, char ** argv)
#ifdef _WIN32
이 부분을 주석처리하고 /*********************************************************************
YujinRobotYrlDriver* instance = new YujinRobotYrlDriver(); 가장 상단에 선언했을 경우 [YRLTCPSocket][YRL_LOG_ERROR][YRLTCPSocket::SetNonBlockingMode:110] [tcp_client] socket error: 10038 C:\Users\win\source\repos\YRL3_V2_DLL_test\x64\Release\test_driver.exe(프로세스 10392개)이(가) 종료되었습니다(코드: -1073740791개). 이런 에러가 뜹니다.. 다른 함수에서 |
현재 test_yrl_library.cpp 부분에서 openGL을 사용하여 (x,y,z)값에 대한 점을 찍어보는 작업을 진행중입니다.
이 부분을 전역변수로 설정하여
void display()
{
glPointSize(0.5f); // 정점의 size 조절
}
display 함수의 GetCartesianOutputsWithIntensity(...)를 실행할 방법이 있을까요?
The text was updated successfully, but these errors were encountered: