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

servoUniversalRobotsPBVS.cpp:238:8: error: ‘class vpFeatureThetaU’ has no member named ‘buibuildFromld’; did you mean ‘buildFrom’? 238 | tu.buibuildFromld(cdMc); #1541

Closed
liujun0808 opened this issue Jan 15, 2025 · 1 comment

Comments

@liujun0808
Copy link

Is this error caused by entering 3 extra letters?Is this error because I entered 3 extra letters? It seems that if I delete the extra bui, the compilation will succeed.

fspindle added a commit that referenced this issue Jan 24, 2025

Verified

This commit was signed with the committer’s verified signature.
richardlau Richard Lau
Fix typo in servoUniversalRobotsPBVS.cpp. Closes #1541
@fspindle
Copy link
Contributor

This is a typo.
Line 238

    tu.buibuildFromld(cdMc);

should be changed in

    tu.buildFrom(cdMc);

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