We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881fffe commit f2ac0aaCopy full SHA for f2ac0aa
src/stageros.cpp
@@ -457,7 +457,7 @@ StageNode::WorldCallback()
457
for(unsigned int i = 0; i < sensor.ranges.size(); i++)
458
{
459
msg.ranges[i] = sensor.ranges[i];
460
- msg.intensities[i] = (uint8_t)sensor.intensities[i];
+ msg.intensities[i] = sensor.intensities[i];
461
}
462
463
if (robotmodel->lasermodels.size() > 1)
0 commit comments