From 39a1458e8496cf7d0851d9811586cf65879ad6c7 Mon Sep 17 00:00:00 2001 From: Chen Jialong <81243518+Gallon-423@users.noreply.github.com> Date: Thu, 22 Jan 2026 21:34:33 +0800 Subject: [PATCH] Fix command syntax in README for AirSim server Removed unnecessary equal sign from command syntax. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9d6e28..a492643 100755 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Watch a full successful flight of our Aerial ObjectNav Agent in action: 1.First, you should launch the AirSim environment server. ```bash - python airsim_plugin/AirVLNSimulatorServerTool.py --port=30000 --root_path= "your workspace path" + python airsim_plugin/AirVLNSimulatorServerTool.py --port=30000 --root_path "your workspace path" ``` 2.Then, you can execute the bash script to run the simulator