You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,26 +31,31 @@ The CRS (Collaborative Robotic Sanding) Application buit in ROS2 eloquent
23
31
- Install [rosdep](http://wiki.ros.org/rosdep)
24
32
- From the root directory of your workspace run the following:
25
33
```
26
-
rosdep install --from-path src --ignore-src -r
34
+
rosdep install --from-path src --ignore-src -ry
27
35
```
28
-
#### Download additional resources
36
+
#### Download additional REQUIRED resources
29
37
- ros-eloquent-launch-xml
30
38
```
31
39
sudo apt install ros-eloquent-launch-xml
32
40
```
33
41
This allows using xml formatted launch files
34
42
35
-
- QT5 is a dependency of [ros_scxml](https://github.com/swri-robotics/ros_scxml) therefore follow the instructions provided [here](https://github.com/swri-robotics/ros_scxml)
43
+
- **QT5**, which is a dependency of [ros_scxml](https://github.com/swri-robotics/ros_scxml) therefore follow the instructions provided [here](https://github.com/swri-robotics/ros_scxml)
36
44
37
-
#### Workarounds
38
-
- None at this moment
39
-
40
-
#### Build
45
+
---
46
+
#### Issues
47
+
- To run on hardware it is necessary to build the ros1 robot driver and the bridge in separate workspace, see instructions on that below.
48
+
---
49
+
### Build
50
+
##### ROS2 Application
51
+
This will build the main application, from the workspace run the following
41
52
```
42
53
colcon build --symlink-install
43
54
```
55
+
**This application is all that is necessary to run the system in simulation mode with gazebo**
56
+
57
+
---
44
58
45
-
--
46
59
### Setup
47
60
#### Data Directory
48
61
Create a soft link (shortcut) in the home directory as follows
@@ -63,10 +76,19 @@ Create a soft link (shortcut) in the home directory as follows
63
76
---
64
77
### Hardware dependencies
65
78
The following instructions are necessary when running on real hardware:
66
-
- Camera Driver
67
-
Go to [Framos Depth Camera](https://www.framos.com/en/industrial-depth-cameras#downloads). Download and Extract the [tar file](https://www.framos.com/framos3d/D400e/Software/FRAMOS_D400e_Software_Package_v1-8-0_Linux64_x64.tar.gz) and then install the FRAMOS-librealsense2-2.29.8-Linux64_x64.deb debian
79
+
#### Camera Driver
80
+
- Go to [Framos Depth Camera](https://www.framos.com/en/industrial-depth-cameras#downloads). Download and Extract the [tar file](https://www.framos.com/framos3d/D400e/Software/FRAMOS_D400e_Software_Package_v1-8-0_Linux64_x64.tar.gz) and then install the FRAMOS-librealsense2-2.29.8-Linux64_x64.deb debian
This application works on the Universal UR10 robot, as of now the ROS2 driver is not available therefore it is necessary to use the ROS1 bridge to allow the ROS1 robot driver to communicate with the ROS2 application
0 commit comments