Skip to content

Commit c230327

Browse files
Add troubleshooting
1 parent 1c854c3 commit c230327

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,9 @@ $ roslaunch smb_navigation navigate2d_ompl.launch
7272
```
7373
If necessary, set the right global frame used for planning.
7474

75+
## Troubleshooting
76+
If there are problems due to linking against `pthread` or `boost`, build with following command:
77+
```
78+
$ catkin build --cmake-args -DBUILD_SHARED_LIBS=ON
79+
```
80+

0 commit comments

Comments
 (0)