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
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions jsk_fetch_robot/jsk_fetch_startup/launch/fetch_bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
<include file="$(find jsk_fetch_startup)/launch/fetch_teleop.xml"
if="$(arg launch_teleop)" />

<!-- network status -->
<node pkg="jsk_network_tools" type="network_status.py" name="network_status" />
<!-- network detector -->
<node pkg="pr2_computer_monitor" type="network_detector" name="network_detector">
<rosparam>
Expand Down