mkdir -p catkin_ws/src
cd catkin_ws/src
git clone https://github.com/gargivaidya/turtlebot_rl_gazebo.git
git clone https://github.com/ROBOTIS-GIT/turtlebot3.git
cd ..
catkin_make
. devel/setup.bash
python3 -m venv gymenv
source gymenv/bin/activate
pip3 install --upgrade pip
pip3 install pyyaml rospkg numpy gym matplotlib tensorboard scikit-build cmake stable-baselines3 scipy
pip3 install <compatible version of torch https://pytorch.org/>
roslaunch turtlebot3_gazebo turtlebot3_empty_world.launch
source gymenv/bin/activate
rosrun turtlebot3_gazebo sbtraining.py
mkdir -p catkin_ws/src
cd catkin_ws/src
git clone https://github.com/gargivaidya/turtlebot_rl_gazebo.git
git clone https://github.com/ROBOTIS-GIT/turtlebot3.git
cd ..
catkin_make
. devel/setup.bash
turtlebot3
turtlebot3_msgs
turtlebot3_descriptions
python3 -m venv gymenv
source gymenv/bin/activate
pip3 install --upgrade pip
pip3 install pyyaml rospkg numpy gym matplotlib tensorboard scikit-build cmake stable-baselines3 scipy
pip3 install <compatible version of torch https://pytorch.org/>
roslaunch turtlebot3_gazebo turtlebot3_empty_world.launch
source gymenv/bin/activate
rosrun turtlebot3_gazebo training.py
- This Gazebo plugin simulates a RealSense camera by publishing the 4 main RealSense streams: Depth, Infrared, Infrared2 and Color. It is associated to a RealSense model that is providade in ./models
-
Create a build folder under /src and make using CMAKE as follows:
mkdir build cd build cmake .. make
The plugin binaries will be installed so that Gazebo finds them. Also the needed models will be copied to the default gazebo models folder.
sudo make install
roslaunch turtlebot3_gazebo turtlebot3_house.launch
- http://wiki.ros.org/turtlebot3_simulations (metapackage)
- http://wiki.ros.org/turtlebot3_fake
- http://wiki.ros.org/turtlebot3_gazebo
- turtlebot3
- turtlebot3_msgs
- turtlebot3_simulations
- turtlebot3_applications_msgs
- turtlebot3_applications
- turtlebot3_autorace
- turtlebot3_deliver
- hls_lfcd_lds_driver
- turtlebot3_manipulation
- turtlebot3_manipulation_simulations
- robotis_manipulator
- open_manipulator_msgs
- open_manipulator
- open_manipulator_simulations
- open_manipulator_perceptions
- dynamixel_sdk
- OpenCR-Hardware
- OpenCR