Skip to content

Commit

Permalink
Merge pull request #7 from gavanderhoorn/issue6_source_vs_devel_vs_in…
Browse files Browse the repository at this point in the history
…stall

Fix issue #6: No robot model when using display.launch (again)
  • Loading branch information
isucan committed Jan 9, 2014
2 parents 23b3709 + 15d5a08 commit 766363b
Show file tree
Hide file tree
Showing 21 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@ project(urdf_tutorial)
find_package(catkin)
catkin_package()

install(DIRECTORY urdf_tutorial/
foreach(dir images launch urdf)
install(DIRECTORY ${dir}/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir})
endforeach(dir)

install(
FILES urdf.rviz urdf.vcg
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion urdf_tutorial/display.launch → launch/display.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<param name="use_gui" value="$(arg gui)"/>
<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" />
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find urdf_tutorial)/urdf_tutorial/urdf.rviz" required="true" />
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find urdf_tutorial)/urdf.rviz" required="true" />
</launch>
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<param name="use_gui" value="$(arg gui)"/>
<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" />
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find urdf_tutorial)/urdf_tutorial/urdf.rviz" required="true" />
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find urdf_tutorial)/urdf.rviz" required="true" />
</launch>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 766363b

Please sign in to comment.