Skip to content
Snippets Groups Projects
Commit 25d21c4a authored by You Zhou's avatar You Zhou
Browse files

test on taskspacecontroller

parent 32e40a53
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ namespace armarx
for (size_t i = 0; i < rns->getSize(); ++i)
{
std::string jointName = rns->getNode(i)->getName();
ControlTargetBase* ct = prov->getControlTarget(jointName, ControlModes::Velocity1DoF);
ControlTargetBase* ct = prov->getControlTarget(jointName, ControlModes::VelocityTorque);
const SensorValueBase* sv = prov->getSensorValue(jointName);
targets.push_back(ct->asA<ControlTarget1DoFActuatorVelocity>());
......
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