Skip to content

Commit 5b05209

Browse files
authored
Merge pull request #161 from sjahr/source
Adding MoveIt
2 parents 74bc140 + 3baee7b commit 5b05209

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
const projectList = [
22
{
3+
name: 'MoveIt',
4+
imageSrc: 'https://camo.githubusercontent.com/8dc96fd1c0547dcf77efe1b4fa579dd628bc4069b91cdb401b56da570064b115/68747470733a2f2f6d6f766569742e726f732e6f72672f6173736574732f6c6f676f2f6d6f766569745f6c6f676f2d626c61636b2e706e67',
5+
projectLink: 'https://github.com/ros-planning/moveit',
6+
description: 'Easy-to-use open source robotics manipulation platform for developing commercial applications, prototyping designs, and benchmarking algorithms.',
7+
tags: ['c++', 'python', 'robotics', 'open source', 'motion planning'],
8+
}, {
39
name: 'Jina',
410
imageSrc: 'https://avatars1.githubusercontent.com/u/60539444?s=200&v=4',
511
projectLink: 'https://github.com/jina-ai/jina',

0 commit comments

Comments
 (0)