robossembler.org/sidebars.js

84 lines
2 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',
'information/cfs-models-pub-in-nix'
],
},
{
type: 'category',
label: 'Технологии',
items: [
'technologies/open-source-robots-and-tools',
2023-12-01 14:52:10 +00:00
'technologies/cad-cg-pipeline',
2022-04-05 11:47:07 +03:00
'technologies/robonomics',
'technologies/machine-learning-in-robotics',
2023-07-14 09:15:51 +00:00
'technologies/cv-perception-methods',
2023-12-01 14:52:10 +00:00
'technologies/mrs-robotics-assembly-review',
'technologies/plansys2',
'technologies/ASP-overview',
2023-12-01 14:52:10 +00:00
'technologies/wrs2020-assembly-challenge',
'technologies/knowledge-management',
'technologies/wood',
'technologies/recycling',
],
},
/* {
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',
2023-02-13 23:24:45 +03:00
'papers/smerobotics',
'papers/auto-assembly'
],
},
{
type: 'category',
label: 'Разное',
items: [
'concept/engelmeyer',
'replication',
'mining',
'glossary',
'analogy',
'workflow-rules'
],
},
2021-04-02 14:38:59 +03:00
],
2022-12-08 19:33:25 +03:00
};