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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The constants in question are:
robocup-software/soccer/src/soccer/planning/planner/escape_obstacles_path_planner.cpp
Lines 18 to 19 in 38b370a
We want them to be declared using the new ROS parameters interface. An example of using the parameters interface: https://github.com/RoboJackets/robocup-software/blob/ros2/soccer/include/rj_vision_filter/params.hpp https://github.com/RoboJackets/robocup-software/blob/ros2/soccer/src/rj_vision_filter/params.cpp
For the following parameter declaration:
DECLARE_NS_INT64(kVisionFilterParamModule, filter::health, init)
You can access it using filter::health::PARAM_min.
filter::health::PARAM_min
The text was updated successfully, but these errors were encountered:
abhi-chau-gt4513
No branches or pull requests
The constants in question are:
robocup-software/soccer/src/soccer/planning/planner/escape_obstacles_path_planner.cpp
Lines 18 to 19 in 38b370a
We want them to be declared using the new ROS parameters interface. An example of using the parameters interface:
https://github.com/RoboJackets/robocup-software/blob/ros2/soccer/include/rj_vision_filter/params.hpp
https://github.com/RoboJackets/robocup-software/blob/ros2/soccer/src/rj_vision_filter/params.cpp
For the following parameter declaration:
You can access it using
filter::health::PARAM_min
.The text was updated successfully, but these errors were encountered: