Skip to content
New issue

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

Make configuration parameters for motion constraints #1611

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

Make configuration parameters for motion constraints #1611

HussainGynai opened this issue Nov 16, 2020 · 0 comments

Comments

@HussainGynai
Copy link
Contributor

The constants in question are:

ConfigDouble* MotionConstraints::max_acceleration_config;
ConfigDouble* MotionConstraints::max_speed_config;

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.

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

No branches or pull requests

2 participants