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

[jsk_fetch_startup] add network_status in fetch_bringup.launch #1285

Merged
merged 3 commits into from
Jul 17, 2021

Conversation

knorth55
Copy link
Member

launch jsk_network_tools/network_status.py in fetch_bringup.launch

cc. @708yamaguchi

@knorth55 knorth55 added this to the 1.1.1 milestone Jan 7, 2021
Copy link
Member

@k-okada k-okada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this similar to #1253 ? @708yamaguchi

@knorth55
Copy link
Member Author

@k-okada this is similar to #1253, but this node publish more detailed information about network.

$ rostopic echo /fetch1075/
/fetch1075/app_list                /fetch1075/eth1/transmit           /fetch1075/nonlocal/receive_mbps
/fetch1075/application/app_status  /fetch1075/eth1/transmit_kbps      /fetch1075/nonlocal/transmit
/fetch1075/eth0/receive            /fetch1075/eth1/transmit_mbps      /fetch1075/nonlocal/transmit_kbps
/fetch1075/eth0/receive_kbps       /fetch1075/lo/receive              /fetch1075/nonlocal/transmit_mbps
/fetch1075/eth0/receive_mbps       /fetch1075/lo/receive_kbps         /fetch1075/wlan0/receive
/fetch1075/eth0/transmit           /fetch1075/lo/receive_mbps         /fetch1075/wlan0/receive_kbps
/fetch1075/eth0/transmit_kbps      /fetch1075/lo/transmit             /fetch1075/wlan0/receive_mbps
/fetch1075/eth0/transmit_mbps      /fetch1075/lo/transmit_kbps        /fetch1075/wlan0/transmit
/fetch1075/eth1/receive            /fetch1075/lo/transmit_mbps        /fetch1075/wlan0/transmit_kbps
/fetch1075/eth1/receive_kbps       /fetch1075/nonlocal/receive        /fetch1075/wlan0/transmit_mbps
/fetch1075/eth1/receive_mbps       /fetch1075/nonlocal/receive_kbps
$ rostopic echo /fetch1075/wlan0/receive_kbps
data: 1259.0
---
data: 1216.0
---
data: 1188.0
---
data: 1118.0
---
$ rostopic echo /fetch1075/wlan0/transmit_kbps
data: 18570.0
---
data: 18520.0
---
data: 18572.0
---
data: 18623.0
---
data: 18620.0
---
data: 18296.0
---

@knorth55
Copy link
Member Author

knorth55 commented Jul 16, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants