aerostack2 / aerostack2.github.io

Documentation of the Aerostack2 Project
https://aerostack2.github.io/
MIT License
8 stars 6 forks source link

Missed install instruction #29

Closed drfenixion closed 1 year ago

drfenixion commented 1 year ago

ROS2 Version

humble

Version

main

What happened?

Should be added to https://aerostack2.github.io/_02_examples/index.html#basics-examples

installation of iputils-ping to sudo apt install tmux tmuxinator -y like sudo apt install tmux tmuxinator iputils-ping -y

Because it uses ping command then test connection. ping -c 1 -W 1 google.com > /dev/null 2>&1 here aerostack2_ws/src/aerostack2/as2_cli/bash_utils/as2_projects.bash

If dont do that it will throw message about missed internet connection.

Relevant log output

No response

pariaspe commented 1 year ago

Done in #30 . Thanks for the report