-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.xml
158 lines (110 loc) · 11.7 KB
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Coder Coded</title>
<description>Pepper robotti ohjelmien suunnittelu ja koodaus sekä full stack -kehitys.
</description>
<link>https://www.codercoded.com/</link>
<atom:link href="https://www.codercoded.com/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Thu, 19 Sep 2019 22:29:05 +0300</pubDate>
<lastBuildDate>Thu, 19 Sep 2019 22:29:05 +0300</lastBuildDate>
<generator>Jekyll v3.8.5</generator>
<item>
<title>Pepper animation workflow improvement</title>
<description><p>We had our first encounter with Pepper at <a href="https://blog.hackjunction.com/hacking-robots-in-japan-a86bc227bfd4">Junction Asia</a> in Tokyo. During the Junction Asia hackathon, we came up with some cool animation ideas for the robot. However, we realized that the default tools used to create animations for Pepper were a bit cumbersome, and there would not be enough time to come up with anything useful at the hackathon. After the hackathon we joined the Pepper developer program and since then we have learned a lot about Pepper and its tools. In this blog entry we talk about our solution to improve Pepper’s animation features.</p>
<h3 id="how-animations-are-created-for-pepper">How animations are created for Pepper</h3>
<p>Choregraphe (The Pepper’s development environment) has a timeline-based interface with keyframes and curves, similar to common animation programs. However, setting the robot’s pose for each keyframe is a slow process. When using a virtual robot, only forward kinematics (FK) are available. Setting values for each of the robot’s joints with a mouse is not very practical. A physical robot allows the user to manipulate the robot’s joints directly by twisting its arms, for example, but coming up with rich and realistic animations with this method is still very time consuming.</p>
<h3 id="a-human-actor-to-speed-up-the-process">A human actor to speed-up the process</h3>
<p>Professional animation workflows include, for example, motion capturing and blending together pre-recorded animations. Since we had some experience (Juha especially) with Kinect, we had an idea: could we use Kinect to track a human actor and convert the poses for Pepper?</p>
<p>Soon we found out that a guy named <a href="https://github.com/malaybaku/">Atsushi Sugiyama</a> from Japan had already done <a href="http://www.baku-dreameater.net/archives/3951">an implementation for Kinect v2</a>. As we had a couple of older Kinects (v1) lying around, we tried to use those first with <a href="https://unity3d.com/">Unity</a>, which has assets for real-time motion capture using Kinect. Later on we upgraded to Kinect v2 as v1 has inferior skeletal tracking and noisier output when compared to v2.</p>
<p>The problem with Kinect is the inaccurate tracking of hands and the head. Especially with Pepper, it is very important to track those parts accurately. A motion capture software for Kinect (and for many other devices, too) called <a href="http://ipisoft.com/">iPi Soft</a> supports PSMove controllers to improve head and hand tracking. This is a very inexpensive solution and fits perfectly to this case. <a href="https://github.com/HipsterSloth/psmove-unity5">Here</a> is a neat example (made by <a href="https://github.com/HipsterSloth">HipsterSloth</a>) of using <a href="http://thp.io/2010/psmove/">PS Move API</a> in Unity. The PS Move API removes the need for a PS console.</p>
<h3 id="our-solution">Our solution</h3>
<p>We use Kinect v2 to generate a digital skeleton of a human actor. The skeletal data is sent to Unity and used as the skeleton for a humanlike virtual character, roughly the size of Pepper.</p>
<p>We also have a separate virtual model of Pepper. It has all the joints that Pepper has (as they are with their limitations) but not a skeletal humanlike structure. The Pepper model tries to mimic the poses of the virtual character using Inverse Kinematics (IK). This model’s joint data is then sent to NaoQI (robot’s OS) using UDP.</p>
<p>Choregraphe has tools for recording the motion of the robot (a physical or a virtual one). The recording can then be used as a base for the animation. As can be seen in the video, the system is quite useful already. We use it whenever we need to create custom animations for the robot.</p>
</description>
<pubDate>Tue, 04 Oct 2016 21:00:00 +0300</pubDate>
<link>https://www.codercoded.com/blog/2016/10/04/pepper-animator.html</link>
<guid isPermaLink="true">https://www.codercoded.com/blog/2016/10/04/pepper-animator.html</guid>
<category>blog</category>
</item>
<item>
<title>Need an app for Pepper robot?</title>
<description><p>We are proud to announce that we have become the first Finnish company to join the SoftBank Robotics Pepper Partners Program. We are well underway in developing our first apps, and we have been getting acquainted with our development unit for some time now.</p>
<h3 id="what-is-pepper">What is Pepper?</h3>
<p>Pepper robot is a human-shaped robot developed by SoftBank Robotics Europe. Its main application areas are based on human-robot communications and interaction. Pepper is a sympatethic and easily approachable humanoid robot that is currently used in customer service and households, for example. Initially, the robots do not have any applications in them, which is why developer partners are needed to develop the actual apps. At the time of writing, there are three Peppers in Finland alongside Coder Coded’s development robot.</p>
<h3 id="our-goals-regarding-pepper">Our goals regarding Pepper</h3>
<p>In June 2016, the Finnish government outlined the use and development of intelligent robotics in Finland as one of the central objectives of the government program. Coder Coded’s goal is to advance the engineering knowledge of consumer oriented robotics application development, and to develop applications that will promote the adoption of Pepper robots in Finnish markets. Naturally, we also aim for international customers through the Pepper Partners Program.</p>
<h3 id="who-we-are">Who we are</h3>
<p>Coder Coded Inc is a Finnish IT-startup, which employs three persons. We have previously done e.g. exhibition installations for the Finnish science centre Heureka, as well as large customer projects for Finnish startups. We experiment by mixing modern web-technologies with the latest technological innovations. Thus, Pepper fits tremendously well to our development stack.</p>
<h3 id="inquiries-and-further-information">Inquiries and further information</h3>
<p>Please, contact:</p>
<p>Mr Pekka Toiminen<br />
+35845-6776-540<br />
[email protected]</p>
<p>For media:<br />
<a href="https://www.codercoded.com/crcd_pepper_images.zip">Pepper images</a><br />
<a href="https://www.codercoded.com/crcd_logos.zip">Coder Coded logos</a></p>
</description>
<pubDate>Wed, 03 Aug 2016 11:00:00 +0300</pubDate>
<link>https://www.codercoded.com/blog/2016/08/03/pepper-developer-partner.html</link>
<guid isPermaLink="true">https://www.codercoded.com/blog/2016/08/03/pepper-developer-partner.html</guid>
<category>blog</category>
</item>
<item>
<title>Our winning hack - Fear of Flying</title>
<description><p><a href="http://hackjunction.com/">Junction</a> was one of the <a href="www.slush.org/hacks/">Slush
hacks</a>, held on November 6.-8. 2015 at Kattilahalli,
Suvilahti in Helsinki. This hackathon had nine tracks to choose from. When the
tracks were announced, we thought we might have a good idea for <a href="http://futureoftravel.co/">.AERO
track</a> by Finnair, Reaktor and Finavia. After
signin up we didn’t plan it any further, just kept in mind that it could be
something associated with fear of flying. Then we refined our idea during the hackathon.</p>
<h3 id="why-this-topic">Why this topic?</h3>
<p>30% of people are anxious about flying (at least in some point of their
lives). About 6% do not fly at all. <em>Fear of flying</em> or <em>aviophobia</em> is a
problem that is recognized, but currently only a handful of innovations exist
to cope with it. Some airlines provide hands-on courses a couple of times in a
year to cope with aviophobia. These courses cost money, but are highly
popular. We realized that there is practically zero content available for
aviophobic people during flights.</p>
<h3 id="how-we-planned-to-implement-it">How we planned to implement it?</h3>
<p>New airplanes have a web server and a wi-fi access point for passengers. We
designed a set of apps that utilize an accelerometer attached to the web
server and the in-flight portal that provides the landing page for passengers
using the airplane wi-fi. We have produced 4 different apps to give you an
idea.</p>
<h4 id="turbulence-meter">Turbulence meter</h4>
<p>Airplanes can take much more than what people experience during turbulence.
This meter displays the “safe zone” for airplane and plots the currently
experienced g-forces.</p>
<h4 id="mood-meter">Mood meter</h4>
<p>Passengers can now communicate their level of anxiety to the cabin crew by
using the passenger mood-meter. It is embarrassing to talk directly to flight
attendants about your fears when other people are listening. The mood-meter is
a very subtle way to inform cabin crew about the level of anxiety of the
passenger, and also the reason - another passenger makes you feel
uncomfortable, or you’re afraid of current flight conditions.</p>
<p>Cabin crew view shows a “seatmap heatmap” of passenger anxiety levels, making
it possible for cabin crew to react in situations during flight.</p>
<h4 id="airplane-soundtrack">Airplane soundtrack</h4>
<p>A lot of people think that the airplane makes sounds
that are not normal. This app plays the passenger all the normal sounds that
airplane makes during flights. This way they can reassure themselves that the
sounds they’re hearing are perfectly normal</p>
<h4 id="fun-in-the-turbulence">Fun in the turbulence</h4>
<p>We think that turbulence should be <em>anticipated</em> by the passengers. It is our
job to come up with ideas that get into life only during turbulence. There
could be games or similar that provide rewards during it, or something like we
envisioned with wobbly faces / things.</p>
<h3 id="what-next">What next?</h3>
<p>The winning hacks have a chance to pitch the ideas at Slush, so we’ll see you
there!</p>
</description>
<pubDate>Mon, 09 Nov 2015 13:48:00 +0200</pubDate>
<link>https://www.codercoded.com/blog/2015/11/09/fear-of-flying.html</link>
<guid isPermaLink="true">https://www.codercoded.com/blog/2015/11/09/fear-of-flying.html</guid>
<category>blog</category>
</item>
</channel>
</rss>