Skip to content

Commit

Permalink
add smach_image_publisher in fetch_bringup.launch
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Oct 3, 2022
1 parent 5247165 commit 5c4dbf1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jsk_fetch_robot/jsk_fetch.rosinstall.melodic
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
local-name: jsk-ros-pkg/coral_usb_ros
uri: https://github.com/jsk-ros-pkg/coral_usb_ros.git
version: master
# headless smach_viewer
# https://github.com/ros-visualization/executive_smach_visualization/pull/46
- git:
local-name: ros-visualization/executive_smach_visualization
uri: https://github.com/knorth55/executive_smach_visualization.git
version: develop/fetch
# eus10 and roseus_resume
- git:
local-name: euslisp/Euslisp
Expand Down
8 changes: 8 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 @@ -342,6 +342,14 @@
</rosparam>
</node>

<!-- publish smach image -->
<node name="smach_image_publisher" pkg="smach_viewer" type="smach_image_publisher.py"
output="screen">
<rosparam>
duration: 0.5
</rosparam>
</node>

<!-- Two robots cannot use one rosserial device at the same time -->
<group if="$(eval hostname == 'fetch1075')">
<include file="$(find jsk_fetch_startup)/launch/fetch_rosserial.launch" />
Expand Down

0 comments on commit 5c4dbf1

Please sign in to comment.