Skip to content

Commit

Permalink
don't check ros plug is connected
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Jun 7, 2024
1 parent f0bcdf5 commit 7a4fa2c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions snap/local/ros_common/configure_hook_ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ if [ "$TRANSPORT_SETTING" = "builtin" ] || [ "$TRANSPORT_SETTING" = "shm" ]; the
fi
fi

# Make sure ros-humble-ros-base is connected
ROS_PLUG="ros-humble-ros-base"
# # Make sure ros-humble-ros-base is connected
# ROS_PLUG="ros-humble-ros-base"

if ! snapctl is-connected ${ROS_PLUG}; then
log_and_echo "Plug '${ROS_PLUG}' isn't connected. Please run:"
log_and_echo "snap connect ${SNAP_NAME}:${ROS_PLUG} ${ROS_PLUG}:${ROS_PLUG}"
exit 1
fi
# if ! snapctl is-connected ${ROS_PLUG}; then
# log_and_echo "Plug '${ROS_PLUG}' isn't connected. Please run:"
# log_and_echo "snap connect ${SNAP_NAME}:${ROS_PLUG} ${ROS_PLUG}:${ROS_PLUG}"
# exit 1
# fi

0 comments on commit 7a4fa2c

Please sign in to comment.