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
ROS2 does not have a parameter server per se, however, a node based parameter server can be implemented. An initial implementation of the parameter server can be found in controller_parameter_server/include/controller_parameter_server/parameter_server.hpp
There is no interface though for the expected format of the YAML file.
<robot_name>: <controller_name>: type: <controller_type_name> joint: <joint_name> pid: <parameters_dict>
rcpputils/filesystem_helper
The text was updated successfully, but these errors were encountered:
Add state_publish_rate to JointTrajectoryController (ros-controls#25)
061dbcf
* JTrajectoryController now publishes JTControlerState msgs at state_publish_rate * Fix dependencies, add tests, style code. state_publisher: Added above 0 check, removed temporary variable. changed JTrajControllerStateMsg to ControllerStateMsg switch state_publish_rate parameter type to double
piraka9011
No branches or pull requests
Design Requirements
ROS2 does not have a parameter server per se, however, a node based parameter server can be implemented.
An initial implementation of the parameter server can be found in controller_parameter_server/include/controller_parameter_server/parameter_server.hpp
There is no interface though for the expected format of the YAML file.
rcpputils/filesystem_helper
for file handling.The text was updated successfully, but these errors were encountered: