We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On line 208 of the current master version of flatland_viz.cpp: https://github.com/avidbots/flatland/blob/d4e975cfee0172c967f792715f310482c050f380/flatland_viz/src/flatland_viz.cpp
flatland_viz.cpp
there is a redundant setCurrentTool call: manager_->getToolManager()->setCurrentTool(tool);
setCurrentTool
manager_->getToolManager()->setCurrentTool(tool);
This should be removed.
The text was updated successfully, but these errors were encountered:
bc93840
Merge pull request #35 from avidbots/josephduchesne-patch-1
aecbf5e
Removed redundant call to resolve #34
No branches or pull requests
On line 208 of the current master version of
flatland_viz.cpp
:https://github.com/avidbots/flatland/blob/d4e975cfee0172c967f792715f310482c050f380/flatland_viz/src/flatland_viz.cpp
there is a redundant
setCurrentTool
call:manager_->getToolManager()->setCurrentTool(tool);
This should be removed.
The text was updated successfully, but these errors were encountered: