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

Field-Robotics-Lab/gazebo_beam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Gazebo beam Sonar plugin (not a ROS component)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published