ApolloAuto / apollo

An open autonomous driving platform
Apache License 2.0
25.12k stars 9.7k forks source link

vehicle is stationary meanwhile the record is playing in the background #6631

Closed jeffrey-antoine closed 5 years ago

jeffrey-antoine commented 5 years ago

We appreciate you go through Apollo documentations and search previous issues before creating an new one. If neither of the sources helped you with your issues, please report the issue using the following form. Please note missing info can delay the response time.

System information

Steps to reproduce the issue:

Supporting materials (screenshots, command lines, code/script snippets):

unacao commented 5 years ago

do you see any error message in /apollo/data/log/dreamview.INFO?

siyangy commented 5 years ago

@jeffrey-antoine You probably need to toggle off the 'Sim Control' button.

jeffrey-antoine commented 5 years ago

do you see any error message in /apollo/data/log/dreamview.INFO?

the main problem are as following: I0125 20:31:03.022312 27121 map_service.cc:106] Failed to open map meta file: /metaInfo.json

I0125 20:31:03.111909 27121 point_cloud_updater.cc:63] Lidar height is updated to 1.91 I0125 20:31:03.200165 27126 simulation_world_service.h:224] Has not received any data from /apollo/canbus/chassis I0125 20:31:03.200184 27126 simulation_world_service.h:224] Has not received any data from /apollo/sensor/gnss/odometry I0125 20:31:03.200192 27126 simulation_world_service.h:224] Has not received any data from /apollo/localization/pose I0125 20:31:03.200196 27126 simulation_world_service.h:224] Has not received any data from /apollo/perception/obstacles I0125 20:31:03.200201 27126 simulation_world_service.h:224] Has not received any data from /apollo/prediction I0125 20:31:03.200204 27126 simulation_world_service.h:224] Has not received any data from /apollo/planning I0125 20:31:03.200208 27126 simulation_world_service.h:224] Has not received any data from /apollo/control I0125 20:31:03.200248 27126 hdmap.cc:24] Loading HDMap: /apollo/modules/map/data/sunnyvale_with_two_offices/base_map.bin ... E0125 20:31:04.365988 27126 hdmap_common.cc:175] lane[id = id: "26521-1" ]. sampled_leftwidth[0.787094] is too small. It should be larger than half vehicle width[1.05]. E0125 20:31:04.366036 27126 hdmap_common.cc:175] lane[id = id: "26521-1" ]. sampled_leftwidth[0.787105] is too small. It should be larger than half vehicle width[1.05]. E0125 20:31:04.366050 27126 hdmap_common.cc:175] lane[id = id: "26521-1" ]. sampled_leftwidth[0.787116] is too small. It should be larger than half vehicle width[1.05]. E0125 20:31:04.366062 27126 hdmap_common.cc:175] lane[id = id: "26521-1" ]. sampled_leftwidth[0.787127] is too small. It should be larger than half vehicle width[1.05]. E0125 20:31:04.366072 27126 hdmap_common.cc:175] lane[id = id: "26521-1" ]. sampled_leftwidth[0.787138] is too small. It should be larger than half vehicle width[1.05]. E0125 20:31:04.366083 27126 hdmap_common.cc:175] lane[id = id: "26521-1" ]. sampled_leftwidth[0.787149] is too small. It should be larger than half vehicle width[1.05].

PS: I tried the following command: bash apollo.sh test and it shows 82 fail locally and 2 fails are about cyber: image image

vlin17 commented 5 years ago

Please try 'cyber_monitor' while playing the record to see if the Cyber receives messages.

natashadsouza commented 5 years ago

@jeffrey-antoine were you able to resolve this issue?