Search found 1 match

by doug
02 Aug 2025, 02:04
Forum: Bug reports
Topic: Problem using setStringSignal with packFloatTable
Replies: 1
Views: 217673

Problem using setStringSignal with packFloatTable

Hello,

I'm having trouble using sim.setStringSignal in combination with sim.packFloatTable in a custom child script for the fastHokuyo sensor. Here's a simplified version of my code:


sim.setStringSignal('hokuyo_range_data', sim.packFloatTable(dists))
sim.setStringSignal('hokuyo_angle_data ...