Skip to content

karthikgogisetty/_RosSimverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌌 rosSimverse

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.


🧭 Table of Contents

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.

πŸ€– Features Covered

  • Build robots using URDF/XACRO and ROS integration
  • Simulate robot models in Gazebo environments
  • Launch robots via roslaunch with pre-defined states
  • Integrate simple control logic (e.g., hover using MAVROS)

πŸ“š ROS Learning Resources

🚦 ROS Core

πŸ— Robot Modeling

🧰 Useful Packages


πŸ›  Requirements

  • ROS 1 (tested on Noetic)
  • Gazebo 9 or 11
  • catkin_make workspace setup
  • Optional: RViz, MAVROS tools

πŸš€ Quick Start

cd ~/catkin_ws/src
git clone https://github.com/<your-username>/rosSimverse.git
cd ~/catkin_ws
catkin_make
source devel/setup.bash

About

A collection of ROS (Robot Operating System) projects and simulations built for learning, prototyping, and experimenting with robotic systems in virtual environments. Includes navigation, sensor integration, robot modeling, and Gazebo/rviz-based visualizations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors