File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
robot-template/_build/robot-noble-ros2 Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,7 @@ ENV HHCM_FOREST_CLONE_DEFAULT_PROTO=https
5555# pip deps
5656RUN source ~/env/bin/activate && pip install netifaces
5757
58- # ============ ADD ROS2 DDS CONFIGURATION HERE ============
59- # ROS2 DDS Configuration (for all robots using ROS2)
60- # Install cmake if not already present (might be needed for ros2_config)
58+ # ROS2 DDS Configuration
6159RUN if [ "$SETUP_ROS2_DDS" = "true" ]; then \
6260 sudo apt-get update && sudo apt-get install -y cmake build-essential; \
6361 fi
@@ -78,7 +76,7 @@ RUN if [ "$SETUP_ROS2_DDS" = "true" ]; then \
7876RUN if [ "$ROS_DDS_VENDOR" = "cyclonedds" ]; then \
7977 echo "export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp" >> ~/.bashrc; \
8078 fi
81- # ============ END ROS2 DDS CONFIGURATION ============
79+ # END ROS2 DDS CONFIGURATION
8280
8381# build required software (requires valid netrc for auth)
8482# FIX 2: Activate env before running build script
You can’t perform that action at this time.
0 commit comments