A ROS1 package for acoustics simulation. Helpful for testing acoustic localization algorithms. A work-in-progress for now.
- WSL2 with Ubuntu-20.04
- Python 3.8 (3.6+ should work)
- ROS Noetic
-
This package requires catkin build tools, not catkin_make. Install from here.
-
Create a catkin workspace.
mkdir -p ros_ws/src cd ros_ws catkin init
-
Clone this package into src.
-
Install pra_utils from here.
-
Inside the workspace, build using
catkin build acoustics_ros
and thensource devel/setup.bash
. -
Run the main demo with
roslaunch acoustics_ros basic_test.launch
. -
You can also run teleop with
roslaunch acoustics_ros teleop.launch
.