Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bigprint
twins-controller
Commits
7b2e985c
Commit
7b2e985c
authored
Mar 10, 2020
by
Jayant Khatkar
Browse files
updated documentation to get it running
parent
41885acb
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7b2e985c
...
...
@@ -14,16 +14,33 @@ Includes the following important components:
#### How to Run
1.
Source catkin workspace containing ur_robot_driver
1.
Import git submodules.
```
bash
source
catkin_ws/devel/setup.zsh
git submodule init
git submodule update
```
2.
Run the launch file to connect to the UR5 with the calibration file
2.
Make catkin workspace.
```
bash
cd
catkin_ws
catkin_make
source
devel/setup.zsh
cd
..
```
2.
Run the following 3 launch files in 3 tabs.
```
bash
# Connect to the UR5e and launch a controller service
roslaunch ur_robot_driver ur5e_bringup.launch robot_ip:
=
192.168.1.95 kinematics_config:
=
$(
pwd
)
/calibration.yaml
# Launch MoveIt and connect it to the controller service
launch ur5_e_moveit_config ur5_e_moveit_planning_execution.launch
# Optional: Launch RViz to Visualise the arm
roslaunch ur5_e_moveit_config moveit_rviz.launch config:
=
true
```
3.
Run the controller file.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment