Skip to content

Commit

Permalink
Baxter PyKDL - package rename: baxter_pykdl
Browse files Browse the repository at this point in the history
  • Loading branch information
rethink-kmaroney committed May 14, 2014
1 parent a24a868 commit 8c46bfe
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 1,147 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8.3)
project(baxter_haptics)
project(baxter_pykdl)

find_package(catkin
REQUIRED
Expand Down
18 changes: 9 additions & 9 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<?xml version="1.0"?>
<package>
<name>baxter_haptics</name>
<version>1.0.0</version>
<name>baxter_pykdl</name>
<version>0.1.0</version>
<description>
Kyle toying with haptic interactions, PyKDL, kdl_parser_py
Kyle toying with PyKDL, kdl_parser_py
</description>

<maintainer email="rsdk.support@rethinkrobotics.com">
Rethink Robotics Inc.
<maintainer email="kmaroney@rethinkrobotics.com">
Kyle Maroney
</maintainer>
<license>BSD</license>
<url type="website">http://www.rethinkrobotics.com/sdk</url>
<url type="website">http://sdk.rethinkrobotics.com/wiki</url>
<url type="repository">
https://github.com/RethinkRobotics/baxter
https://github.com/rethink-kmaroney/baxter_pykdl
</url>
<url type="bugtracker">
https://github.com/RethinkRobotics/baxter/issues
https://github.com/rethink-kmaroney/baxter_pykdl/issues
</url>
<author>Rethink Robotics Inc.</author>
<author>Kyle Maroney</author>

<buildtool_depend>catkin</buildtool_depend>

Expand Down
1 change: 0 additions & 1 deletion scripts/baxter_haptics.py → scripts/baxter_kinematics.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
# POSSIBILITY OF SUCH DAMAGE.

import PyKDL
import sys

import rospy

Expand Down
Loading

0 comments on commit 8c46bfe

Please sign in to comment.