Merge pull request #23 from piyushk/patch-1
installing joint state publisher so that it can be used by rosrun
This commit is contained in:
commit
f02587c675
|
@ -6,3 +6,5 @@ find_package(catkin)
|
|||
catkin_python_setup()
|
||||
|
||||
catkin_package()
|
||||
|
||||
install(PROGRAMS joint_state_publisher/joint_state_publisher DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})
|
||||
|
|
Loading…
Reference in New Issue