Skip to content

Commit

Permalink
Switch from joint_state_publisher to jsp_gui
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-reynolds committed Apr 5, 2020
1 parent 49e627b commit c4803e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/launch/view_urdf.launch
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0"?>
<launch>

<!-- load robot -->
<!-- Load robot -->
<param name="robot_description"
command="$(find xacro)/xacro --inorder '$(find urdf_geometry_parser)/test/urdf/four_wheel_steering.urdf.xacro'" />

<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />

<param name="use_gui" value="true" />
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" />
<node name="joint_state_publisher_gui" pkg="joint_state_publisher_gui" type="joint_state_publisher_gui" />
<node name="rviz" pkg="rviz" type="rviz" required="true" />
</launch>
1 change: 1 addition & 0 deletions test/urdf_geometry_parser.test
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0"?>
<launch>
<param name="robot_description"
command="$(find xacro)/xacro --inorder '$(find urdf_geometry_parser)/test/urdf/four_wheel_steering.urdf.xacro'" />
Expand Down

0 comments on commit c4803e7

Please sign in to comment.