Skip to content

Commit

Permalink
hint for fixing possible bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
amock committed Oct 8, 2023
1 parent e35103c commit 96e17c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,3 +493,12 @@ terminate called recursively
what(): boost: mutex lock failed in pthread_mutex_lock: Invalid argument
Aborted (core dumped)
```


### Known Bug-Fixes:

On my system, Gazebo finds all rmagine libraries automatically. If that is not the case for you, try appending your ROS workspace `your_ws` to the Gazebo search pathes:

```console
export GAZEBO_PLUGIN_PATH=~/your_ws/devel/lib:$GAZEBO_PLUGIN_PATH
```

0 comments on commit 96e17c0

Please sign in to comment.