-
Notifications
You must be signed in to change notification settings - Fork 7
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
Building vector_pursuit_controller with ros2 rolling #9
Comments
Could you point me to the nav2 repository you cloned for this build? |
Hi @exMachina316 , |
@chanhhoang99 We currently do not support ros rolling but I looked into your suggestions and logically your fix is sound. One thing to be added here is P.S.You can expect a new official release soon!! Stay tuned! |
Thanks @exMachina316 for reviewing. |
Thanks for the nice controller plugin.
Currently I am building this controller from source on ros2 rolling and nav2 rolling and got below error:
/root/vector_ws/src/vector_pursuit_controller/src/vector_pursuit_controller.cpp: In lambda function:
/root/vector_ws/src/vector_pursuit_controller/src/vector_pursuit_controller.cpp:883:22: error: declaration of ‘const auto:49& pose’ shadows a parameter [-Werror=shadow]
883 | [&](const auto & pose) {
| ~~~~~~~~~~~~~^~~~
/root/vector_ws/src/vector_pursuit_controller/src/vector_pursuit_controller.cpp:851:43: note: shadowed declaration is here
851 | const geometry_msgs::msg::PoseStamped & pose)
Below is my change:
Would that fix the problem and still persist the idea of the original code ?
The text was updated successfully, but these errors were encountered: