Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 837 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 837 Bytes

gazebo_beam

A Gazebo beam Sonar plugin (not a ROS component)

git clone [email protected]:Field-Robotics-Lab/gazebo_beam.git

References

Build

Build libnps_beam.so using cmake:

cd gits/gazebo_beam
mkdir build
cd build
cmake ..
make

Set library path so Gazebo can find it by putting this line in .bashrc:

# Gazebo plugin
export LD_LIBRARY_PATH=~/gits/gazebo_beam/build:$LD_LIBRARY_PATH