Revision 372eec67 examples/yarp_icub/include/icub_jointinterface.h

View differences:

examples/yarp_icub/include/icub_jointinterface.h
73 73

  
74 74
    // yarp views
75 75
    yarp::dev::IVelocityControl *yarp_ivel_;
76
    yarp::dev::IPositionControl *yarp_ipos_;
76
    //yarp::dev::IPositionControl *yarp_ipos_;
77 77

  
78 78
    //yarp::dev::IEncodersTimed *yarp_iencs_;
79 79
    yarp::dev::IControlLimits *yarp_ilimits_;
......
110 110
    //yarp::sig::Vector velocities;
111 111

  
112 112

  
113
    void store_min_max(yarp::dev::IControlLimits *ilimits, int id, int e);
113
    void store_min_max(yarp::dev::IControlLimits *ilimits, int icub_id);
114 114

  
115 115
   //float last_pos_eye_vergence;
116 116
    //float last_pos_eye_pan;
117 117
   // float last_vel_eye_vergence;
118 118
    //float last_vel_eye_pan;
119 119

  
120
    void store_joint(int id, float value);
121
    void set_target_in_positionmode(int id);
120
    //void store_joint(int id, float value);
122 121
    void set_target_in_velocitymode(int id);
123 122

  
124 123

  

Also available in: Unified diff