Open zbynekwinkler opened 4 years ago
At 1:32 sim time, B10W600R spins up, and A600L never starts. I can't see any problems in the logs. I assume you sent the same command to both robots?
I assume you sent the same command to both robots?
The rostopic_stats_logger.log
notes (quoted above) that the command from our node has been sent to the bridge an 86s of sim time. AFAIU any twist command (no matter the value) starts the rotors. But yes, we send the same commands - the only difference should be 10s wait for the B robot wrt the A robot.
In simulation
eaee7507-5006-4529-a2c0-1f283c9481b0
the drone named A600L never took off.When analyzing the problem, I was able to confirm that some speed commands got all the way to the process
/A600L/ros_ign_bridge_twist
- see this excerpt fromrostopic_stats_logger.log
:Further analysis of the file
state.tlog
revealed that the drone rotors never started to turn. In the file in the "pose" message there are two poses with the namerotor_0
and different ids - 175 and 224. The rotor with id 224 starts to move at around 92s which directly corresponds to our commands to the other drone in the simulation. The rotor with id 175 never turns (its orientation never significantly changes except some noise).