=============
Packages for the simulation of the RB-Theron
Launch files and world files to start the models in gazebo
Launch files that launch the complete simulation of the robot
This simulation has been tested using Gazebo 9 version. To facilitate the installation you can use the vcstool:
sudo apt-get install -y python3-vcstool
mkdir catkin_ws
cd catkin_ws
vcs import --input \
https://raw.githubusercontent.com/RobotnikAutomation/rb_theron_sim/noetic-devel/repos/rb_theron_sim.repos
rosdep install --from-paths src --ignore-src -y -r
catkin build
source devel/setup.bash
- RB-Theron:
roslaunch rb_theron_sim_bringup rb_theron_complete.launch
- RB-Theron Omni:
roslaunch rb_theron_sim_bringup rb_theron_complete.launch xacro_robot:=rb_theron_omni.urdf.xacro ros_planar_move_plugin:=true odom_model_type:=omni
In order to run this simulation you will need nvidia graphical accelation
- docker
- nvidia-docker
- nvidia-drivers
git clone https://github.com/RobotnikAutomation/rb_theron_sim.git
cd rb_theron_sim
git checkout noetic-devel
cd docker
export ROS_BU_PKG="rb_theron_sim_bringup"
export ROS_BU_LAUNCH="rb_theron_complete.launch"
docker compose up
git clone https://github.com/RobotnikAutomation/rb_theron_sim.git
cd rb_theron_sim
git checkout noetic-devel
cd docker
export ROS_BU_PKG="rb_theron_sim_bringup"
export ROS_BU_LAUNCH="rb_theron_complete.launch xacro_robot:=rb_theron_omni.urdf.xacro ros_planar_move_plugin:=true odom_model_type:=omni"
docker compose up