You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
49
49
50
-
* For Windows: `echo %AMENT_PREFIX_PATH%` in the command prompt.
50
+
* For Windows: `echo %COLCON_PREFIX_PATH%` in the command prompt.
51
51
52
-
* For Linux and macOS: `echo $AMENT_PREFIX_PATH` in the terminal.
52
+
* For Linux and macOS: `echo $COLCON_PREFIX_PATH` in the terminal.
53
53
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:
0 commit comments