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

Make configuration parameters for escape obstacles path planner #1613

Open
HussainGynai opened this issue Nov 22, 2020 · 0 comments
Open

Make configuration parameters for escape obstacles path planner #1613

HussainGynai opened this issue Nov 22, 2020 · 0 comments

Comments

@HussainGynai
Copy link
Contributor

The constants in question are:

ConfigDouble* EscapeObstaclesPathPlanner::step_size_config;
ConfigDouble* EscapeObstaclesPathPlanner::goal_change_threshold;

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants