Skip to content
Snippets Groups Projects
Commit 4b7cc3d3 authored by Peter Kaiser's avatar Peter Kaiser
Browse files

Reverted accidentally commited change

parent c2465357
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,8 @@ void ForceTorqueUnitSimulation::onExitForceTorqueUnit()
void ForceTorqueUnitSimulation::simulationFunction()
{
//listenerPrx->reportSensorForceValues(forces);
//listenerPrx->reportSensorTorqueValues(torques);
listenerPrx->reportSensorForceValues(forces);
listenerPrx->reportSensorTorqueValues(torques);
//listenerPrx->reportSensorValues(forces);
//listenerPrx->reportSensorValues(torques);
......
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