ApolloAuto / apollo

An open autonomous driving platform
Apache License 2.0
25.24k stars 9.72k forks source link

bash: cyber_visualizer: command not found #11333

Closed Sun1307010608 closed 4 years ago

Sun1307010608 commented 4 years ago

hello @Apollo, I used apollo-5.5.0 in ubuntu16.04LTS, I could run the "demo_3.5.record" demo data an see the result in localhost:8888. And the command cyber_monitor can be used correctly. but the errors happened when i ran the command like “cyber_visualizer”, "rosbag_to_record" etc. And I used “sudo find / -name cyber_visualizer” cannot find any executable file as this name. Do you guys knows what's the problem.

cyb

zhanghm1995 commented 4 years ago

The cyber_visualizer is not be built in Apollo 5.5 by default, you can refer to this to built it.

Sun1307010608 commented 4 years ago

@zhanghming Thank you very much!!! I solved this problem by your proposal.