Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions urdf/reBot_B601_DM/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
cmake_minimum_required(VERSION 2.8.3)

project(reBot_B601_DM)

find_package(catkin REQUIRED)

catkin_package()

find_package(roslaunch)

foreach(dir config launch meshes urdf)
install(DIRECTORY ${dir}/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir})
endforeach(dir)
1 change: 1 addition & 0 deletions urdf/reBot_B601_DM/config/joint_names_reBot_B601_DM.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
controller_joint_names: ['', 'joint1', 'joint2', 'joint3', 'joint4', 'joint5', 'joint6', 'gripper_joint1', 'gripper_joint2', ]
3,942 changes: 3,942 additions & 0 deletions urdf/reBot_B601_DM/export.log

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions urdf/reBot_B601_DM/launch/display.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<launch>
<arg
name="model" />
<param
name="robot_description"
textfile="$(find reBot_B601_DM)/urdf/reBot_B601_DM.urdf" />
<node
name="joint_state_publisher_gui"
pkg="joint_state_publisher_gui"
type="joint_state_publisher_gui" />
<node
name="robot_state_publisher"
pkg="robot_state_publisher"
type="robot_state_publisher" />
<node
name="rviz"
pkg="rviz"
type="rviz"
args="-d $(find reBot_B601_DM)/urdf.rviz" />
</launch>
20 changes: 20 additions & 0 deletions urdf/reBot_B601_DM/launch/gazebo.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<launch>
<include
file="$(find gazebo_ros)/launch/empty_world.launch" />
<node
name="tf_footprint_base"
pkg="tf"
type="static_transform_publisher"
args="0 0 0 0 0 0 base_link base_footprint 40" />
<node
name="spawn_model"
pkg="gazebo_ros"
type="spawn_model"
args="-file $(find reBot_B601_DM)/urdf/reBot_B601_DM.urdf -urdf -model reBot_B601_DM"
output="screen" />
<node
name="fake_joint_calibration"
pkg="rostopic"
type="rostopic"
args="pub /calibrated std_msgs/Bool true" />
</launch>
Binary file added urdf/reBot_B601_DM/meshes/Lcnc.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/Lpla.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/Rcnc.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/Rpla.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/base_link.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/cnc0.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/cnc1.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/cnc2.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/cnc3.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/cnc4.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/cnc5.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/cnc7.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/gripper_left.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/gripper_link.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/gripper_right.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/link1.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/link2.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/link3.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/link4.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/link5.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/link6.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/motor2.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/motor3.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/motor4.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/motor5.STL
Binary file not shown.
Binary file added urdf/reBot_B601_DM/meshes/motor7.STL
Diff not rendered.
Binary file added urdf/reBot_B601_DM/meshes/pla0_black.STL
Diff not rendered.
Binary file added urdf/reBot_B601_DM/meshes/pla1_black.STL
Diff not rendered.
Binary file added urdf/reBot_B601_DM/meshes/pla2_black.STL
Diff not rendered.
Binary file added urdf/reBot_B601_DM/meshes/pla2_green.STL
Diff not rendered.
Binary file added urdf/reBot_B601_DM/meshes/pla3_black.STL
Diff not rendered.
Binary file added urdf/reBot_B601_DM/meshes/pla3_green.STL
Diff not rendered.
Binary file added urdf/reBot_B601_DM/meshes/pla4_black.STL
Diff not rendered.
Binary file added urdf/reBot_B601_DM/meshes/pla5_black.STL
Diff not rendered.
Binary file added urdf/reBot_B601_DM/meshes/pla5_white.STL
Diff not rendered.
Binary file added urdf/reBot_B601_DM/meshes/pla7_black.STL
Diff not rendered.
Binary file added urdf/reBot_B601_DM/meshes/pla7_green.STL
Diff not rendered.
21 changes: 21 additions & 0 deletions urdf/reBot_B601_DM/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<package format="2">
<name>reBot_B601_DM</name>
<version>1.0.0</version>
<description>
<p>URDF Description package for reBot_B601_DM</p>
<p>This package contains configuration data, 3D models and launch files
for reBot_B601_DM robot</p>
</description>
<author>TODO</author>
<maintainer email="TODO@email.com" />
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>roslaunch</depend>
<depend>robot_state_publisher</depend>
<depend>rviz</depend>
<depend>joint_state_publisher_gui</depend>
<depend>gazebo</depend>
<export>
<architecture_independent />
</export>
</package>
38 changes: 38 additions & 0 deletions urdf/reBot_B601_DM/urdf/reBot_B601_DM.csv

Large diffs are not rendered by default.

Loading