Skip to content

NextAISense/ROS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS And Gazebo Integration

Prerequisite to install:

ROS Installation

https://docs.ros.org/en/jazzy/Installation/Ubuntu-Install-Debs.html

Gazebo Installation

# Example running gz sim on Jazzy
export ROS_DISTRO=jazzy
sudo apt-get install ros-${ROS_DISTRO}-gz-tools-vendor ros-${ROS_DISTRO}-gz-sim-vendor
. /opt/ros/jazzy/setup.bash
gz sim --help

For Building Integration

colcon build
source install/setup.bash
ros2 launch turtle_simulation turtle_gz.launch.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors