Skip to content

Commit

Permalink
add network tools to installation
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervDooren authored May 2, 2024
1 parent 91073ed commit c2f6fdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup/emc-update-impl.bash
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ fi
# 3) Install dependencies
_make_sure_installed python3-catkin-tools libassimp-dev ros-"${EMC_ROS_DISTRO}"-cv-bridge ros-"${EMC_ROS_DISTRO}"-image-geometry ros-"${EMC_ROS_DISTRO}"-map-server ros-"${EMC_ROS_DISTRO}"-message-generation ros-"${EMC_ROS_DISTRO}"-message-runtime ros-"${EMC_ROS_DISTRO}"-nav-msgs ros-"${EMC_ROS_DISTRO}"-robot-state-publisher ros-"${EMC_ROS_DISTRO}"-joint-state-publisher ros-"${EMC_ROS_DISTRO}"-roscpp ros-"${EMC_ROS_DISTRO}"-rviz ros-"${EMC_ROS_DISTRO}"-shape-msgs ros-"${EMC_ROS_DISTRO}"-tf2 ros-"${EMC_ROS_DISTRO}"-tf ros-"${EMC_ROS_DISTRO}"-xacro

# 3.5) Install networking tools
_make_sure_installed libnss-mdns avahi-daemon avahi-dnsconfd nmap ssh net-tools
# 4) Compile
if [[ -n "$CI" ]]
then
Expand Down

0 comments on commit c2f6fdf

Please sign in to comment.