Skip to content

Commit ab9000d

Browse files
committed
SCARA release 1.0
1 parent 1f58dca commit ab9000d

File tree

407 files changed

+17573
-21685
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

407 files changed

+17573
-21685
lines changed

.vscode/tasks.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@
101101
}
102102
]
103103
}
104-
],
105-
"isBuildCommand": true
104+
]
106105
},
107106
{
108107
"taskName": "Release",
@@ -197,7 +196,8 @@
197196
}
198197
]
199198
}
200-
]
199+
],
200+
"isBuildCommand": true
201201
},
202202
{
203203
"taskName": "Debug (isolated)",

info.txt

+26-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,36 @@
11
########################
2-
##+ traj_planner
2+
##+ scara_interface
3+
##
4+
## contains "kinematic controller", "interface to minas drivers", and "GUIs for debug".
5+
##----------------------
6+
##+ scara_description
7+
##
8+
## contains scara STL files from Solidworks and URDFs.
9+
##----------------------
10+
##+ scara_moveit_config
11+
##
12+
## generated from MoveIt! tools.
313
##----------------------
414
##+ minas_control
15+
##
16+
## Panasonic minas drivers library.
517
##----------------------
618
##+ ethercat_manager
19+
##
20+
## EtherCAT manager library based on SOEM.
721
##----------------------
822
##+ RT-core
23+
##
24+
## based on Xenomai. (unfinished)
925
##----------------------
1026
##+ iPendant
27+
##
28+
## teach pendant program for articulated robots
29+
##
30+
##----------------------
31+
##+ u_devices
32+
##
33+
## Hardware interface program for teach pendant based on Marsboard.
1134
########################
35+
36+
partly refers to Yongzhuo Gao, Zhijiang Du, Xueshan Gao, Yanyu Su, Yu Mu, Li Ning Sun, Wei Dong, (2018) "Implementation of openarchitecture kinematic controller for articulated robots under ROS", Industrial Robot: An International Journal

src/description/config/joint_names_scara.yaml

-1
This file was deleted.

src/description/meshes/Link_1.STL

-52.6 KB
Binary file not shown.

src/description/meshes/Link_2.STL

-1.05 MB
Binary file not shown.

src/description/meshes/Link_3.STL

-608 KB
Binary file not shown.

src/description/meshes/Link_4.STL

-608 KB
Binary file not shown.

src/description/meshes/base_link.STL

-205 KB
Binary file not shown.

src/description/urdf/scara.urdf

-282
This file was deleted.

0 commit comments

Comments
 (0)