Skip to content

Commit d117fff

Browse files
author
Minggang Wang
committed
Use COLCON_PREFIX_PATH to replace AMENT_PREFIX_PATH
Fix #474
1 parent fbdb471 commit d117fff

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
@@ -45,13 +45,13 @@ git submodule update --init --recursive
4545

4646
## Build Module
4747

48-
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:
48+
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:
4949

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

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

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

5656
* For Windows, open the command prompt and run
5757

0 commit comments

Comments
 (0)