Skip to content

Commit

Permalink
fixed merge conflicts and rebased; testing in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
tcappellari-bdai committed Nov 20, 2024
1 parent 403e756 commit 8f8e599
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spot_driver/src/interfaces/rclcpp_parameter_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,6 @@ std::optional<std::string> RclcppParameterInterface::getFramePrefix() const {
return declareAndGetParameter<std::string>(node_, kParameterFramePrefix);
}

std::optional<std::string> RclcppParameterInterface::getFramePrefix() const {
return declareAndGetParameter<std::string>(node_, kParameterFramePrefix);
}

bool RclcppParameterInterface::getGripperless() const {
return declareAndGetParameter<bool>(node_, kParameterNameGripperless, kDefaultGripperless);
}
Expand Down

0 comments on commit 8f8e599

Please sign in to comment.