Skip to content

RcO2Rob/Dis-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Mobile-Robot-Project

This repository contains a Unity-based robot simulation integrated with a ROS backend. It demonstrates distributed control, sensor communication, and real-time interaction between Unity and ROS.


๐Ÿš€ Getting Started

Follow the steps below to set up the project on your local machine.

๐Ÿ“ฅ 1. Clone the Repository

git clone https://github.com/imorange/Mobile-Robot-Project.git
cd Mobile-Robot-Project

๐ŸŽฎ 2. Open the Unity Project

  • Open Unity Hub

  • Click Add โ†’ Add Existing Project

  • Select the folder Mobile-Robot-Project/myunityproject

  • Open it with Unity 2021.3+ (or your required version)

๐Ÿค– 3. Set Up the ROS Package

# Copy ROS package into your catkin workspace
cp -r Ros_Package ~/catkin_ws/src/
cd ~/catkin_ws
catkin_make
source devel/setup.bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published