Skip to content

Commit 257e24a

Browse files
committed
update readme
1 parent 7a8ac5b commit 257e24a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Supported ROS2 versions:
44

55
- Humble Hawksbill
6-
- Foxy Fitzroy (in the 'foxy' branch)
76

87
### Compiling
98

@@ -19,7 +18,7 @@ $ git checkout coppeliasim-v4.5.0-rev0
1918

2019
NOTE: replace `coppeliasim-v4.5.0-rev0` with the actual CoppeliaSim version you have.
2120

22-
3. Edit `meta/interfaces.txt` if you need to include more ROS interfaces. You need to specify the fully qualified interface, e.g. geometry_msgs/msg/Twist rather than Twist.
21+
3. Edit `meta/interfaces.txt` if you need to include more ROS interfaces. You need to specify the fully qualified interface, e.g. geometry_msgs/msg/Twist rather than Twist. If an interface uses non-primitive types (i.e. other interfaces), then those should be added as well.
2322
4. Compile
2423
```
2524
$ colcon build --symlink-install
@@ -32,7 +31,7 @@ VERBOSE=1 MAKEFLAGS=-j1 colcon build --symlink-install --event-handlers console_
3231

3332
Add `--cmake-args -DCMAKE_BUILD_TYPE=Debug` if you are encountering a runtime error (e.g. crash, unexpected behavior, etc...).
3433

35-
Note: *gcc* is known to fail compile the plugin when a large number of interfaces is compiled in. Use *clang* in that case, i.e.:
34+
Note: *gcc* can fail compile the plugin when a large number of interfaces is compiled in. Use *clang* in that case, i.e.:
3635

3736
```
3837
sudo apt install clang

0 commit comments

Comments
 (0)