Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a network debugging tool to help with common connection problems #516

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    9ba6220 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Factor out ROS-dependent parts

    This should make it easier to re-use this for ROS2
    fmauch committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    d8f4057 View commit details
    Browse the repository at this point in the history
  2. Also added check for trajectory port

    As each port has to be opened in a firewall situation we should check for each port.
    fmauch committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    5770211 View commit details
    Browse the repository at this point in the history
  3. Add exec_depend on sshpass

    fmauch committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    8735373 View commit details
    Browse the repository at this point in the history
  4. Add short introduction to Linux firewalls

    This covers only the basics of the most common firewalls. However, this
    should help most users to get things running in case of an active firewall.
    fmauch committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    e9344e2 View commit details
    Browse the repository at this point in the history