CINXE.COM
IROS2025
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>IROS2025</title> <meta name="description" content="IROS 2025"> <meta name="keywords" content="IROS2025"> <!-- Bootstrap --> <link href="/templates/iros2025/static/css/bootstrap.min.css" rel="stylesheet"> <link href="/templates/iros2025/static/css/base.css" rel="stylesheet"> <link href="/templates/iros2025/static/css/main.css" rel="stylesheet"> <link href="/templates/iros2025/static/css/animate.css" rel="stylesheet"> <link href="/templates/iros2025/static/css/style.css" rel="stylesheet" type="text/css"> <link href="/templates/iros2025/static/css/style1200.css" rel="stylesheet" type="text/css"> <link href="/templates/iros2025/static/css/style480.css" rel="stylesheet" type="text/css"> <link href="/templates/iros2025/static/css/footer.css" rel="stylesheet" type="text/css"> <link href="/templates/iros2025/static/css/favicon.ico" rel="shortcut icon" > <link href="/templates/iros2025/static/css/swiper.min.css" rel="stylesheet" > <link href="/templates/iros2025/static/css/about.css" rel="stylesheet" > <script src="/templates/iros2025/static/js/jquery-1.js" type="text/javascript" ></script> <script src="/templates/iros2025/static/js/jquery.fittext.js" type="text/javascript" ></script> <script src="/templates/iros2025/static/js/jquery.SuperSlide.2.1.3.js" type="text/javascript" ></script> <script src="/templates/iros2025/static/js/swiper.min.js"></script> <script src="/templates/iros2025/static/js/jquery-1.js"></script> <script src="/templates/iros2025/static/js/rem.js"></script> <script src="/templates/iros2025/static/js/about.js"></script> <style type="text/css"> .textline{ display:block;overflow:hidden;word-break:keep-all; white-space:nowrap;text-overflow:ellipsis; } .body{ font-family: 'Century Gothic', sans-serif; } /* Add responsive styles for isoc-right-content */ .isoc-right-content { width: 100%; margin: 0 auto; } @media (min-width: 993px) { .isoc-right-content { /*width: 80%;*/ width: 1200px; margin: 0 auto; } } </style> </head> <body> <style type="text/css"> .headerL2 { position: fixed; top: 0; left: 0; z-index: 8000; width: 100%; height: 250px; /* 固定高度 */ display: flex; align-items: center; transition: 0.4s; /* 添加背景图片 */ background-image: url('/templates/iros2025/static/images/l2hdbg.png'); background-size: cover; /* 使背景图覆盖整个元素 */ background-position: center; /* 背景图居中 */ background-repeat: no-repeat; /* 防止背景图重复 */ /* 默认情况下显示header */ display: block; } :root { --header-height: 250px; /* 设置头部高度 */ } .headerL2 { position: fixed; top: 0; left: 0; z-index: 8; width: 100%; height: var(--header-height); /* 使用CSS变量 */ display: flex; align-items: center; transition: 0.4s; background-image: url('/templates/iros2025/static/images/l2hdbg.png'); background-size: cover; background-position: center; background-repeat: no-repeat; } /* 在小屏幕上隐藏header */ @media (max-width: 768px) { .headerL2 { display: none; /* 隐藏header */ } } /* Media Query for smaller screens */ @media screen and (max-width: 1520px) { .headerL2 .boxL2 .boxRight pcnavL2 .item { padding: 0 0.1rem; } } /* 导航栏(nav)样式 */ pcnavL2 { display: flex; justify-content: center; /* 居中对齐 .item 元素 */ flex-wrap: wrap; gap: 1rem; /* 添加.item之间的间距 */ height: 100%; /*padding-top: 20px; *//* 使 pcnavL2 内部的内容向下移动 20px */ } /* 导航项(.item)样式 */ .headerL2 .boxL2 .boxRight pcnavL2 .item { height: 100%; /* 使.item元素高度与父级相同 */ display: flex; align-items: center; /* 垂直居中对齐内容 */ justify-content: center; /* 水平居中对齐内容 */ /*padding: 0 1rem;*/ /* 增加左右内边距 */ margin: 0; /* 移除外边距以避免不必要的间距 */ position: relative; font-weight: bold; /* 加粗.item中的文本 */ transition: color 0.3s; /* 平滑过渡效果 */ z-index: 9000; } /* 链接(a标签)样式 */ .headerL2 .boxL2 .boxRight pcnavL2 .item a { display: flex; align-items: center; justify-content: center; height: 100%; /* 使a标签高度与父级相同 */ padding: 0 1rem; /* 保留内边距以确保文本不紧贴边缘 */ color: #2F5597; /* 默认字体颜色 */ text-decoration: none; /* 移除默认的下划线 */ transition: color 0.3s; /* 平滑过渡效果 */ height: 100%; } /* 当前页面的导航项高亮 */ .headerL2 .boxL2 .boxRight pcnavL2 .item.active a { color: #2F5597; /* 当前页面的字体颜色 */ /*border-bottom: 2px solid #E60012;*/ /* 添加下划线 */ } /* 鼠标悬停时的字体颜色变为红色 */ .headerL2 .boxL2 .boxRight pcnavL2 .item a:hover { color: white; /* 鼠标悬停时字体颜色变为红色 */ background-color: rgba(30, 85, 151, 0.7); /* 藏蓝色加30%透明度 */ } /* 容器(.w1400)样式 */ .L2w1400 { /*padding-left: var(--padd_vw, 1rem);*/ /*padding-right: var(--padd_vw, 1rem);*/ box-sizing: border-box; /*width: 80%;*/ width: 1200px; /*max-width: 80%;*/ /* 设置最大宽度,防止过大 */ margin: 0 auto; /* 水平居中 */ display: flex; flex-direction: column; /* 子元素垂直排列 */ justify-content: flex-start; /* 确保子元素顶部对齐 */ align-items: center; /* 确保子元素水平居中 */ height: 100%; } /* 内容容器(.box)样式 */ .boxL2 { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 100%; height: 80px; align-content: center; flex-wrap: nowrap; flex-direction: row; } /* 左侧内容(.boxLeft)样式 */ .headerL2 .boxL2 .boxLeft { display: flex; align-items: flex-start; padding-top: 5px; /* 使 pcnavL2 内部的内容向下移动 20px */ height: 100%; } /* Logo 样式 */ .headerL2 .boxL2 .boxLeft a { position: relative; display: flex; align-items: flex-start; /* 确保Logo和其他元素垂直居中 */ height: 100%; } .headerL2 .boxL2 .boxLeft a img.img1 { height: 80px; /* 调整Logo的高度 */ transition: 0.4s; margin-right: 1rem; /* 为Logo添加一些右边距 */ } /* 右侧内容(.boxRight)样式 */ .headerL2 .boxL2 .boxRight { /*display: flex; justify-content: flex-end; /* 居中对齐.nav */ /*align-items: flex-start; /* 垂直居中对齐 */ /*flex-grow: 1; /* 让.boxRight占据剩余空间 */ /*height: 100%;*/ display: flex; justify-content: flex-end; align-items: center; flex-grow: 1; height: 40px; } /* 下拉菜单样式 */ .headerL2 .boxL2 .boxRight pcnavL2 .item ul { display: block; opacity: 0; visibility: hidden; transform: translateY(-20px); transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s; position: absolute; top: 100%; left: 0; background-color: rgba(30, 85, 151, 0.7); list-style: none; padding: 0; margin: 0; min-width: 100%; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); border-radius: 0 0 4px 4px; } /* 下拉菜单项的动画样式 */ .headerL2 .boxL2 .boxRight pcnavL2 .item ul li { padding: 1rem 1rem; /* 减少左右内边距 */ min-width: 200px; /* 设置最小宽度 */ text-align: left !important; /* 强制左对齐 */ white-space: nowrap; /* 防止文本换行 */ border-bottom: 1px solid #f0f0f0; /* 添加分隔线 */ position: relative; transition: background-color 0.3s, color 0.3s; /* 平滑过渡效果 */ font-weight: bold; /* 加粗<li>中的文本 */ height: 100%; color: white !important; /* 强制文字颜色为白色 */ opacity: 0; transform: translateY(-10px); transition: all 0.3s ease; } /* 确保下拉菜单中的链接也遵循同样的文本颜色和内边距 */ .headerL2 .boxL2 .boxRight pcnavL2 .item ul li a { color: white !important; /* 强制链接文字颜色为白色 */ display: block; /* 确保链接占据整个<li>的宽度和高度 */ padding: 1rem 1rem; /* 保持与<li>一致的内边距 */ } .headerL2 .boxL2 .boxRight pcnavL2 .item ul li a:hover { color: #1E5597 !important; /* 强制链接文字颜色为白色 */ background-color: #f0f0f0; display: block; /* 确保链接占据整个<li>的宽度和高度 */ padding: 1rem 1rem; /* 保持与<li>一致的内边距 */ } /* 移除最后一个<li>的分隔线 */ .headerL2 .boxL2 .boxRight nav .item ul li:last-child { border-bottom: none; } /* 鼠标悬停时的样式 */ .headerL2 .boxL2 .boxRight pcnavL2 .item ul li:hover { color: #007BFF; /* 改变字体颜色 */ background-color: #f0f0f0; /* 可选:添加背景色 */ } /* 使 <a> 标签填满 <li> 标签 */ .headerL2 .boxL2 .boxRight pcnavL2 .item ul li { padding: 0; /* 移除内边距 */ margin: 0; /* 移除外边距 */ } .headerL2 .boxL2 .boxRight pcnavL2 .item ul li a { display: block; /* 使 <a> 填满 <li> */ width: 100%; /* 确保占满宽度 */ height: 100%; /* 确保占满高度 */ padding: 1rem 1rem; /* 根据需要调整内边距 */ box-sizing: border-box; /* 确保内边距不会影响总宽度 */ color: white; /* 设置字体颜色 */ text-decoration: none; /* 移除下划线 */ } /* 鼠标悬停时的样式 */ .headerL2 .boxL2 .boxRight pcnavL2 .item ul li a:hover { color: #1E5597; /* 悬停时改变字体颜色 */ background-color: #f0f0f0; /* 悬停时改变背景颜色 */ } /* 响应式设计 */ @media (max-width: 768px) { .headerL2 .boxL2 .boxRight pcnavL2 { flex-direction: column; /* 切换为垂直排列 */ align-items: center; /* 水平居中对齐 */ } .headerL2 .boxL2 .boxRight pcnavL2 .item { margin: 0.5rem 0; /* 调整上下间距 */ padding: 0 1rem; /* 保持左右内边距 */ } .headerL2 .boxL2 .boxRight pcnavL2 .item ul li { padding: 0.5rem 1rem; /* 减少内边距以适应较小屏幕 */ min-width: 100%; /* 占满整个宽度 */ white-space: normal; /* 允许文本换行 */ border-right: none; /* 移除分隔线 */ border-bottom: 1px solid #ccc; /* 在小屏幕上使用底部分隔线 */ } .headerL2 .boxL2 .boxRight pcnavL2 .item ul li:hover { font-size: 1.1rem; /* 小屏幕上字体增大的幅度可以适当减小 */ } } /* 为每个li添加递增的延迟 */ .headerL2 .boxL2 .boxRight pcnavL2 .item:hover ul li:nth-child(1) { transition-delay: 0.1s; } .headerL2 .boxL2 .boxRight pcnavL2 .item:hover ul li:nth-child(2) { transition-delay: 0.2s; } .headerL2 .boxL2 .boxRight pcnavL2 .item:hover ul li:nth-child(3) { transition-delay: 0.3s; } .headerL2 .boxL2 .boxRight pcnavL2 .item:hover ul li:nth-child(4) { transition-delay: 0.4s; } .headerL2 .boxL2 .boxRight pcnavL2 .item:hover ul li:nth-child(5) { transition-delay: 0.5s; } .headerL2 .boxL2 .boxRight pcnavL2 .item:hover ul li:nth-child(6) { transition-delay: 0.6s; } .headerL2 .boxL2 .boxRight pcnavL2 .item:hover ul li:nth-child(7) { transition-delay: 0.7s; } /* 悬停时显示菜单 */ .headerL2 .boxL2 .boxRight pcnavL2 .item:hover ul { opacity: 1; visibility: visible; transform: translateY(0); } /* 悬停时显示菜单项 */ .headerL2 .boxL2 .boxRight pcnavL2 .item:hover ul li { opacity: 1; transform: translateY(0); } </style> <headerL2 class="headerL2"> <div class="L2w1400"> <div class="boxL2 flexBetween"> <div class="boxLeft"> <a href="/"> <img src="/templates/iros2025/static/images/logo.png" alt="Logo" class="img1"> </a> </div> <div class="boxRight flexBetween"> <pcnavL2> <!-- pc browser navbar begin --> <div class="item active"> <a href="/">Home</a> <!-- 移除了<p>标签 --> </div> <div class="item"> <!--<a href="/About2025">About</a> --><!-- 移除了<p>标签 --> <a>About</a> <ul> <li><a href="/FullContact">Full Contact</a></li> <li><a href="/OCMembers">Committee</a></li> </ul> </div> <div class="item"> <!--<a href="/Program">Program</a> --><!-- 移除了<p>标签 --> <a href="/Program">Program</a> <ul> </ul> </div> <div class="item"> <!--<a href="/Contribute">Contribute</a> --><!-- 移除了<p>标签 --> <a>Contribute</a> <ul> <li><a href="/CallForPapersv2">Call For Papers</a></li> <li><a href="/CFC">Call For Competitions</a></li> <li><a href="/CallForWorkshopsTutorials">Call For Workshops / Tutorials</a></li> <li><a href="/callforlatebreakingresults">Call For Late Breaking Results</a></li> <li><a href="/callforspecialforums">Call For Special Forums</a></li> </ul> </div> <div class="item"> <!--<a href="/Attend">Attend</a> --><!-- 移除了<p>标签 --> <a>Attend</a> <ul> <li><a href="/Visa">Visa</a></li> <li><a href="/Transportation">Transportation</a></li> <li><a href="/conferencevenue">Conference Venue</a></li> <li><a href="/Accomodation">Accommodation</a></li> <li><a href="/LocalFeatures">Local Features</a></li> <li><a href="/UsefulInfo">Useful Info</a></li> </ul> </div> <div class="item"> <!--<a href="/Partners">Partners</a> --><!-- 移除了<p>标签 --> <a>Partners</a> <ul> <li><a href="/sponsorsandexhibitors">Sponsors & Exhibitors</a></li> <li><a href="/PartnersSponsors">Join Us</a></li> </ul> </div> <!-- pc browser navbar end --> </pcnavL2> </div> </div> </div> <div class="l2carousel-caption"> <div class="ccap-left"> <p>IEEE/RSJ International Conference</p> <p>on Intelligent Robots and Systems</p> </div> <div class="ccap-mid"></div> <div class="ccap-right"> <p>19 – 25 October, 2025</p> <p>Hangzhou, CHINA</p> </div> </div> </headerL2> <!--mini browser navbar begin--> <style type="text/css"> /* 默认情况下隐藏.navbar-inverse */ .nav.navbar-inverse { display: none; /* 隐藏在大屏幕上 */ } /* 在小屏幕上显示.navbar-inverse */ @media (max-width: 768px) { .nav.navbar-inverse { display: block;/* 显示在小屏幕上 */ } .navbar-inverse .navbar-toggle { border-color: #2F5597 !important; background-color: #2F5597 !important; /* padding: 8px; */ } } </style> <div class="nav navbar-inverse"> <div class="container"> <div class="navbar-header"> <div class="nav-logo"> <img alt="logo" src="/templates/iros2025/static/images/logomini.png"> </div> <button class="navbar-toggle" data-toggle="collapse" data-target=".nav-bar"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div class="ph-menu-wrapper"> <ul class="ph-menu-list"> <li><a href="/">HOME</a></li> <li> <div class="ph-menu-seclink"> <span class="ph-menu-seclinka">About</span> <span class="head-icon"></span> </div> <div class="ph-menu-thirdlist"> <a href="/FullContact">Full Contact</a> <a href="/OCMembers">Committee</a> </div> </li> <li> <div class="ph-menu-seclink"> <a class="ph-menu-seclinka" href="/Program">Program</a> </div> </li> <li> <div class="ph-menu-seclink"> <span class="ph-menu-seclinka">Contribute</span> <span class="head-icon"></span> </div> <div class="ph-menu-thirdlist"> <a href="/CallForPapersv2">Call For Papers</a> <a href="/CFC">Call For Competitions</a> <a href="/CallForWorkshopsTutorials">Call For Workshops / Tutorials</a> <a href="/callforlatebreakingresults">Call For Late Breaking Results</a> <a href="/callforspecialforums">Call For Special Forums</a> </div> </li> <li> <div class="ph-menu-seclink"> <span class="ph-menu-seclinka">Attend</span> <span class="head-icon"></span> </div> <div class="ph-menu-thirdlist"> <a href="/Visa">Visa</a> <a href="/Transportation">Transportation</a> <a href="/conferencevenue">Conference Venue</a> <a href="/Accomodation">Accommodation</a> <a href="/LocalFeatures">Local Features</a> <a href="/UsefulInfo">Useful Info</a> </div> </li> <li> <div class="ph-menu-seclink"> <span class="ph-menu-seclinka">Partners</span> <span class="head-icon"></span> </div> <div class="ph-menu-thirdlist"> <a href="/sponsorsandexhibitors">Sponsors & Exhibitors</a> <a href="/PartnersSponsors">Join Us</a> </div> </li> </ul> </div> </div> </div> <!--mini browser navbar end--> <!--向下滚动屏幕时隐藏导航栏 begin--> <script type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { var prevScrollPos = window.pageYOffset; var headerL2 = document.querySelector('.headerL2'); var hideHeader = false; window.addEventListener('scroll', function() { var currentScrollPos = window.pageYOffset; if (currentScrollPos === 0) { // 页面滚动到顶部 if (hideHeader) { headerL2.style.transform = 'translateY(0)'; hideHeader = false; } } else if (prevScrollPos > currentScrollPos) { // 向上滚动但未到达顶部 // 不做任何处理,保持隐藏状态 } else { // 向下滚动 if (!hideHeader && window.innerWidth > 768) { // 确保只在大屏幕应用此效果 headerL2.style.transform = 'translateY(-100%)'; hideHeader = true; } } prevScrollPos = currentScrollPos; }); }); </script> <!--向下滚动屏幕时隐藏导航栏 end--> <!--Add at 20241202 19:30 begin--> <style> /* 小屏幕样式(最大768px) */ .containerlastcnt { width: 100%; padding-right: 5px; padding-left: 5px; padding-top: 10px; font-family: 'Century Gothic', sans-serif; } .isoc-container-con p { white-space: normal; word-wrap: break-word; overflow-wrap: break-word; } /* 中等屏幕样式(最小769px,最大992px) */ @media (min-width: 769px) and (max-width: 992px) { .containerlastcnt { padding-right: 15px; padding-left: 15px; padding-top: 150px; } } /* 大屏幕样式(最小993px) */ @media (min-width: 993px) { .containerlastcnt { padding-right: 20px; padding-left: 20px; padding-top: 200px; } } </style> <!--Add at 20241202 19:30 end--> <!--<div class="container maring-bottom">--> <div class="containerlastcnt maring-bottom"> <div class="isoc-content row"> <div class="col-md-12 col-sm-12 col-xs-12 isoc-content-right"> <div class="isoc-right-content"> <div class="isoc-container"> <div class="isoc-container-con"><p style="text-align: justify; word-break: keep-all; overflow-wrap: normal;"> <script>$(document).ready(function () { $videoHeight = 540; $('#localVideo').height($videoHeight); $('#videoCoverWrapper').click(function() { var video = document.getElementById('localVideo'); video.play().then(function() { $('#videoCoverWrapper').hide(); }).catch(function(error) { console.error("无法播放视频:", error); }); }); $('#localVideo').on('play', function() { $('#videoCoverWrapper').hide(); }); });</script><style>.ttohzsubcnt { width: 1000px; margin: 0 auto; padding: 0; text-align: center; } /* video left begin */ .hzcfwtvideo { background: #fff; height: 540px; overflow: hidden; width: 100%; display: flex; justify-content: center; align-items: center; } @media (max-width: 767px) { .hzcfwtvideo { height: 200px; } } .tab-paddingvideo { padding: 1px 0 0 1px; height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; }</style><div class="row"><div class="ttohzsubcnt"><div class="col-md-12 col-sm-12 hzcfwtvideo"><div class="tab-paddingvideo"><video id="localVideo" width="100%" controls=""><source src="http://1257959732.vod-qcloud.com/127e49a3vodtranssh1257959732/28b1196d1397757903503526772/v.f100040.mp4" type="video/mp4"/></video></div></div></div></div><p><br class="px-10"/></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:32px;font-family:'Century Gothic';color:#03717D;font-weight: bold">Call For Workshops/Tutorials</span></p><hr style="width:40%;height:1px;background-color:black;margin:10px auto;border:none;"/><p><br/></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph;direction:ltr;unicode-bidi: embed"><span style="font-size:21px;font-family:'Century Gothic';color:black">IROS 2025 Workshops and Tutorials will be held on October 20th and October 24th, 2025, the day before and after the main conference. We ask proposers to plan a program geared for in-person participation and to consider their event’s support needs (e.g., the maximum number of posters, space needs, etc.) while preparing their proposals. Proposers are asked to ensure a diversity of thought and background in their event. </span></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph;direction:ltr;unicode-bidi: embed"><br/></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify: inter-word; hyphens: auto;direction:ltr;unicode-bidi: embed"><span style="font-size:21px;font-family:'Century Gothic';color:black">Proposals for </span><span style="font-size:21px;font-family:'Century Gothic';color:#03717D;font-weight:bold">half-day workshops and tutorials </span><span style="font-size:21px;font-family:'Century Gothic';color:black">with topics related to the conference scope are all welcome:</span></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify: inter-word; hyphens: auto;direction:ltr;unicode-bidi: embed"><br/></p><p tyle="text-align: justify; text-justify: inter-word; hyphens: auto;"><span style="font-size:21px"><span style="font-size:21px; color:#03717D;font-family:Wingdings">l</span></span><span style="font-size:21px;font-family:'Century Gothic';color:black"> Workshops should focus on encouraging interactions between invited speakers, organizers, and attendees.</span> </p><p><span style="text-align: justify; font-family: " century=""><br/></span></p><p style="text-align: justify; text-justify: inter-word; hyphens: auto;"><span style="font-size:21px"><span style="font-size:21px; color:#03717D;font-family:Wingdings">l</span></span><span style="font-size:21px;font-family:'Century Gothic';color:black"> Tutorials should contain pedagogical material (i.e., akin to a short course) to present and explain recent methods to attendees of diverse backgrounds.</span> </p><p><span style="text-align: justify; font-family: " century=""><br/></span></p><p style="text-align: justify; text-justify: inter-word; hyphens: auto;"><span style="font-size:21px; text-align: justify; font-family:'Century Gothic';color:black" century="">All proposals for workshops/tutorials will be submitted in PDF format through </span><span style="font-size:21px; text-align: justify; font-family:'Century Gothic';color:black " century=""><a href="https://ras.papercept.net/conferences/scripts/start.pl">PaperPlaza</a></span><span style="font-size:21px; text-align: justify; font-family:'Century Gothic';color:black " century=""> by 15 March 2025, 23:59 PST (FIRM DEADLINE) using the Workshop option on the submission site. Submitted proposals are </span><span style="font-size:21px; text-align: justify; font-family:'Century Gothic';color:black " century="" color:="" font-weight:="">limited to 10 pages</span><span style="font-size:21px; text-align: justify; font-family:'Century Gothic';color:black " century="">.</span><br/></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph;direction:ltr;unicode-bidi: embed"><br/></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify: inter-word; hyphens: auto;direction:ltr;unicode-bidi: embed"><span style="font-size:21px;font-family:'Century Gothic';color:black">Note: Workshop/tutorial organizers are not allowed to submit TC support letters. If a full-day workshop or tutorial is necessary to achieve the desired outcome, the organizers must explain why the event requires the entire day.</span></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify: inter-word; hyphens: auto;direction:ltr;unicode-bidi: embed"><br/></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify: inter-word; hyphens: auto;direction:ltr;unicode-bidi: embed"><span style="font-size:21px;font-family:'Century Gothic';color:black">Proposals should follow the template below. Use the template provided and follow these instructions when submitting your proposal.</span></p><p><br/></p><style>.cfw-btn-container { display: flex; flex-direction: column; align-items: center; gap: 30px; justify-content: center; } .cfw-btn { background-color: #006666; color: white; border: none; border-radius: 20px; padding: 15px 30px; /* 按钮内边距 */ font-size: 18px; /* 按钮字体大小 */ cursor: pointer; transition: all 0.3s ease; width: 350px; /* 按钮宽度 */ box-sizing: border-box; /* 确保padding和border包含在元素的总宽高之内 */ transform: scale(1); /* 初始缩放比例 */ text-align:center; } .cfw-btn:hover { background-color: #002060; transform: scale(1.1); /* 放大到1.1倍 */ color: white; } @media (min-width: 600px) { .cfw-btn-container { flex-direction: row; /* 在较大屏幕上水平排列 */ } }</style><div class="cfw-btn-container"><!--<button class="cfw-btn">Workshop Proposal Template</button>--><a class="cfw-btn" href="templates/iros2025/doc/Workshop_proposal_template_r3.pdf">Workshop Proposal Template</a><!--<button class="cfw-btn">Tutorial Proposal Template</button>--><a class="cfw-btn" href="templates/iros2025/doc/Tutorial_proposal_template_r3.pdf">Tutorial Proposal Template</a></div><p><br/></p><p><br/></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:32px;font-family:'Century Gothic';color:#03717D;font-weight: bold">Important Dates</span></p><hr style="width:40%;height:1px;background-color:black;margin:10px auto;border:none;"/><style>.container-cfwdays { width: 86%; margin: 0 auto; background-color: #fff; padding: 20px; border-radius: 10px; display: flex; flex-direction: row; } .cfwdays { width: 100%; padding: 10px 10px 0px 10px; border: 2px solid #007B8F; border-radius: 10px; display: flex; flex-direction: row; align-items: center; /* 确保 .cfcyear 和 .cfwdays-list 垂直居中 */ } .cfwdays__year { font-size: 24px; font-weight: bold; color: #007B8F; padding-left: 10px; margin-right: 20px; display: flex; flex-direction: column; justify-content: center; height: 100%; align-items: center; flex-shrink: 0; /* 确保年份部分不会缩小 */ } .cfwdays__list { width: 95%; display: flex; flex-direction: column; align-items: flex-start; } .cfwdays_line { width: 100%; /* 确保每行占据整个父容器的宽度 */ display: flex; align-items: center; /* 确保子元素垂直居中对齐 */ flex-wrap: nowrap; /* 确保子元素不会换行 */ margin-bottom: 10px; /* 添加底部间距,使内容之间有间隔 */ } .cfwdays__date { background-color: #007B8F; color: #fff; padding: 5px 10px; border-radius: 5px; margin-right: 10px; width: 150px; /* 保持日期宽度一致 */ text-align: center; flex-shrink: 0; /* 确保日期宽度不会缩小 */ display: inline-block; /* 确保宽度生效 */ } .cfwdays__dot { width: 15px; height: 15px; background-color: #007B8F; border-radius: 50%; margin-right: 10px; flex-shrink: 0; /* 确保点不会缩小 */ } .cfwdays__description { white-space: normal; /* 允许文本换行 */ word-wrap: break-word; /* 长单词和URL地址会在边界内换行 */ overflow-wrap: break-word; /* 现代浏览器中推荐使用此属性代替 word-wrap */ overflow: hidden; /* 如果仍然需要隐藏溢出的内容 */ font-size:21px; } /* 响应式设计 */ @media (max-width: 767px) { .container-cfwdays { flex-direction: column; /* 子元素垂直排列 */ width: 100%; margin: 0 auto; padding: 10px; border-radius: 10px; } .cfwdays { width: 100%; /* 占满整个宽度 */ margin-top: 20px; /* 添加顶部间距,使内容之间有间隔 */ } .cfwdays__date { width: 80px; /* 保持日期宽度一致 */ } .cfwdays__year { width: 10%; /* 年份部分也应适应小屏幕 */ justify-content: center; /* 居中年份数字 */ margin-bottom: 10px; /* 与日期列表保持一定距离 */ } .cfwdays__list { width: 90%; } .cfwdays_line { flex-wrap: nowrap; /* 确保在小屏幕上也保持在同一行 */ } .cfwdays__description { white-space: wrap; /* 防止描述文本换行 */ overflow: hidden; /* 防止溢出 */ text-overflow: ellipsis; /* 显示省略号 */ font-size:21px; } }</style><div class="container-cfwdays"><div class="cfwdays"><div class="cfwdays__year"><div>2</div><div>0</div><div>2</div><div>5</div></div><div class="cfwdays__list"><div class="cfwdays_line"><div class="cfwdays__date">Jan 15</div><div class="cfwdays__dot"></div><div class="cfwdays__description">PaperPlaza submission site opens for workshop and tutorial proposals</div></div><div class="cfwdays_line"><div class="cfwdays__date">Mar 15</div><div class="cfwdays__dot"></div><div class="cfwdays__description">Workshop/Tutorial proposal submission deadline</div></div><div class="cfwdays_line"><div class="cfwdays__date">May 10</div><div class="cfwdays__dot"></div><div class="cfwdays__description">Notification of acceptance</div></div><div class="cfwdays_line"><div class="cfwdays__date">Sept 15</div><div class="cfwdays__dot"></div><div class="cfwdays__description">Finalizing event format and schedule</div></div><div class="cfwdays_line"><div class="cfwdays__date">Oct 20-24</div><div class="cfwdays__dot"></div><div class="cfwdays__description">Workshops and Tutorials</div></div></div></div></div><p><br/></p><p><br/></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:32px;font-family:'Century Gothic';color:#03717D;font-weight: bold">Evaluation Criteria of the Workshop/Tutorial Proposals</span></p><hr style="width:40%;height:1px;background-color:black;margin:10px auto;border:none;"/><p><br/></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify: inter-word; hyphens: auto;direction:ltr;unicode-bidi: embed"><span style="font-size: 21px;font-family: 'Century Gothic'; text-align: justify; word-break: keep-all; overflow-wrap: normal;color: black;">The primary goals of Workshops/Tutorials at IROS 2025 are to (1) identify emerging research directions for addressing key robotics challenges, (2) foster interactions between established and young researchers among various robotics fields, and (3) encourage participation in broader robotics audience with diverse background and expertise. The Workshops and Tutorials Committee will evaluate proposals based on the following criteria:</span></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph;direction:ltr;unicode-bidi: embed"><br/></p><p style="text-align: justify; text-justify: inter-word; hyphens: auto;"><span style="font-size:21px"><span style=";color:#03717D;font-family:Wingdings">l</span></span><span style="font-size: 21px;font-family: 'Century Gothic'; text-align: justify; word-break: keep-all; overflow-wrap: normal;color: black;"> The importance, relevance, and novelty of the proposed topics with respect to the conference scope. We encourage workshops and tutorials that cover emerging areas and timely topics. The proposal should identify critical challenges in one or more robotics subfields, provide insight into new directions, and foster discussions on new approaches and solutions. If the Workshop/Tutorial title repeats past events, please describe the new concepts or contents and explain why they are important and exciting.</span> </p><p><br/></p><p style="text-align: justify; text-justify: inter-word; hyphens: auto;"><span style="font-size:21px"><span style=";color:#03717D;font-family:Wingdings">l</span></span><span style="font-size: 21px;font-family: 'Century Gothic'; text-align: justify; word-break: keep-all; overflow-wrap: normal;color: black;"> The soundness of the plans to engage and foster active participation of the attendees throughout the event. We encourage all invited talks to be held in person followed by panel and/or poster sessions for in-depth discussion. Describe detailed plans of how junior researchers will interact with senior researchers beyond attending talks and coffee breaks.</span> </p><p style="text-align: justify; text-justify: inter-word; hyphens: auto;"><span style="font-size:21px"><span style=";color:#03717D;font-family:Wingdings"><br/></span></span></p><p style="text-align: justify; text-justify: inter-word; hyphens: auto;"><span style="font-size:21px"><span style=";color:#03717D;font-family:Wingdings">l</span></span><span style="font-size: 21px;font-family: 'Century Gothic'; text-align: justify; word-break: keep-all; overflow-wrap: normal;color: black;"> We encourage co-organizers and speakers to participate in the entire (half-day or full-day) event. We strongly encourage invited speakers NOT to give more than two talks on the same day. Include a statement on the number of invited speakers who plan to stay for the entirety of the event. </span> </p><p style="text-align: justify; text-justify: inter-word; hyphens: auto;"><span style="font-size:21px"><span style=";color:#03717D;font-family:Wingdings"><br/></span></span></p><p style="text-align: justify; text-justify: inter-word; hyphens: auto;"><span style="font-size:21px"><span style=";color:#03717D;font-family:Wingdings">l</span></span><span style="font-size:21px;font-family: 'Century Gothic'; text-align: justify; word-break: keep-all; overflow-wrap: normal;color: black;"> The inclusiveness and diversity (gender, geography, career stage, experience, etc.) of the workshop organizers, invited speakers, and targeted audience. We strongly encourage proposals from teams that include junior researchers who have NOT organized Workshops/Tutorials before.</span> </p><p style="text-align: justify; text-justify: inter-word; hyphens: auto;"><span style="font-size:21px"><span style=";color:#03717D;font-family:Wingdings"><br/></span></span></p><p style="text-align: justify; text-justify: inter-word; hyphens: auto;"><span style="font-size:21px"><span style=";color:#03717D;font-family:Wingdings">l</span></span><span style="font-size:21px;font-family: 'Century Gothic'; text-align: justify; word-break: keep-all; overflow-wrap: normal;color: black;"> We strongly encourage participation of junior researchers through new activities such as lightning talk sessions for PhD student participants. Describe plans to solicit participation among and beyond the broader robotics community.</span> </p><p style="text-align: justify; text-justify: inter-word; hyphens: auto;"><span style="font-size:21px"><span style=";color:#03717D;font-family:Wingdings"><br/></span></span></p><p style="text-align: justify; text-justify: inter-word; hyphens: auto;"><span style="font-size:21px"><span style=";color:#03717D;font-family:Wingdings">l</span></span><span style="font-size:21px;font-family: 'Century Gothic'; text-align: justify; word-break: keep-all; overflow-wrap: normal;color: black;"> Describe a dissemination plan for contributed talks, abstracts/papers, and tutorial materials. We strongly encourage the creation of an online archive of talks, discussions, and articles presented in the workshop.</span></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph;direction:ltr;unicode-bidi: embed"><br/></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph;direction:ltr;unicode-bidi: embed"><span style="font-size:21px;font-family: 'Century Gothic'">Note:</span></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph;direction:ltr;unicode-bidi: embed"><span style="font-size:21px;font-family: 'Century Gothic'"><br/></span></p><p style="text-align: justify; text-justify: inter-word; hyphens: auto;"><span style="font-size:21px"><span style=";color:#03717D;font-family:Wingdings">l</span></span> <span style="font-size:21px;font-family: 'Century Gothic'; text-align: justify; word-break: keep-all; overflow-wrap: normal;color: black;"> At the time of submission, the organizers will be required to provide an event title, an abstract, and a dedicated website for their workshop/tutorial. If accepted, these contents will be shown on the official IROS website for advertisement. The organizers can update the format and schedule on their workshop/tutorial website.</span> </p><p style="text-align: justify; text-justify: inter-word; hyphens: auto;"><span style="font-size:21px"><span style=";color:#03717D;font-family:Wingdings"><br/></span></span></p><p style="text-align: justify; text-justify: inter-word; hyphens: auto;"><span style="font-size:21px"><span style=";color:#03717D;font-family:Wingdings">l</span></span> <span style="font-size:21px;font-family: 'Century Gothic'; text-align: justify; word-break: keep-all; overflow-wrap: normal;color: black;"> IEEE RAS Technical Committee support letters are not allowed in the submission.</span></p><p><br/></p><p><br/></p><p style=";margin-top:0;margin-bottom:0;text-align:center;direction:ltr;unicode-bidi:embed"><span style="font-size:32px;font-family:'Century Gothic';color:#03717D;font-weight: bold">Contact</span></p><hr style="width:40%;height:1px;background-color:black;margin:10px auto;border:none;"/><p><br/></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph;direction:ltr;unicode-bidi: embed"><span style="font-size:21px;font-family:'Century Gothic';text-align: justify; word-break: keep-all; overflow-wrap: normal;color: black;">If you have any questions, please contact the Workshop and Tutorials Co-chairs</span><span style="font-size:21px;font-family:'Century Gothic';color:black">: </span><span style="font-size:21px;font-family:'Century Gothic';color:black"><a href="mailto:workshop@iros25.org">workshop@iros25.org</a></span><span style="font-size:21px;font-family:'Century Gothic';color:black">.</span></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph;direction:ltr;unicode-bidi: embed"><br/></p><p style=";margin-top:0;margin-bottom:0;text-align:justify;text-justify:inter-ideograph;direction:ltr;unicode-bidi: embed"><span style="font-size:21px;font-family:'Century Gothic';color:black">Workshops/Tutorials Co-Chairs: Herman </span><span style="font-size:21px;font-family:'Century Gothic';color:black">Castañeda</span><span style="font-size:21px;font-family:'Century Gothic';color:black"> Cuevas, </span><span style="font-size:21px;font-family:'Century Gothic';color:black">Houxiang</span><span style="font-size:21px;font-family:'Century Gothic';color:black"> Zhang, </span><span style="font-size:21px;font-family:'Century Gothic';color:black">Yufeng</span><span style="font-size:21px;font-family:'Century Gothic';color:black"> Chen, </span><span style="font-size:21px;font-family:'Century Gothic';color:black">Biyun</span><span style="font-size:21px;font-family:'Century Gothic';color:black"> Xie</span></p><p><br/></p> </div> </div> </div> </div> </div> </div> <style> /* 全局样式 */ .footer { background-color: #e6f7ff; padding: 10px; border-top: 5px solid #006666; font-family: 'Century Gothic', sans-serif; } .ftv2-container { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; width: 80%; margin: 0px auto; } .ftv2-left, .ftv2-right { display: flex; flex-direction: column; align-items: center; height: 100%; /* 确保子元素有明确的高度 */ } .ftv2-left { width: 40%; } .ftv2-right { width: 60%; } .header-title { font-size: 18px; margin-bottom: 10px; color: #006666; text-align: center; } .header-title p { font-size: 18px; /*margin-bottom: 10px;*/ color: #006666; text-align: center; } .header-title-right { font-size: 18px; margin-bottom: 10px; color: #006666; text-align: center; margin-left: -180px; } .header-title-right p { font-size: 18px; /*margin-bottom: 10px;*/ color: #006666; text-align: center; } .contact-email a { display: block; margin: 0 auto; } .contact-email img { width: 50px; height: 50px; } .social-media { display: flex; align-items: center; text-align: center; width: 100%; flex-wrap: nowrap; justify-content: center; flex-direction: row; } .social-icons { display: flex; justify-content: space-evenly; gap: 20px; margin-bottom: 10px; width: 60%; } .social-icons img { width: 50px; height: 50px; } .hashtags { display: flex; flex-direction: column; align-items: flex-start; text-align: left; justify-content: center; /* 垂直居中 */ height: 100%; /* 确保容器有明确的高度 */ padding: 0 0 0 20px ; width: 40%; } .hashtags p { margin: 0; /* 移除默认的上下边距 */ font-size: 18px; color: #006666; text-align: left; /* 文本左对齐 */ flex-grow: 1; /* 每个段落等分可用空间 */ display: flex; /* 使段落本身也成为弹性容器 */ align-items: center; /* 水平居中文本 */ } hr { border: 1px solid #006666; width: 70%; margin: 10px auto; } .friend-links-section { display: flex; flex-wrap: wrap; /* 允许换行 */ justify-content: center; /* 水平居中 */ gap: 20px; /* 项目之间的间距 */ margin-bottom: 10px; margin-top: 10px; width: 80%; margin: 0 auto; /* 确保居中 */ } .friend-links-item { list-style: none; /*margin: 5px;*/ flex: 1 1 calc(12.5% - 40px); max-width: calc(12.5% - 40px); } .friend-links-link img { max-width: 100%; } .copyright { text-align: center; margin-top: 20px; } /* 小屏幕样式 */ @media only screen and (max-width: 768px) { .ftv2-container { flex-direction: column; } .ftv2-left, .ftv2-right { width: 100%; margin-bottom: 20px; } .social-icons img { width: 40px !important; height: 40px !important; } .friend-links-item { flex: 1 1 100%; max-width: 100%; margin-bottom: 10px; } .friend-links-section { display: flex; flex-wrap: wrap; /* 允许换行 */ justify-content: center; gap: 5px; /* 项目之间的间距 */ margin-bottom: 10px; margin-top: 10px; } .friend-links-item { list-style: none; margin: 5px; flex: 1 1 calc(40% - 5px); /* 每个项目占据50%宽度,减去间距 */ max-width: calc(40% - 5px); /* 确保最大宽度不超过50% */ margin-bottom: 5px; box-sizing: border-box; /* 确保 padding 和 border 包含在元素的宽度和高度内 */ } .header-title-right { margin-left: 0px; } .footer p, .footer a { font-size: 18px; } .social-media { flex-direction: column; } .social-icons, .hashtags { width: 100%; text-align: center; } .hashtags { display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; /* 垂直居中 */ height: 100%; /* 确保容器有明确的高度 */ padding: 0 0 0 20px ; } } /* 更小屏幕的额外样式 */ @media only screen and (max-width: 480px) { .social-icons img { width: 30px !important; height: 30px !important; } .footer p, .footer a { font-size: 16px; } } </style> <div class="footer"> <footer> <!-- 包裹的大div --> <div class="ftv2-container"> <!-- 顶部标题部分 --> <div class="ftv2-left"> <div class="header-title"> <p>Contact us via email:</p> </div> <div class="contact-email"> <a href="mailto:info@iros25.org"> <img src="/templates/iros2025/static/icon/footer/email.png" alt="Email Icon"> </a> </div> </div> <!-- 内容部分 --> <div class="ftv2-right"> <div class="header-title-right"> <p>Follow us on social media:</p> </div> <div class="social-media"> <div class="social-icons"> <a href="https://x.com/IROS2025"> <img src="/templates/iros2025/static/icon/footer/twitter.png" alt="Twitter Icon"> </a> <a href="https://www.facebook.com/profile.php?id=61569994154219"> <img src="/templates/iros2025/static/icon/footer/facebook.png" alt="Facebook Icon"> </a> <a href="https://www.instagram.com/IROS2025"> <img src="/templates/iros2025/static/icon/footer/instagram.png" alt="Instagram Icon"> </a> <a href="https://www.linkedin.com/company/iros2025hangzhou/"> <img src="/templates/iros2025/static/icon/footer/linkedin.png" alt="Linkedin Icon"> </a> <a href="https://www.youtube.com/@IROS2025"> <img src="/templates/iros2025/static/icon/footer/youtube.png" alt="Youtube Icon"> </a> </div> <div class="hashtags"> <p>#IROS2025</p> <p>#IROSHangzhou</p> </div> </div> </div> </div> <hr> <!-- 友情链接列表部分 --> <div class="friend-links-section"> <li class="friend-links-item"> <a href="https://www.ieee.org" target="_blank" class="friend-links-link"> <img src="/static/upload/5daf7852-661a-47a3-b1e2-68c9999a0637.png" alt="IEEE" class="friend-links-image"> </a> </li> <li class="friend-links-item"> <a href="https://www.ieee-ras.org" target="_blank" class="friend-links-link"> <img src="/static/upload/f8c93cfa-b0d1-4d16-a925-f412c023a9d0.png" alt="ieeee-ras" class="friend-links-image"> </a> </li> <li class="friend-links-item"> <a href="https://www.ieee-ies.org/" target="_blank" class="friend-links-link"> <img src="/static/upload/57341472-43cf-4963-a6ee-9115f15dfb74.png" alt="ies" class="friend-links-image"> </a> </li> <li class="friend-links-item"> <a href="https://www.rsj.or.jp/en/" target="_blank" class="friend-links-link"> <img src="/static/upload/15ce02e1-c619-4053-9ff3-9663057d679e.png" alt="RSJ" class="friend-links-image"> </a> </li> <li class="friend-links-item"> <a href="https://www.sice.jp/english/" target="_blank" class="friend-links-link"> <img src="/static/upload/f2d39598-80b4-4c08-b6ab-7e6739504367.png" alt="SICE" class="friend-links-image"> </a> </li> <li class="friend-links-item"> <a href="https://www.sjtu.edu.cn/" target="_blank" class="friend-links-link"> <img src="/static/upload/b79c85c5-50f9-4c42-a1e3-8894c24d540d.png" alt="上海交通大学" class="friend-links-image"> </a> </li> <li class="friend-links-item"> <a href="https://www.zju.edu.cn/" target="_blank" class="friend-links-link"> <img src="/static/upload/bcdcb893-fd20-4d12-ac03-54d2000ab520.png" alt="浙江大学" class="friend-links-image"> </a> </li> <li class="friend-links-item"> <a href="https://www.shu.edu.cn/" target="_blank" class="friend-links-link"> <img src="/static/upload/cc7bc1fb-ecf0-4753-b930-45281f7b73b8.png" alt="上海大学" class="friend-links-image"> </a> </li> </div> <!-- 版权声明部分 --> <p class="copyright">Copyright © 2025 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2025), Hangzhou, China. All Rights Reserved.</p> </footer> </div> <script src="/templates/iros2025/static/js/jquery.js"></script> <script src="/templates/iros2025/static/js/bootstrap.min.js"></script> <script src="/templates/iros2025/static/js/main.js"></script> </body> </html>