-
Notifications
You must be signed in to change notification settings - Fork 10k
Closed
Labels
Module: PerceptionIndicates perception related issuesIndicates perception related issuesType: Help wantedIndicates that a maintainer wants help on an issue/pull request from the rest of the communityIndicates that a maintainer wants help on an issue/pull request from the rest of the community
Description
Hi all, I'm trying to do some offline test regarding the traffic light detection function of Apollo.
Since I don't have cameras, I download the bag files provided by Apollo(demo-2.0, 3.2G).
Here is what I do:
- scripts/bootstrap.sh
- chose map sunnyvale_loop and vehicle mkz8 in dreamview
- rosbag play -l demo2.0.bag
- check all the topics the traffic light detection needs:/tf, /tf_static, /apollo/sensor/camera/traffic/image_short(long), /apollo/localization/pose
- enable the perception module in dreamview
I can see that the obstacle detection of perception works, since I can see obstacles in dreamview(there is no obstacle topic in bag file, only PointCLoud2 topic).But the traffic detection is not working, since in dreamview, the traffic light detection result is no signal, even when the car stops at the instersection.
I check the log file named perception.ERROR, here it is:

It seems to be the time issue of tf in ros, then I tried to play the bag file with /use_sim_time to be true and false, the same error occurs.
Has someone figure this out? Thank you!
Metadata
Metadata
Assignees
Labels
Module: PerceptionIndicates perception related issuesIndicates perception related issuesType: Help wantedIndicates that a maintainer wants help on an issue/pull request from the rest of the communityIndicates that a maintainer wants help on an issue/pull request from the rest of the community