Skip to content

Commit

Permalink
namespaceの重複を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotakku committed May 28, 2024
1 parent f4c230f commit 6599e69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/cpp_robotics/arm_kinematics/arm_kinematics.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ class ArmForwardKinematics {
ADVectorXd adq_, adx_;
};

namespace cpp_robotics {
template <class Derived>
class ArmForwardKinematicsWithPose {
public:
Expand Down Expand Up @@ -208,8 +207,6 @@ class ArmForwardKinematicsWithPose {
ADVectorXd adq_, adx_;
};

} // namespace cpp_robotics

template <class Derived>
class ArmInverseKinematics {
public:
Expand Down

0 comments on commit 6599e69

Please sign in to comment.