Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CK1201 committed Feb 23, 2024
1 parent d965267 commit f3db541
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ run-name: on schedule

on:
schedule:
# weekly
- cron: "0 0 * * 1"
# annually on February 1st
- cron: "0 0 1 2 *"

# run if user manually requests it
workflow_dispatch:
Expand Down
10 changes: 5 additions & 5 deletions _data/projects.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
- title: 2022 RoboMaster Intelligent UAV Championship
- title: RoboMaster 2022-2023 University AI Challenge Competition
subtitle:
group: featured
image: images/project/2022-rmuav.gif
link: https://github.com/HITSZ-MAS/RMUAV2022
image: images/project/RMUA2022.gif
link: https://github.com/HITSZ-MAS/RMUA2022
description: Win the second prize in real-world competition.
tags:
- Drone Racing

- title: Real-time Whole-body Motion Planning for Mobile Manipulators Using Environment-adaptive Search and Spatial-temporal Optimization
subtitle:
group: featured
image: images/paper/2024/mobile-manipulator.gif
image: images/paper/2024/MOVE-Planner.gif
link: https://sysu-star.github.io/MOVE-Planner
description: Mobile manipulators have recently gained significant attention in the robotics community due to their superior potential in industrial and service applications. However, the high degree of freedom associated with mobile manipulatorsposes challenges in achieving realtime whole body motion planning. To bridge the gap, we present a motion planning method capable of generating high-quality, safe, agileand feasible trajectories for mobile manipulators in real time (ICRA 2024 Submission).
description: MOVE-Planner presents a motion planning method capable of generating high-quality, safe, agile and feasible trajectories for mobile manipulators in real time. (ICRA 2024)
tags:
- Mobile Manipulator
- Motion Planning
2 changes: 1 addition & 1 deletion _members/grad-2022-chengkai-wu.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ alumni: false
aliases:
- Chengkai Wu
links:
home-page: https://ck1201.github.io/
home-page: https://chengkaiwu.me/
email: [email protected]
orcid: 0009-0002-6571-6512
github: CK1201
Expand Down
Binary file added images/paper/2024/MOVE-Planner.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/paper/2024/mobile-manipulator.gif
Binary file not shown.
Binary file added images/project/RMUA2022.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Welcome to Multi-Agent System Lab led by Prof. Guangfu Ma, Prof. Jie Mei, A.P. Z

{%
include feature.html
image="images/project/2022-rmuav.gif"
image="images/project/RMUA2022.gif"
link="projects"
title="Our Projects"
flip=true
Expand Down

0 comments on commit f3db541

Please sign in to comment.