Skip to content
Snippets Groups Projects
Commit 6202aa7e authored by Raphael Grimm's avatar Raphael Grimm
Browse files

removed more warnings

parent 8796d82f
No related branches found
No related tags found
No related merge requests found
...@@ -157,6 +157,10 @@ namespace armarx ...@@ -157,6 +157,10 @@ namespace armarx
FramedPosition(const Eigen::Vector3f&, const std::string& frame, const std::string& agent); FramedPosition(const Eigen::Vector3f&, const std::string& frame, const std::string& agent);
FramedPosition(const Eigen::Matrix4f&, const std::string& frame, const std::string& agent); FramedPosition(const Eigen::Matrix4f&, const std::string& frame, const std::string& agent);
//FramedPosition(const Vector3BasePtr pos, const std::string &frame ); // this doesnt work for unknown reasons //FramedPosition(const Vector3BasePtr pos, const std::string &frame ); // this doesnt work for unknown reasons
FramedPosition(const FramedPosition& other) = default;
FramedPosition& operator=(const armarx::FramedPosition&) = default;
std::string getFrame() const; std::string getFrame() const;
void changeFrame(const SharedRobotInterfacePrx& referenceRobot, const std::string& newFrame); void changeFrame(const SharedRobotInterfacePrx& referenceRobot, const std::string& newFrame);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment