Skip to content

Commit ab977e6

Browse files
Adding catkinized baxter_common metapackage, baxter_description, URDF, DAEs and STLs.
1 parent ee832a9 commit ab977e6

File tree

28 files changed

+4093
-0
lines changed

28 files changed

+4093
-0
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,17 @@ nosetests.xml
3232
# Mr Developer
3333
.mr.developer.cfg
3434
.project
35+
.cproject
3536
.pydevproject
37+
.pydevproject
38+
*.swp
39+
.svn
40+
Makefile.rr
41+
CMakeFiles
42+
CMakeCache.txt
43+
cmake_install.cmake
44+
CATKIN_IGNORE
45+
catkin
46+
catkin_generated
47+
devel
48+
test_results

baxter_common/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cmake_minimum_required(VERSION 2.8.3)
2+
project(baxter_common)
3+
4+
find_package(catkin REQUIRED)
5+
6+
catkin_package()

baxter_common/package.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0"?>
2+
<package>
3+
<name>baxter_common</name>
4+
<version>0.6.1</version>
5+
<description>URDF and meshes describing the Baxter robot from Rethink
6+
Robotics.
7+
</description>
8+
9+
<maintainer email="[email protected]">
10+
Rethink Robotics Inc.
11+
</maintainer>
12+
<license>BSD</license>
13+
<url type="website">http://www.rethinkrobotics.com</url>
14+
<url type="repository">
15+
https://github.com/RethinkRobotics/baxter_common
16+
</url>
17+
<url type="bugtracker">
18+
https://github.com/RethinkRobotics/baxter_common/issues
19+
</url>
20+
<author>Rethink Robotics Inc.</author>
21+
22+
<buildtool_depend>catkin</buildtool_depend>
23+
24+
<run_depend>baxter_description</run_depend>
25+
26+
<export>
27+
<metapackage/>
28+
</export>
29+
30+
</package>

baxter_description/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cmake_minimum_required(VERSION 2.8.3)
2+
project(baxter_description)
3+
4+
find_package(catkin REQUIRED)
5+
6+
catkin_package()

baxter_description/meshes/base/PEDESTAL.DAE

Lines changed: 110 additions & 0 deletions
Large diffs are not rendered by default.
3.56 MB
Binary file not shown.

baxter_description/meshes/head/H0.DAE

Lines changed: 211 additions & 0 deletions
Large diffs are not rendered by default.

baxter_description/meshes/head/H0.STL

255 KB
Binary file not shown.

baxter_description/meshes/head/H1.DAE

Lines changed: 253 additions & 0 deletions
Large diffs are not rendered by default.

baxter_description/meshes/head/H1.STL

170 KB
Binary file not shown.

baxter_description/meshes/lower_elbow/E1.DAE

Lines changed: 253 additions & 0 deletions
Large diffs are not rendered by default.
586 KB
Binary file not shown.

baxter_description/meshes/lower_forearm/W1.DAE

Lines changed: 253 additions & 0 deletions
Large diffs are not rendered by default.
672 KB
Binary file not shown.

baxter_description/meshes/lower_shoulder/S1.DAE

Lines changed: 211 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.

baxter_description/meshes/torso/base_link.DAE

Lines changed: 421 additions & 0 deletions
Large diffs are not rendered by default.
3.3 MB
Binary file not shown.

baxter_description/meshes/upper_elbow/E0.DAE

Lines changed: 253 additions & 0 deletions
Large diffs are not rendered by default.
641 KB
Binary file not shown.

baxter_description/meshes/upper_forearm/W0.DAE

Lines changed: 373 additions & 0 deletions
Large diffs are not rendered by default.
1.26 MB
Binary file not shown.

baxter_description/meshes/upper_shoulder/S0.DAE

Lines changed: 253 additions & 0 deletions
Large diffs are not rendered by default.
1.83 MB
Binary file not shown.

baxter_description/meshes/wrist/W2.DAE

Lines changed: 295 additions & 0 deletions
Large diffs are not rendered by default.
553 KB
Binary file not shown.

baxter_description/package.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0"?>
2+
<package>
3+
<name>baxter_description</name>
4+
<version>0.6.1</version>
5+
<description>Description of Baxter robot from Rethink Robotics. This package
6+
contains the URDF and meshes describing Baxter.</description>
7+
8+
<maintainer email="[email protected]">
9+
Rethink Robotics Inc.
10+
</maintainer>
11+
<license>BSD</license>
12+
<url type="website">http://www.rethinkrobotics.com</url>
13+
<url type="repository">
14+
https://github.com/RethinkRobotics/baxter_common
15+
</url>
16+
<url type="bugtracker">
17+
https://github.com/RethinkRobotics/baxter_common/issues
18+
</url>
19+
<author>Rethink Robotics Inc.</author>
20+
21+
<buildtool_depend>catkin</buildtool_depend>
22+
23+
</package>

0 commit comments

Comments
 (0)