Vi flyttar från butik till nätet - så funkar det framåt
Robotics Goes MOOC | 1:a upplagan
- Danskt band, Engelska, 2025
- Författare: Bruno Siciliano
- Betyg:
614
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
A robot’s appearance and its way of interacting with humans is of fundamental importance. Until a few years ago there was a clear asymmetry between the typically excellent performance of industrial robots and their ugly and disharmonious bodies, with crude ways and potentially very dangerous movements
for the human environment. A modern artifact can be as harmonious and beautiful as a complex biological machine or a work of plastic art and thus it should be clear how design plays a key role for robot technology to become a part of our everyday life and change it essentially in a responsible and beneficial manner. It is designers who shape the interface between humans and machines and, as such, they will contribute to make robots as customizable and intuitively useful to inexperienced users according to a plug-and-play mode.
The new concept of robotronics as the mechatronics approach to designing advanced robots is the focus of the first chapter of the second book of the Robotics Goes MOOC project by Asfour et al. The main issues for robot manipulator design are covered in the subsequent material, namely redundant robots in Chapter 2 by Maciejewsky et al and parallel robots in Chapter 3 by Müller, where widely adopted kinematic solutions are presented. Then, the adoption to flexibilty, as opposed to the rigid mechanics paradigm, is discussed in Chapter 4 by Bertram et al with reference to elastic robots and in Chapter 5 by Laschi focused on soft robotics. Somewhat speculating on the previous two design solutions comes Chapter 6 by Cutkosky dealing with bioinspired robots. The last part of the book is devoted to robot locomotion, namely, Chapter 7 by Vendittelli on wheeled robots and Chapter 8 by Harada on (biped) humanoids.
for the human environment. A modern artifact can be as harmonious and beautiful as a complex biological machine or a work of plastic art and thus it should be clear how design plays a key role for robot technology to become a part of our everyday life and change it essentially in a responsible and beneficial manner. It is designers who shape the interface between humans and machines and, as such, they will contribute to make robots as customizable and intuitively useful to inexperienced users according to a plug-and-play mode.
The new concept of robotronics as the mechatronics approach to designing advanced robots is the focus of the first chapter of the second book of the Robotics Goes MOOC project by Asfour et al. The main issues for robot manipulator design are covered in the subsequent material, namely redundant robots in Chapter 2 by Maciejewsky et al and parallel robots in Chapter 3 by Müller, where widely adopted kinematic solutions are presented. Then, the adoption to flexibilty, as opposed to the rigid mechanics paradigm, is discussed in Chapter 4 by Bertram et al with reference to elastic robots and in Chapter 5 by Laschi focused on soft robotics. Somewhat speculating on the previous two design solutions comes Chapter 6 by Cutkosky dealing with bioinspired robots. The last part of the book is devoted to robot locomotion, namely, Chapter 7 by Vendittelli on wheeled robots and Chapter 8 by Harada on (biped) humanoids.
Om denna bok
Robotics Goes MOOC av Bruno Siciliano är en Danskt band bok med 360 sidor på Engelska. Detta är den 1:a upplagan som utgavs 2025 av Springer Nature.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Robotics Goes MOOC begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9783319758220
Upplaga:
1
Utgiven:
2025-05-06
Förlag:
Springer Nature
Sidantal:
360
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>