Skip to content

Commit 4476b1b

Browse files
author
Minggang Wang
committed
Replace COLCON_PREFIX_PATH with AMENT_PREFIX_PATH
This patch replaces COLCON_PREFIX_PATH with AMENT_PREFIX_PATH for README.md. Fix #None
1 parent 72ca792 commit 4476b1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ git submodule update --init --recursive
5959

6060
### Build Module
6161

62-
Before you build the module, you should make sure the ROS2 environments were loaded. You can check if the `COLCON_PREFIX_PATH` environment variable was set:
62+
Before you build the module, you should make sure the ROS2 environments were loaded. You can check if the `AMENT_PREFIX_PATH` environment variable was set:
6363

64-
* For Windows: `echo %COLCON_PREFIX_PATH%` in the command prompt.
64+
* For Windows: `echo %AMENT_PREFIX_PATH%` in the command prompt.
6565

66-
* For Linux and macOS: `echo $COLCON_PREFIX_PATH` in the terminal.
66+
* For Linux and macOS: `echo $AMENT_PREFIX_PATH` in the terminal.
6767

68-
If the `COLCON_PREFIX_PATH` is unset, you should load the ROS2 environments:
68+
If the `AMENT_PREFIX_PATH` is unset, you should load the ROS2 environments:
6969

7070
* For Windows, open the command prompt and run
7171

0 commit comments

Comments
 (0)