Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.
/ net-node Public archive

Simple ROS 2 node to forward information about network devices as ros topic

License

Notifications You must be signed in to change notification settings

Fleet-Control/net-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sys Info

This ROS2 package is deprecated, please use sys_info instead!

Net Node

ROS 2 Network information node.

Allows you to get information on your ROS 2 robot via ROS 2 itself.

Installation

Clone the repository in your ros-workspace and build using colcon:

cd ~/ros_ws/src
git clone https://github.com/Fleet-Control/net-node.git
colcon build

after successful installation re-source your ROS workspace.

Usage

Start the "NetNode" node

ros2 run net_node net_node

Then you can get network information about the host system of your ROS2 node, for example:

ros2 service call /net_info net_msgs/srv/NetworkInfo

About

Simple ROS 2 node to forward information about network devices as ros topic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published