-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial commit * Setpoint node is done. * Adjusting file structure. * Getting into the meat of code migration. * The meat of pid.cpp compiles but it does not spin correctly. * Fixed the spinning issue. Controller node is functional. * It works! At a basic level. * Adding a launch file and minor cleanup. * Trying to fix readme format. * Setting topic names up for configuration, debug on PID parameters. * Setting version number for initial release. * Correcting the tag. * Updating version * Re-write to use newer ROS2 launch file structure * Update to Foxy QoS profile * Replace lambda functions with member functions * Add newlines at end of files * make control_effort callback private * Use ROS2 parameter mechanism for PID variables * Log callbacks under debug mode * Do not ROS QoS profile - for some reason data isn't making it through to the subscriber * Use 2 space indentation * fixed typo in comment * exposed angle_error and pid_enabled parameters --------- Co-authored-by: AndyZe <[email protected]>
- Loading branch information
Showing
6 changed files
with
99 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters