Skip to content
Snippets Groups Projects
Commit 63f53636 authored by Simon Ottenhaus's avatar Simon Ottenhaus
Browse files

Fixed IMU name

parent 049ea8ba
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ void XsensIMU::OnIMUCycle(const timeval& TimeStamp, const CIMUDevice* pIMUDevice
data.orientationQuaternion.push_back(CurrentState.m_PhysicalData.m_OrientationQuaternion[2]);
data.orientationQuaternion.push_back(CurrentState.m_PhysicalData.m_OrientationQuaternion[3]);
IMUTopicPrx->reportSensorValues("device", pIMUDevice->GetDeviceId(), data, now);
IMUTopicPrx->reportSensorValues("XsensIMU", pIMUDevice->GetDeviceId(), data, now);
}
......
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