Question:
Command 'bulid' not found. Try 'bazel help'.
Result:
below is a answer from google:
If you enter the build command when you are in any other directory you will get the error that you received. Also, the build command will only work if you have run edksetup.sh and edited the correct build parameters into ~/src/edk2/Conf/target.txt (or whatever your path is).
then,I input this command:
root@in-dev-docker:/apollo# source cyber/setup.bash
this command is to refresh environment variant.
Question:
Permission denied
Result:
命令行中输入 sudo passwd 他会提示输入密码
然后确认 su root 再次输入密码即可 这时候你会发现你输入命令前的 $ 号已经变成 # 号,这就证明你已经成功了
Question:
bash: cyber_launch: command not found
Result:
firstly, you should konw that cyber_launch is a tool of cyber.
below is a answer from google:
I find because I don't compile those tools.
then I use bazel build them,command as below:
bazel build cyber/tools/...
great,succeed!
Question:
cyber_recorder: command not found #6764
Result:
cyber_recorder: command not found · Issue #6764 · ApolloAuto/apollo · GitHub