Unable to start flatsim

The instructions provided here:
https://docs.nvidia.com/isaac/isaac/packages/navigation/doc/introduction.html#getting-started
suggest using the following command to start the flatsim simulator:

bob@desktop:~/isaac$ apps/flatsim/flatsim.sh

However, when I try it, I get the following error:

apps/flatsim/flatsim.sh 21: apps/flatsim/flatsim.sh: engine/alice/tools/main: not found

On the other hand, I successfully built all the sdk using the command:

bazeol build ...

so I cannot understand what I am missing. Do you have any suggestion to identify the problem?

The documentation is wrong. It should be “bazel run //apps/flatsim”.

Edit: Documentation has been fixed.