mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 09:20:40 +00:00
added ROS2 and colcon shell completion
This commit is contained in:
@@ -78,6 +78,10 @@
|
||||
# Display stuff
|
||||
export DISPLAY=''${DISPLAY:-:0}
|
||||
export QT_X11_NO_MITSHM=1
|
||||
if [[ ! $DIRENV_IN_ENVRC ]]; then
|
||||
eval "$(${pkgs.python3Packages.argcomplete}/bin/register-python-argcomplete ros2)"
|
||||
eval "$(${pkgs.python3Packages.argcomplete}/bin/register-python-argcomplete colcon)"
|
||||
fi
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user