Skip to content
Snippets Groups Projects
Commit ac228f9b authored by Florian Walch's avatar Florian Walch
Browse files

Merge pull request #49 in SWDEV/franka_ros from update-dependency to kinetic-devel

* commit '18361d49':
  franka_visualization: Fix path to RViz config file
  Fix dependencies on libfranka
  Integrate franka_description as subdirectory
parents 8fa071a6 18361d49
No related branches found
No related tags found
No related merge requests found
Showing
with 19 additions and 6 deletions
[submodule "franka_description"]
path = franka_description
url = https://github.com/frankaemika/franka_description.git
# CHANGELOG # CHANGELOG
## 0.1.1 - UNRELEASED
* Integrate `franka_description` as subdirectory
* Fix dependencies on libfranka
* Fix RViz config file path in `franka_visualization`
## 0.1.0 - 2017-09-15 ## 0.1.0 - 2017-09-15
* Initial release * Initial release
......
<?xml version="1.0"?> <?xml version="1.0"?>
<package format="2"> <package format="2">
<name>franka_control</name> <name>franka_control</name>
<version>0.1.0</version> <version>0.1.1</version>
<description>franka_control provides a hardware node to control a Franka Emika research robot</description> <description>franka_control provides a hardware node to control a Franka Emika research robot</description>
<maintainer email="info@franka.de">Franka Emika GmbH</maintainer> <maintainer email="info@franka.de">Franka Emika GmbH</maintainer>
<license>Apache 2.0</license> <license>Apache 2.0</license>
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<build_depend>message_generation</build_depend> <build_depend>message_generation</build_depend>
<depend>Franka</depend> <depend>libfranka</depend>
<depend>actionlib</depend> <depend>actionlib</depend>
<depend>actionlib_msgs</depend> <depend>actionlib_msgs</depend>
<depend>controller_interface</depend> <depend>controller_interface</depend>
......
Subproject commit 37b05181deb2d27a8ebcfee1e0d4a6871902682e
cmake_minimum_required(VERSION 2.8.3)
project(franka_description)
find_package(catkin REQUIRED)
catkin_package(CATKIN_DEPENDS xacro)
/**
* @mainpage
* @htmlinclude "manifest.html"
*
* Overview page for Franka Emika research robots: https://frankaemika.github.io
*/
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment