ROS 2 wrapper node for using SimPublisher (https://github.com/intuitive-robots/SimPublisher). Use this package to publish simulated sensor/pose data into a ROS 2 system using either ROS topics or the TF tree as input.
- ROS 2 (tested with common distributions such as Foxy / Galactic / Humble)
- Install SimPublisher:
pip install simpub- Clone this package into
src/of your workspace. - Build: colcon build --symlink-install
- Source: source install/setup.bash
- Run directly (example): ros2 run simpub_ros2 simpub_node --ros-args -p input_source:=tf -p input_frame:=world
- Use a launch file (if provided in this package): ros2 launch simpub_ros2 simpub_launch.py