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
export PYTHONWARNINGS="ignore:::setuptools.command.install,ignore:::setuptools.command.easy_install,ignore:::pkg_resources,ignore:easy_install command is deprecated,ignore:setup.py install is deprecated"
19
-
20
-
# Limit ROS 2 communication to localhost (can be overridden when needed)
echo"Setting up system dependencies not covered by pixi. This may require sudo rights. For non-Ubuntu systems, please install the required packages manually."
47
+
if(( has_sudo ));then
48
+
$meta_dir/scripts/make_basler.sh
49
+
$meta_dir/scripts/make_webots.sh
50
+
fi
122
51
}
123
52
124
53
build_repository() {
125
-
echo"Running full colcon build for bitbots_main repository..."
126
-
cd"$COLCON_WS"
127
-
54
+
echo"Running full colcon build..."
128
55
set +u
129
-
source"/opt/ros/${ROS_DISTRO}/setup.bash"
130
-
131
-
just build
132
-
}
133
-
134
-
setup_shell_aliases() {
135
-
if ask_question "Do you want to setup/update the Bit-Bots ROS 2 and colcon shell configuration?";then
0 commit comments