summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammad Farzan2021-06-20 02:32:06 +0430
committerMohammad Farzan2021-06-20 02:32:06 +0430
commita94966fd4f1e1282beb3a7ad88ac5fdfe6cea1e4 (patch)
tree2f9c84c8be9a3cb39ef307586bc3c9ffe8f243fc
parent9be4a4d8c4a75e1df1bcacdb11314b79763f914c (diff)
downloadaur-a94966fd4f1e1282beb3a7ad88ac5fdfe6cea1e4.tar.gz
Replace remaining foxy's with galactic
-rw-r--r--ros2-galactic.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/ros2-galactic.install b/ros2-galactic.install
index e57ab249713d..3a08069c151b 100644
--- a/ros2-galactic.install
+++ b/ros2-galactic.install
@@ -11,11 +11,11 @@ post_install() {
You should add something like this to your ~/.bashrc file:
export ROS_DOMAIN_ID=42
- source /opt/ros2/foxy/setup.bash
+ source /opt/ros2/galactic/setup.bash
This quick command will do it for you:
- printf \"\\\nexport ROS_DOMAIN_ID=42\\\nsource /opt/ros2/foxy/setup.bash\\\n\" >> ~/.bashrc
+ printf \"\\\nexport ROS_DOMAIN_ID=42\\\nsource /opt/ros2/galactic/setup.bash\\\n\" >> ~/.bashrc
Note 1: If you use zsh, replace '.bash' in the above lines with
'.zsh' and add the lines to ~/.zshrc .