Skip to content

Commit

Permalink
Remove default carg
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-yoshi committed Apr 11, 2024
1 parent f8d2431 commit 8eaa211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class CartesianForceController : public virtual cartesian_controller_base::Carte
*/
ctrl::Vector6D computeForceError();
std::string m_new_ft_sensor_ref;
void setFtSensorReferenceFrame(const std::string& new_ref, const KDL::Frame& new_ref_offset=Base::identity_transform_kdl);
void setFtSensorReferenceFrame(const std::string& new_ref, const KDL::Frame& new_ref_offset);

private:
ctrl::Vector6D compensateGravity();
Expand Down

0 comments on commit 8eaa211

Please sign in to comment.