Robot: modernize C++: use default member init
This commit is contained in:
@@ -34,7 +34,7 @@ using namespace KDL;
|
||||
//===========================================================================
|
||||
|
||||
Simulation::Simulation(const Robot::Trajectory &Trac,Robot::Robot6Axis &Rob)
|
||||
:Pos(0.0),Trac(Trac),Rob(Rob)
|
||||
:Trac(Trac),Rob(Rob)
|
||||
{
|
||||
// simulate a trajectory with only one waypoint make no sense!
|
||||
assert(Trac.getSize() > 1);
|
||||
|
||||
Reference in New Issue
Block a user