Changes between Version 11 and Version 12 of en/ProgrammingRobotsCourse/PepperApi
- Timestamp:
- Oct 15, 2019, 9:50:15 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
en/ProgrammingRobotsCourse/PepperApi
v11 v12 102 102 == Pepper API II 103 103 104 * installapplication to the robot104 === installing application to the robot 105 105 * make a ssh key (replace `<xlogin>` with your login): 106 106 {{{ … … 122 122 }}} 123 123 * build the PKG package in Choregraphe 124 * test [https://nlp.fi.muni.cz/trac/pepper/wiki/LogView logview] 125 {{{ 126 ssh aurora 127 /nlp/projekty/pepper/bin/logview 128 }}} 124 129 * after the key is allowed, install it to the robot 125 130 {{{ 131 ssh aurora 126 132 /nlp/projekty/pepper/bin/install_pkg.py your_package.pkg 127 133 }}} 128 * tablet: 134 === tablet 129 135 * from a dialogue (see [http://doc.aldebaran.com/2-5/getting_started/creating_applications/using_peppers_tablet.html QiChat - pCall]): 130 136 {{{ … … 138 144 }}} 139 145 * [http://doc.aldebaran.com/2-5/getting_started/creating_applications/using_peppers_tablet.html Using Pepper’s Tablet] 140 * face characteristics - [http://doc.aldebaran.com/2-5/software/choregraphe/tutos/get_age.html Get Age]/Get Egnder, [http://doc.aldebaran.com/2-5/software/choregraphe/tutos/get_expression.html Get Expression] 141 * creating application outside Choregraphe 146 147 === face characteristics 148 149 * [http://doc.aldebaran.com/2-5/software/choregraphe/tutos/get_age.html Get Age]/Get Egnder 150 * [http://doc.aldebaran.com/2-5/software/choregraphe/tutos/get_expression.html Get Expression] 151 152 === creating application outside Choregraphe 153 142 154 * prepare your `pepper` directory unless you already have one 143 155 {{{ … … 168 180 make pkg install 169 181 }}} 170 * creating own service 182 183 === creating own service 184 171 185 * copy and rename `template-service` directory 172 186 {{{