rosSimverse is a focused repository for ROS-based simulations using URDF/XACRO, Gazebo environments, and ROS launch files. All content is centered on ROS 1 (Noetic) workflows and robot modeling using simulation tools.
| Module/Folder | Description |
|---|---|
GazeboBot/ |
Contains a basic robot model defined using model.sdf and model.config, suitable for spawning in Gazebo via ROS. |
HexaCopter/ |
Simulates a hovering drone using a firefly_base.xacro robot model and a ROS launch file for dynamic testing in Gazebo. |
- Build robots using URDF/XACRO and ROS integration
- Simulate robot models in Gazebo environments
- Launch robots via
roslaunchwith pre-defined states - Integrate simple control logic (e.g., hover using MAVROS)
- ROS 1 (tested on Noetic)
- Gazebo 9 or 11
catkin_makeworkspace setup- Optional: RViz, MAVROS tools
cd ~/catkin_ws/src
git clone https://github.com/<your-username>/rosSimverse.git
cd ~/catkin_ws
catkin_make
source devel/setup.bash