Kobuki Deep Learning Robot
Kobuki Deep Learning Robot
The TurtleBot2 (Kobuki) was develop by To build the robot applications you can use
Yujin Robotics (Korea) in 2013. It is a the robot operating system (ROS), that
mobile robot of differential kinematics bring us some libraries and more
developed for research and education. characteristic to do it.
APPLICATIONS
AAL: Ambient Assisted Living
Robots able to provide services in
domestic environment for example, bring
Figure 1. Kobuki base.
medicine, monitor the health status, fall
detection, provides information in real
time in case of some accident using a
human robot interface(HRI).
Navigation, localization and
mapping based on Kinect (Slam
2D y 3D).
Visual odometry algorithms, 3D
algorithms based in Kinect, Localization
of Radiofrequency sources with
directional antennas, etc.
Educational
Educational tool to teach programming
Figure 2. Kobuki mobile robot. and mechatronics.
Education in advanced robotics,
What is deep learning? autonomous behaviors, artificial vision,
localization and mapping, trajectory
Deep Learning is the Approximation to planning, kinematics studies, etc.
Human Perception, logical structures are
used that are more closely resembling the Kobuki can be used for investigation
organization of the nervous system of platforms, depends of the robotic kit used
mammals, having layers of process units in it structure.
(artificial neurons) that specialize in
detecting certain characteristics existing in
the perceived objects. Artificial vision is MORPHOLOGY
one of the areas where Deep Learning A mobile robot of differential kinematics,
provides a considerable improvement with two wheels each wheel gives a half of
compared to more traditional algorithms. the final speed and two dead wheels used
as a support.
Universidad Autnoma de Occidente. Araque Andres, Salazar Daniel,
Pedroza Francisco. Kobuki Deep learning robot.
It has two plates where is possible to attach First the base, on frontal view its possible
a cam or others accessories depending of to see the width of the entire base and the
the task to do, that plates dont have joints width of the part of the base which is
so only apports to the robot the changes on lower.
its center of mass, same with the columns
Also, the different heights including the
that supports the plates.
total one and some lateral heights.
All the measures are in millimeters so the
GEOMETRY total width of the base is something like 35
cm, and the total height is about 11 cm.
PROCEDURE
The first step was measure the robot which
is on the UAO laboratory, then we created
the blueprints of each link, then we created
the 3D solids using SolidWorks.
SolidWorks exports the solid as a STL to
will be exporting as STL to the URDF file.
CONCLUSIONS
Importing a STL model to ROS is
Figure 10. URDF robots code. the best way to have an exact
geometry and the possibility of
make the model functional.
Universidad Autnoma de Occidente. Araque Andres, Salazar Daniel,
Pedroza Francisco. Kobuki Deep learning robot.