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

check if clause #1300

Open
maddin200 opened this issue Nov 21, 2024 · 1 comment
Open

check if clause #1300

maddin200 opened this issue Nov 21, 2024 · 1 comment

Comments

@maddin200
Copy link

manual_->position(B.x, B.y, B.z);
if (upper_triangle) {
manual_->textureCoord(0, 1);
} else {
manual_->textureCoord(0, 1); // <-- identical
}

@clalancette
Copy link
Contributor

Can you please make sure to tell us what version of ROS you are using and which file it is? Otherwise these are difficult to figure out. Also, please feel free to open PRs to fix these.

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