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
The constants in question are:
robocup-software/soccer/src/soccer/planning/primitives/rrt_util.cpp
Lines 18 to 24 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:
jimtjames
No branches or pull requests
The constants in question are:
robocup-software/soccer/src/soccer/planning/primitives/rrt_util.cpp
Lines 18 to 24 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: