robossembler.org/sidebars.js

86 lines
1.9 KiB
JavaScript
Raw Normal View History

module.exports = {
2021-04-02 14:38:59 +03:00
docs: [
{
type: 'category',
label: 'Общая информация',
collapsed: false,
2021-04-02 14:38:59 +03:00
items: [
'motivation',
2022-04-05 16:46:28 +03:00
'robossembler-overview',
'vacancies'
],
},
{
type: 'category',
label: 'Компоненты',
items: [
2021-05-25 18:11:01 +00:00
'autostorage',
2021-05-25 23:25:04 +03:00
'information/information_support',
'information/planner',
],
},
{
type: 'category',
label: 'Технологии',
items: [
'technologies/open-source-robots-and-tools',
2022-04-05 11:47:07 +03:00
'technologies/robonomics',
'technologies/machine-learning-in-robotics',
'technologies/wrs2020-assembly-challenge',
'technologies/plansys2',
'technologies/ASP-overview',
'technologies/wood',
'technologies/recycling',
2021-12-11 23:09:24 +03:00
'technologies/knowledge-management'
],
},
/* {
type: 'category',
label: 'Приложения',
items: [
'applications/beehive',
'applications/microalgae-garden',
'applications/sprouts-garden',
'applications/vegetable-garden'
],
}, */
{
type: 'category',
label: 'Модели',
items: [
'models/generation/generation',
'models/growth/growth'
2021-04-02 14:38:59 +03:00
],
},
{
type: 'category',
label: 'Переводы',
items: [
2021-11-24 20:51:23 +04:00
'papers/mania-beetz-self-training-with-vr-2019',
'technologies/dds_and_ros2',
2021-12-01 15:45:41 +03:00
'papers/self-organization-in-robotic-welding',
'papers/smerobotics'
],
},
{
type: 'category',
label: 'Разное',
items: [
'concept/engelmeyer',
'replication',
'mining',
'glossary',
'analogy',
'workflow-rules'
],
},
2022-12-13 20:44:56 +03:00
{
type: 'category',
label: '3д графика',
items: [
'3d/tessellation_intro'
],
},
2021-04-02 14:38:59 +03:00
],
2022-12-13 20:44:56 +03:00
};