Skip to content

Commit

Permalink
Resolve final error in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-palmer committed Sep 16, 2024
1 parent bde0c33 commit 911abb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ install/
log/

.mypy_cache/
.ruff_cache/
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"*.srdf": "xml",
"*.rviz": "yaml",
"*.config": "xml",
"*.sdf": "xml",
"core": "cpp",
"memory": "cpp"
"*.sdf": "xml"
},
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.profiles.linux": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class IntegralSlidingModeController : public controller_interface::ChainableCont

auto update_parameters() -> void;

controller_interface::CallbackReturn configure_parameters();
auto configure_parameters() -> controller_interface::CallbackReturn;

realtime_tools::RealtimeBuffer<std::shared_ptr<geometry_msgs::msg::Twist>> reference_;
std::shared_ptr<rclcpp::Subscription<geometry_msgs::msg::Twist>> reference_sub_;
Expand Down

0 comments on commit 911abb1

Please sign in to comment.