Skip to content
Snippets Groups Projects
Commit 8430d722 authored by vahrenkamp's avatar vahrenkamp
Browse files

Minor fix: Order in constructor initialization.

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@266 042f3d55-54a8-47e9-b7fb-15903f145c44
parent 9dc57dd1
No related branches found
No related tags found
No related merge requests found
......@@ -153,9 +153,9 @@ public:
protected:
RobotPtr robot;
Eigen::Matrix4f pose;
RobotNodePtr frame;
RobotPtr robot;
};
} // namespace VirtualRobot
......
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