You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We are facing the following problems about reporting the position of large and small objects:
We can successfully identify the target vessel and report the position. We received the feedback vessel_id_success in mbzirc/phase and mbzirc/target/stream/status. When we report the position of the small object, the feedback of mbzirc/target/stream/status is stream_started, and we can see that the position report of the small object has been received in the terminal of simulator. However, we didn't get any feedback, such as small_object_id_success or small_object_id_failure.
It looks like this screenshot below, in the right-top of which is output of our own code, the second line takes mbzirc/phase as input while the third line takes mbzirc/target/stream/status as input, others are not relevant.
We did have updated the simulator environment to the very newest commit. So I wonder what I may do wrong. Thanks in advance.
The text was updated successfully, but these errors were encountered:
just checking if your operations are done in this order:
spawn all vehicles in start gate before doing anything.
video stream is started before reporting targets
You can also double check the events logged in /tmp/ign/mbzirc/logs/events.yml. One possibility is that it could be vehicle attempting to report the small target or stream images is spawned later into simulation after the phase has changed to started?
You can take a look at the steps listed in #195 to see how we are testing target reporting. See if you are doing something different that we are not expecting.
Hi,
We are facing the following problems about reporting the position of large and small objects:
We can successfully identify the target vessel and report the position. We received the feedback
vessel_id_success
inmbzirc/phase
andmbzirc/target/stream/status
. When we report the position of the small object, the feedback ofmbzirc/target/stream/status
isstream_started
, and we can see that the position report of the small object has been received in the terminal of simulator. However, we didn't get any feedback, such assmall_object_id_success
orsmall_object_id_failure
.It looks like this screenshot below, in the right-top of which is output of our own code, the second line takes
mbzirc/phase
as input while the third line takesmbzirc/target/stream/status
as input, others are not relevant.We did have updated the simulator environment to the very newest commit. So I wonder what I may do wrong. Thanks in advance.
The text was updated successfully, but these errors were encountered: