Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mlherd authored Feb 13, 2018
1 parent 6a61652 commit 342c1cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions launch/display_hros5.launch~
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<launch>
<include file="$(find hros5_description)/launch/hros5_urdf.launch" />
<arg name="model" />
<arg name="gui" default="true" />
<param name="use_gui" value="$(arg gui)" />
<!-- Start state publishers -->
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" />
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
<!-- Start RVIZ -->
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find hros5_description)/config/hros5.rviz" />
</launch>
1 change: 1 addition & 0 deletions launch/jimmy.launch
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@

<node name="motion_saver" pkg="jimmy" type="motion_saver.py" output="screen" launch-prefix="xterm -e"/>
<node name="motion_player" pkg="jimmy" type="motion_player.py" output="screen" launch-prefix="xterm -e"/>
<node name="joint_mapper" pkg="jimmy" type="joint_states2motor_states.py" output="screen" launch-prefix="xterm -e"/>
<node name="keyboard" pkg="keyboard" type="keyboard"/>
</launch>

0 comments on commit 342c1cb

Please sign in to comment.