-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
680,561 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### Links: | ||
- https://github.com/UniversalRobots/Universal_Robots_ROS_Driver | ||
- https://github.com/UniversalRobots/Universal_Robots_ExternalControl_URCap/releases/tag/v1.0.5 | ||
- http://wiki.ros.org/universal_robot/Tutorials/Getting%20Started%20with%20a%20Universal%20Robot%20and%20ROS-Industrial | ||
|
||
### Commands | ||
```bash | ||
roslaunch ur_robot_driver ur3e_bringup.launch robot_ip:=192.168.77.22 kinematics_config:=/home/user/workspace/ur3e2_calib.yaml | ||
|
||
roslaunch ur3e_moveit_config ur3e_moveit_planning_execution.launch | ||
|
||
roslaunch ur3e_moveit_config moveit_rviz.launch config:=true | ||
``` |
31 changes: 0 additions & 31 deletions
31
melodic_dockerfile.Dockerfile → docker/melodic_dockerfile.Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule .Universal_Robots_ROS_Driver
added at
c09807
Submodule .fmauch_universal_robot
added at
1ffdd6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"configurations": [ | ||
{ | ||
"name": "Linux", | ||
"includePath": [ | ||
"${workspaceFolder}/**" | ||
], | ||
"defines": [], | ||
"compilerPath": "/usr/bin/gcc", | ||
"cStandard": "c11", | ||
"cppStandard": "gnu++14", | ||
"intelliSenseMode": "linux-gcc-x64" | ||
} | ||
], | ||
"version": 4 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"files.associations": { | ||
"array": "cpp", | ||
"bitset": "cpp", | ||
"string_view": "cpp", | ||
"initializer_list": "cpp", | ||
"regex": "cpp", | ||
"utility": "cpp", | ||
"cctype": "cpp", | ||
"clocale": "cpp", | ||
"cmath": "cpp", | ||
"csignal": "cpp", | ||
"cstdarg": "cpp", | ||
"cstddef": "cpp", | ||
"cstdio": "cpp", | ||
"cstdlib": "cpp", | ||
"cstring": "cpp", | ||
"ctime": "cpp", | ||
"cwchar": "cpp", | ||
"cwctype": "cpp", | ||
"atomic": "cpp", | ||
"strstream": "cpp", | ||
"*.tcc": "cpp", | ||
"chrono": "cpp", | ||
"complex": "cpp", | ||
"condition_variable": "cpp", | ||
"cstdint": "cpp", | ||
"deque": "cpp", | ||
"list": "cpp", | ||
"unordered_map": "cpp", | ||
"vector": "cpp", | ||
"exception": "cpp", | ||
"algorithm": "cpp", | ||
"functional": "cpp", | ||
"iterator": "cpp", | ||
"map": "cpp", | ||
"memory": "cpp", | ||
"memory_resource": "cpp", | ||
"numeric": "cpp", | ||
"optional": "cpp", | ||
"random": "cpp", | ||
"ratio": "cpp", | ||
"set": "cpp", | ||
"string": "cpp", | ||
"system_error": "cpp", | ||
"tuple": "cpp", | ||
"type_traits": "cpp", | ||
"fstream": "cpp", | ||
"iomanip": "cpp", | ||
"iosfwd": "cpp", | ||
"iostream": "cpp", | ||
"istream": "cpp", | ||
"limits": "cpp", | ||
"mutex": "cpp", | ||
"new": "cpp", | ||
"ostream": "cpp", | ||
"sstream": "cpp", | ||
"stdexcept": "cpp", | ||
"streambuf": "cpp", | ||
"thread": "cpp", | ||
"cfenv": "cpp", | ||
"cinttypes": "cpp", | ||
"typeindex": "cpp", | ||
"typeinfo": "cpp" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"tasks": [ | ||
{ | ||
"type": "cppbuild", | ||
"label": "C/C++: g++ build active file", | ||
"command": "/usr/bin/g++", | ||
"args": [ | ||
"-fdiagnostics-color=always", | ||
"-g", | ||
"${file}", | ||
"-o", | ||
"${fileDirname}/${fileBasenameNoExtension}" | ||
], | ||
"options": { | ||
"cwd": "${fileDirname}" | ||
}, | ||
"problemMatcher": [ | ||
"$gcc" | ||
], | ||
"group": { | ||
"kind": "build", | ||
"isDefault": true | ||
}, | ||
"detail": "Task generated by Debugger." | ||
} | ||
], | ||
"version": "2.0.0" | ||
} |
Submodule Universal_Robots_ROS_Driver
added at
dab6cf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
kinematics: | ||
shoulder: | ||
x: 0 | ||
y: 0 | ||
z: 0.1519010735629734 | ||
roll: -0 | ||
pitch: 0 | ||
yaw: 4.634905607502505e-08 | ||
upper_arm: | ||
x: -0.0001502218476330159 | ||
y: 0 | ||
z: 0 | ||
roll: 1.571525622556669 | ||
pitch: 0 | ||
yaw: 2.434118529520919e-06 | ||
forearm: | ||
x: -0.2436671404664339 | ||
y: 0 | ||
z: 0 | ||
roll: 3.137813499486348 | ||
pitch: 3.140117104380051 | ||
yaw: 3.141587839269064 | ||
wrist_1: | ||
x: -0.2132179589483491 | ||
y: -0.0001550830051109289 | ||
z: 0.1313263639404954 | ||
roll: 0.001180897181410599 | ||
pitch: 0.0006496499988362674 | ||
yaw: 2.597372229028298e-06 | ||
wrist_2: | ||
x: 1.59344894692773e-05 | ||
y: -0.08534391586236098 | ||
z: -8.859064304126133e-05 | ||
roll: 1.571834369288334 | ||
pitch: 0 | ||
yaw: 7.505352157845812e-06 | ||
wrist_3: | ||
x: -0.0001950144461448812 | ||
y: 0.09202553898945699 | ||
z: -0.000227508576828372 | ||
roll: 1.568324098804467 | ||
pitch: 3.141592653589793 | ||
yaw: 3.141592161509155 | ||
hash: calib_586489923172046521 |
Submodule fmauch_universal_robot
added at
1ffdd6
Oops, something went wrong.