Code Monkey home page Code Monkey logo

rbvogui_sim's Introduction

rbvogui_sim

Packages for the simulation of the RB-Vogui

Packages

This packages contains:

rbvogui_gazebo

Launch files and world files to start the models in gazebo

rbvogui_sim_bringup

Launch files that execute the complete simulation of the robot

Requirements

  • Ubuntu 20.04
  • ROS Noetic
  • Python 3.0 or higher

Simulating RB-Vogui

1) Install the following dependencies:

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

Install catkin_tools in order to compile the workspace

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu `lsb_release -sc` main" > /etc/apt/sources.list.d/ros-latest.list'
wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
sudo apt-get update
sudo apt-get install python3-catkin-tools

Install rqt_joint_trajectory_controller to move the arm joint by joint and moveit_commander to move it via script

sudo apt-get install ros-noetic-rqt-joint-trajectory-controller 
sudo apt-get install ros-noetic-moveit-commander

2) Create a workspace and clone the repository:

Create a new workspace

mkdir catkin_ws
cd catkin_ws

Install one of these versions. Keep in mind that on the stable version the latest features may be not available.

Install stable version:

vcs import --input https://raw.githubusercontent.com/RobotnikAutomation/rbvogui_sim/noetic-devel/repos/rbvogui_sim.repos
rosdep install --from-paths src --ignore-src -y -r

Or install developer version:

vcs import --input https://raw.githubusercontent.com/RobotnikAutomation/rbvogui_sim/noetic-devel/repos/rbvogui_sim_devel.repos
rosdep install --from-paths src --ignore-src -y -r

3) Install the controllers, robotnik_msgs and the rcomponent:

cd ~/catkin_ws
sudo dpkg -i src/rbvogui_common/libraries/*

4) Compile:

cd ~/catkin_ws
catkin build
source devel/setup.bash

5) Run RB-Vogui simulation:

These are the different configurations available:

  • Vogui
  • Vogui with UR-5 arm
  • Vogui with UR-5 arm and RG2 gripper
  • Vogui with UR-10 arm
  • Vogui with UR-10 arm and RG2 gripper
  • Vogui with UR-10 arm and EGH gripper
  • Vogui XL
  • Vogui XL with left and right UR10e arm
  • Vogui XL with UR-10e arm and Ewellix lift
  • Vogui 6W

5.1 RB-Vogui

Set your robot kinematics to omni/ackermann (In case of ackermann, you will need twist2ackermann node enabled)

roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui

5.2 RB-Vogui with UR5 arm

  roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui robot_xacro:=rbvogui_std_ur5.urdf.xacro launch_arm:=true arm_manufacturer:=ur arm_model:=ur5

 ROS_NAMESPACE=robot roslaunch rbvogui_ur5_moveit demo.launch

5.3 RB-Vogui with UR5 arm and RG2 gripper

  roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui robot_xacro:=rbvogui_std_ur5_rg2.urdf.xacro launch_arm:=true arm_manufacturer:=ur arm_model:=ur5 launch_gripper:=true gripper_manufacturer:=onrobot gripper_model:=rg2

ROS_NAMESPACE=robot roslaunch rbvogui_ur5_rg2_moveit demo.launch

5.4 RB-Vogui with UR10 arm

In case you want to launch the rbvogui with an UR arm you can type the following command:

  roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui robot_xacro:=rbvogui_std_ur10.urdf.xacro launch_arm:=true arm_manufacturer:=ur arm_model:=ur10

You can play with the arm by using the rqt_joint_trajectory:

ROS_NAMESPACE=robot rosrun rqt_joint_trajectory_controller rqt_joint_trajectory_controller

Or even use moveit to plan trajectories:

ROS_NAMESPACE=robot roslaunch rbvogui_moveit_ur10 demo.launch

5.5 RB-Vogui with UR10 arm and RG2 gripper

  roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui robot_xacro:=rbvogui_std_ur10_rg2.urdf.xacro launch_arm:=true arm_manufacturer:=ur arm_model:=ur10 launch_gripper:=true gripper_manufacturer:=onrobot gripper_model:=rg2

ROS_NAMESPACE=robot roslaunch rbvogui_ur10_rg2_moveit demo.launch

5.6 RB-Vogui with UR10 arm and EGH gripper

  roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui robot_xacro:=rbvogui_std_ur10_egh.urdf.xacro launch_arm:=true arm_manufacturer:=ur arm_model:=ur10 launch_gripper:=true gripper_manufacturer:=schunk gripper_model:=egh

ROS_NAMESPACE=robot roslaunch rbvogui_ur10_egh_moveit demo.launch

5.7 RB-Vogui XL

If you prefer to launch the rbvogui XL, you can type:

roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui_xl robot_xacro:=rbvogui_xl_std.urdf.xacro

5.8 RB-Vogui XL with two UR10e arm

The rbvogui Xl can be launched with two UR arms, only this bi-arm (UR-10e) option is available:

roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui_xl robot_xacro:=rbvogui_xl_biarm.urdf.xacro launch_arm:=true arm_manufacturer:=ur arm_model:=bi_ur10e

You can play with the arms by using the rqt_joint_trajectory:

ROS_NAMESPACE=robot rosrun rqt_joint_trajectory_controller rqt_joint_trajectory_controller

To plan trajectories with the bi-arm robot you can type:

ROS_NAMESPACE=robot roslaunch rbvogui_xl_2ur10_e_moveit rbvogui_xl_moveit_config.launch

To switch between arms on RViz look for MotionPlanning > Planning Request > Planning Group and it will show you all the available groups (left_arm and right_arm).

5.9 RB-Vogui XL with UR10e arm and Ewellix lift

The rbvogui Xl can also be launched with an UR-10e arm and an Ewellix lift:

roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui_xl robot_xacro:=rbvogui_xl_lift_ur10e.urdf.xacro launch_arm:=true arm_manufacturer:=ur arm_model:=lift_ur10e

You can play with the arm by using the rqt_joint_trajectory:

ROS_NAMESPACE=robot rosrun rqt_joint_trajectory_controller rqt_joint_trajectory_controller

To plan trajectories with the robot you can type:

ROS_NAMESPACE=robot roslaunch rbvogui_xl_lift_ur10e_moveit demo.launch

To control the lift, you can type:

rostopic pub /robot/lift_controller/command std_msgs/Float64 "data: 0.2"

5.10 RB-Vogui 6W

Launch the six wheel version of the rbvogui:

roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui_6w robot_xacro:=rbvogui_6w_std.urdf.xacro

6) Teleoperation

The robot can be controlled through three manual methods:

  • Rviz pad plugin
  • Keyboard
  • Joystick

6.1 Rviz pad plugin

When rviz is launched with the robot, this plugin is loaded automatically. It can be found on the lower left corner of rviz. It allows the robot to rotate and move forward/backward, but it can not perform omnidirectional movements

It is highly recommended to use this option with simulation because is the fastest.

6.2 Keyboard

Install the keyboard node

sudo apt-get update
sudo apt-get install ros-noetic-teleop-twist-keyboard

Open a new terminal and launch the node to move the robot

ROS_NAMESPACE=robot rosrun teleop_twist_keyboard teleop_twist_keyboard.py 

6.3 Joystick

The robot can also be controller by a PS4 pad controller. This option is usually used with the actual robot but, it works with the simulation too.

Follow the installation guide of the robotnik_pad

Once the required software is installed, launch the simulation with launch_pad:=true

Param Type Description Requirements
launch_pad boolean It launches the robotnik_pad package ds4drv installed, ps4 joystick, bluetooth connection

For example:

roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui launch_pad:=true

7) Mappping, localization and navigation

You can use these features with any of the above configurations of the robot. Just add the following parameters to the robot:

Param Type Description Requirements
run_mapping Boolean Launch gmapping mapping Localization can not be running
run_localization Boolean Launch amcl localization. Mapping can not be running.
map_file String Set the map for localization Format: map_folder/map_name.yaml
run_navigation Boolean Launch TEB navigation Localization must be running. Not compatible with mapping

7.1 Quick start

Launch a rbvogui with a default world and map for the localization and navigation

roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui robot_xacro:=rbvogui_std.urdf.xacro run_localization:=true run_navigation:=true

7.2 Create a map

Launch rbvogui robot with gmapping:

roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui robot_xacro:=rbvogui_std.urdf.xacro run_mapping:=true rviz_config_file:=rviz/rbvogui_map.rviz

Move the robot by using the pad teleop plugin from rviz:

When the map is fine, open a terminal and go to the rbvogui_localization package

cd ~/catkin_ws && source devel/setup.bash
roscd rbvogui_localization && cd maps

Create a folder with the name of the map. For example:

mkdir demo_map
cd demo_map

Finally, save the map inside that folder

ROS_NAMESPACE=robot rosrun map_server map_saver -f demo_map

7.3 Use a map

Navigate with the rbvogui using the default map:

roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui robot_xacro:=rbvogui_std.urdf.xacro run_localization:=true run_navigation:=true

Or use your own map:

roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui robot_xacro:=rbvogui_std.urdf.xacro run_localization:=true run_navigation:=true map_file:=demo_map/demo_map.yaml

7.4 Troubleshooting

7.4.1 Laser visualization

If the laser does not display via RVIZ, it is probably because the computer does not use the GPU. You can disable the GPU for the rbvogui simulation. Just add this parameter to the robot:

roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui use_gpu:=false

7.4.2 Laser obstacles

If the laser see all the points near the sensor, it is probably because the simulation in launched with GPU in an machine without GPU. Disable the GPU for the simulation:

roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui use_gpu:=false

8) Scripts

Disclaimer: these examples have only been tested in the simulation. They work with the real robot but have been simplificated, therefore the security is not managed. For the real robot you must use the robot_local_control package.

The robot can be commanded from a script via the standard ROS interface like move_base or moveit_commander.

1. Move robot script

Launch the robot, localization and navigation

roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui run_localization:=true run_navigation:=true

Then, run the script. The robot will move to (1,1) position

ROS_NAMESPACE=robot rosrun rbvogui_gazebo move_robot.py

You can set your own position by editing the script:

point.target_pose.pose.position.x = 1.0
point.target_pose.pose.position.y = 1.0
point.target_pose.pose.position.z = 0.0

2. Move arm script

Launch the robot with the arm:

  roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui robot_xacro:=rbvogui_std_ur10.urdf.xacro launch_arm:=true arm_manufacturer:=ur arm_model:=ur10

Launch moveit:

ROS_NAMESPACE=robot roslaunch rbvogui_moveit_ur10 demo.launch

Then run one of these scripts:

Joint by joint

It moves the arm joint by joint

ROS_NAMESPACE=robot rosrun rbvogui_gazebo move_arm_joint_by_joint.py

You can set your own joints positions by editing the script:

joint_goal[0] = 0
joint_goal[1] = -pi/4
joint_goal[2] = 0
joint_goal[3] = -pi/2
joint_goal[4] = 0
joint_goal[5] = pi/3

To point

It moves the arm to a point

ROS_NAMESPACE=robot rosrun rbvogui_gazebo move_arm_to_point.py

You can set your own point by editing the script:

pose_goal.orientation.w = 1.0
pose_goal.position.x = 0.7
pose_goal.position.y = 0.4
pose_goal.position.z = 1.5

9) Multiple robots

9.1 Limitations

Simulating several robots at the same time in Gazebo is a complex task since it requires a powerful computer and a good structure of robots. These are the current limitations:

  1. Simulation only works without GPU. The GPU plugin of the lidar laser in different robots at the same time leads to gazebo malloc(): memory corruption error in Gazebo.

  2. In robots with arms, the robots must be the same model. Otherwise it leads to gazebo malloc(): memory corruption error in Gazebo. For example, two rbvoguis xl with arm and a rbvogui work, but two rbvoguis xl with arm and a rbvogui with arm do not work.

  3. The moveit packages of the arms does not support multiple robots directly. The reason is that setup_assistant of Moveit does not take into account the prefix on frames and collisions. These packages were created for robot_ prefix, but with multiple robots it changes to robot_a_, robot_b_, robot_c_ .

9.2 Spawn

The following points are examples of the multi robot simulation. They can be combined with other configurations keeping in mind the limitations explained before.

Param Type Description Requirements
link_map boolean Link the robot maps using a static transformation. Useful to control all robots from rviz when localization is working. Multiple robots enabled, localization launched

a) Launch three rbvogui with localization and navigation

roslaunch rbvogui_sim_bringup rbvoguis_complete.launch link_maps:=true run_localization_a:=true run_navigation_a:=true run_localization_b:=true run_navigation_b:=true run_localization_c:=true  run_navigation_c:=true

robot_a robot_b robot_c
run_robot_a true run_robot_b true run_robot_c true
robot_model_a rbvogui robot_model_b rbvogui robot_model_c rbvogui
robot_xacro_a rbvogui_std.urdf.xacro robot_xacro_b rbvogui_std.urdf.xacro robot_xacro_c rbvogui_std.urdf.xacro
run_localization_a true run_localization_b true run_localization_c true
run_navigation_a true run_navigation_b true run_navigation_c true

From rviz, use the pad_teleop of each robot to control them or set a navigation goal to navigate autonomously.

From the Tool Properties panel, change the 2D Pose Estimate and 2D Nav Goal topic to the namespace of the robot which will receive initalposes and goals .

b) Launch a rbvogui, a rbvogui xl and a rbvogui 6w with localization and navigation

roslaunch rbvogui_sim_bringup rbvoguis_complete.launch link_maps:=true  robot_model_a:=rbvogui robot_xacro_a:=rbvogui_std.urdf.xacro run_localization_a:=true run_navigation_a:=true robot_model_b:=rbvogui_xl robot_xacro_b:=rbvogui_xl_std.urdf.xacro run_localization_b:=true run_navigation_b:=true robot_model_c:=rbvogui_6w robot_xacro_c:=rbvogui_6w_std.urdf.xacro run_localization_c:=true run_navigation_c:=true

robot_a robot_b robot_c
run_robot_a true run_robot_b true run_robot_c true
robot_model_a rbvogui robot_model_b rbvogui_xl robot_model_c rbvogui_6w
robot_xacro_a rbvogui_std.urdf.xacro robot_xacro_b rbvogui_xl_std.urdf.xacro robot_xacro_c rbvogui_6w_std.urdf.xacro
run_localization_a true run_localization_b true run_localization_c true
run_navigation_a true run_navigation_b true run_navigation_c true

c) Launch a rbvogui with UR-10 arm and EGH gripper and rbvogui with UR-5e arm and RG2 gripper

roslaunch rbvogui_sim_bringup rbvoguis_complete.launch robot_model_a:=rbvogui robot_xacro_a:=rbvogui_std_ur10_egh.urdf.xacro launch_arm_a:=true arm_manufacturer_a:=ur arm_model_a:=ur10 launch_gripper_a:=true gripper_manufacturer_a:=schunk gripper_model_a:=egh robot_model_b:=rbvogui robot_xacro_b:=rbvogui_std_ur5_rg2.urdf.xacro launch_arm_b:=true arm_manufacturer_b:=ur arm_model_b:=ur5 launch_gripper_b:=true gripper_manufacturer_b:=onrobot gripper_model_b:=rg2 run_robot_c:=false

robot_a robot_b robot_c
run_robot_a true run_robot_b true run_robot_c false
robot_model_a rbvogui robot_model_b rbvogui robot_model_c ----
robot_xacro_a rbvogui_std_ur10_egh.urdf.xacro robot_xacro_b rbvogui_std_ur5_rg2.urdf.xacro robot_xacro_c ----
launch_arm_a true launch_arm_b true launch_arm_c ----
arm_manufacturer_a ur arm_manufacturer_b ur arm_manufacturer_c ----
arm_model_a ur10 arm_model_b ur10 arm_model_c ----
launch_gripper_a true launch_gripper_b true launch_gripper_c ----
gripper_manufacturer_a schunk gripper_manufacturer_b onrobot gripper_manufacturer_c ----
gripper_model_a egh gripper_model_b egh gripper_model_c ----

Since this example is launched without localization and navigation, the default fixed frame is robot_a_odom. Change the fixed frame to the robot namespace and enable its folder on rviz.

d) Launch a rbvogui xl with UR-10e arm and ewellix lift and rbvogui xl with two UR10e

roslaunch rbvogui_sim_bringup rbvoguis_complete.launch robot_model_a:=rbvogui_xl robot_xacro_a:=rbvogui_xl_lift_ur10e.urdf.xacro launch_arm_a:=true arm_manufacturer_a:=ur arm_model_a:=lift_ur10e robot_model_b:=rbvogui_xl robot_xacro_b:=rbvogui_xl_std.urdf.xacro launch_arm_b:=true arm_manufacturer_b:=ur arm_model_b:=bi_ur10e  run_robot_c:=false 

robot_a robot_b robot_c
run_robot_a true run_robot_b true run_robot_c false
robot_model_a rbvogui_xl robot_model_b rbvogui_xl robot_model_c ----
robot_xacro_a rbvogui_xl_lift_ur10e.urdf.xacro robot_xacro_b rbvogui_xl_std.urdf.xacro robot_xacro_c ----
launch_arm_a true launch_arm_b true launch_arm_c ----
arm_manufacturer_a ur arm_manufacturer_b ur arm_manufacturer_c ----
arm_model_a lift_ur10e arm_model_b bi_ur10e arm_model_c ----

Tha arms can be controlled joint by joint by using the rqt_joint_trajectory plugin. Set the namespace depending on the robot selected.

ROS_NAMESPACE=robot_a rosrun rqt_joint_trajectory_controller rqt_joint_trajectory_controller
ROS_NAMESPACE=robot_b rosrun rqt_joint_trajectory_controller rqt_joint_trajectory_controller

Docker usage

In order to run this simulation you will need nvidia graphical accelation

Installation of required files

Usage

git clone https://github.com/RobotnikAutomation/rbvogui_sim.git
cd rbvogui_sim
git checkout noetic-devel
export ROS_BU_PKG="rbvogui_sim_bringup"
export ROS_BU_LAUNCH="rbvogui_complete.launch"
cd docker
docker compose up

Selecting the robot model

You can select the robot, the launch file of package using the optional arguments on launch By default the selected robot is rbvogui

docker/simulation-in-container-run.sh --help
ROBOTNIK AUTOMATION S.L.L. 2021

Simulation of RB VOGUI using docker

Usage:
docker/simulation-in-container-run.sh [OPTIONS]

Optional arguments:
 --robot -r ROBOT       Select robot to simulate
                        Valid robots:
                            rb_vogui_one_ur_arm rb_vogui_xl_two_ur_arms rb_vogui rb_vogui_xl
                        default: rb_vogui

 --launch -l            Select launch file
                        default: rbvogui_complete.launch kinematics:=omni twist2ackermann:=false

 --package -p           Select ros package
                        default: rbvogui_sim_bringup

 --ros-port -u PORT     Host ros port
                        default: 11345

 --gazebo-port -g PORT  Host ros port
                        default: 11345

 -h, --help             Shows this help

RB Vogui with one UR arm

docker/simulation-in-container-run.sh --robot rb_vogui_one_ur_arm

IMPORTANT: This simulation starts paused, please remember to press play button on gazebo after few seconds

RB Vogui XL

docker/simulation-in-container-run.sh --robot rb_vogui_xl

IMPORTANT: This simulation starts paused, please remember to press play button on gazebo after few seconds

RB Vogui XL with UR arms

docker/simulation-in-container-run.sh --robot rb_vogui_xl_two_ur_arms

IMPORTANT: This simulation starts paused, please remember to press play button on gazebo after few seconds

Manual Build

If you wish to build manually the image without the use of the script use one the following commands:

Optiona A

cd docker
docker build -f Dockerfile ..

Option B

docker build -f docker/Dockerfile .

Notes

  • This is docker requires a graphical interface
  • The ros master uri is accesible outside the container, so in the host any ros command should work
  • You could also run a roscore previous to launch the simulation in order to have some processes on the host running
  • if you want to enter on the container use the following command in another terminal
docker container exec -it rb_vogui_sim_instance bash
  • In order to exit you have to 2 options
  1. Close gazebo and rviz and wait a bit
  2. execute in another terminal:
docker container rm --force rb_vogui_sim_instance

rbvogui_sim's People

Contributors

alex-arnal avatar asoriano1 avatar ggari-robotnik avatar jgomezgadea avatar ndiazrey avatar rjuliaros avatar robert-ros avatar romanrobotnik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

rbvogui_sim's Issues

ROS 2 SIM

Hello. I am using ROS 2 Galactic with Gazebo Fortress: is there OR is planned a version for this configuration? Do you have other mobile robot with manipulator already on ROS2?
Thanks.

launching rbvogui_gazebo/worlds/demo.world causes gazebo to crash

Launching gazebo with the demo.world file causes escalating to SIGKILL on server and the process shuts down.

Reproducible commands:

roscd rbvogui_gazebo/worlds

then

gazebo demo.world --> escalating to SIGKILL on server

Is there something wrong with the file? All other worlds (rbvogui.world, vineyard.world, willow_garage.world) seem to work fine.

Dockerfile missing package

Hi,
I'm using the Dockerfile provided inside repository.
Running command: sudo docker/simulation-in-container-run.sh . The image is build correctly without any errors. However it seems to fail on the docker run:

Successfully built 20ab4864a329
Successfully tagged robotnik/rb_vogui_sim:latest
[SUCCESS]: Container image robotnik/rb_vogui_sim:latest builded
[INFO]:    Checking if the simulation is already running on the system
[INFO]:    Running simulation for rb_vogui
Resource not found: The following package was not found in <arg default="$(eval find(pad_package) + pad_config_relative_path + pad_config_file)" name="pad_config_path"/>: robotnik_pad
ROS path [0]=/opt/ros/melodic/share/ros
ROS path [1]=/home/ros/catkin_ws/src/joint_read_command_controller
ROS path [2]=/home/ros/catkin_ws/src/rbvogui_common/rbvogui_common
ROS path [3]=/home/ros/catkin_ws/src/rbvogui_common/rbvogui_control
ROS path [4]=/home/ros/catkin_ws/src/rbvogui_common/rbvogui_localization
ROS path [5]=/home/ros/catkin_ws/src/rbvogui_common/rbvogui_navigation
ROS path [6]=/home/ros/catkin_ws/src/rbvogui_common/rbvogui_robot_local_control
ROS path [7]=/home/ros/catkin_ws/src/rbvogui_sim
ROS path [8]=/home/ros/catkin_ws/src/rbvogui_sim_bringup
ROS path [9]=/home/ros/catkin_ws/src/rbvogui_common/moveit/rbvogui_ur10_egh_moveit
ROS path [10]=/home/ros/catkin_ws/src/rbvogui_common/moveit/rbvogui_ur10_rg2_moveit
ROS path [11]=/home/ros/catkin_ws/src/rbvogui_common/moveit/rbvogui_ur5_moveit
ROS path [12]=/home/ros/catkin_ws/src/rbvogui_common/moveit/rbvogui_ur5_rg2_moveit
ROS path [13]=/home/ros/catkin_ws/src/rbvogui_common/moveit/rbvogui_ur5e_robotiq_moveit
ROS path [14]=/home/ros/catkin_ws/src/rbvogui_common/moveit/rbvogui_xl_2ur10_e_moveit
ROS path [15]=/home/ros/catkin_ws/src/rbvogui_common/moveit/rbvogui_xl_lift_ur10e_moveit
ROS path [16]=/home/ros/catkin_ws/src/robotnik_msgs
ROS path [17]=/home/ros/catkin_ws/src/rbvogui_common/rbvogui_pad
ROS path [18]=/home/ros/catkin_ws/src/robotnik_sensors
ROS path [19]=/home/ros/catkin_ws/src/rbvogui_common/rbvogui_description
ROS path [20]=/home/ros/catkin_ws/src/rbvogui_gazebo
ROS path [21]=/home/ros/catkin_ws/src/rbvogui_common/moveit/rbvogui_moveit_ur10
ROS path [22]=/home/ros/catkin_ws/src/universal_robot/universal_robots
ROS path [23]=/home/ros/catkin_ws/src/universal_robot/ur_description
ROS path [24]=/home/ros/catkin_ws/src/universal_robot/ur10_moveit_config
ROS path [25]=/home/ros/catkin_ws/src/universal_robot/ur10e_moveit_config
ROS path [26]=/home/ros/catkin_ws/src/universal_robot/ur16e_moveit_config
ROS path [27]=/home/ros/catkin_ws/src/universal_robot/ur3_moveit_config
ROS path [28]=/home/ros/catkin_ws/src/universal_robot/ur3e_moveit_config
ROS path [29]=/home/ros/catkin_ws/src/universal_robot/ur5_moveit_config
ROS path [30]=/home/ros/catkin_ws/src/universal_robot/ur5e_moveit_config
ROS path [31]=/home/ros/catkin_ws/src/universal_robot/ur_gazebo
ROS path [32]=/home/ros/catkin_ws/src/universal_robot/ur_kinematics
ROS path [33]=/home/ros/catkin_ws/src/velodyne_simulator/velodyne_description
ROS path [34]=/home/ros/catkin_ws/src/velodyne_simulator/velodyne_gazebo_plugins
ROS path [35]=/home/ros/catkin_ws/src/velodyne_simulator/velodyne_simulator
ROS path [36]=/opt/ros/melodic/share

Do you have any idea what is causing the problem?

Best regards,
Robert Kwiatkowski

How to move the RB_Vogui in a script

Hi all,

I am currently working on a project that involves the RB Vogui with a UR10 and am running into some issues while trying to understand the code. Firstly, I can't seem to get a moveit script to work that should automatically move the UR10 attached to the RB Vogui to a predetermined position in a python script. I was wondering if you knew all the move group identifiers required to make the arm work in a script. I've tried to replicate a script I had that just moves a UR10 by itself and it doesn't seem to work.
Secondly, I was curious to know if there was a RB Vogui movement function, where you can set a goal pose and have the machine drive to this location. I can't find any source files that would indicate that this is possible, yet I do see that there is a goal pose rostopic and was curious if I had missed something.
Any help with these issues would be massively appreciated.

Kind regards,
James

Move robot script doesn't reach the desired position

When i run the move robot script (step number 8 of the README) the robot starts to move but it will never reach the point, seems that it is moving around the goal point without reaching it. In the terminal i got these warnings:

[WARN] [1685893825.629152138, 120.808000000]: TebLocalPlannerROS: trajectory is not feasible. Resetting planner...
[ WARN] [1685893825.968676653, 120.857000000]: TebLocalPlannerROS: trajectory is not feasible. Resetting planner...
[ WARN] [1685893826.257052771, 120.907000000]: TebLocalPlannerROS: trajectory is not feasible. Resetting planner...

[ WARN] [1685893863.480510991, 128.207000000]: Control loop missed its desired rate of 20.0000Hz... the loop actually took 0.0580 seconds

RB Vogui with UR10 Arm Not Working

Screenshot of Error

Hi RB Vogui Team,

I am consistently running into this error when trying to run the command to bring up the RBVogui with a UR10 attached to the top. I was wondering if you could give me some assistance in fixing this error as physical testing should begin soon and I need to have my simulation working effectively before this.

Kind regards
James Keegan

gazebo gui crash on lauching simulation

Hi Robert,

I'm trying out the simulation for the robot but couldn't got the gazebo gui. Looks like it's crashing on lauching.

(I followed the procedures for installing the dependencies. And confirmed that barebone gazebo works fine. And I tried both stable and the developer version)
However, it looks like the backend wokrs fine? I could use the teleop panel in Rviz to drive the robot and see the 2D laser points.

Here are the terminal outputs for bringing up RB-Vogui:

roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui

Screenshot from 2021-11-26 13-26-03
Screenshot from 2021-11-26 13-25-22

Screenshot from 2021-11-26 13-24-52

When I run this command: roslaunchrbvogui _ sim _ brinuprbvogui _ complete. launchrobot _ model: = rbvogui robot _ xacro: = rbvogui _ std.urdf.xacro run _ localization: = true run _ navigation: = true.

roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui robot_xacro:=rbvogui_std.urdf.xacro run_localization:=true run_navigation:=true
... logging to /home/zxcv/.ros/log/341f9fde-eac6-11ee-b94c-b93d09b9055a/roslaunch-ubuntu-2846.log
Checking log directory for disk usage. This may take a while.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

xacro: in-order processing became default in ROS Melodic. You can drop the option.
started roslaunch server http://localhost:33577/

SUMMARY

PARAMETERS

  • /gazebo/enable_ros_network: True
  • /robot/amcl/base_frame_id: robot_base_footprint
  • /robot/amcl/global_frame_id: robot_map
  • /robot/amcl/gui_publish_rate: 10.0
  • /robot/amcl/initial_pose_a: 0
  • /robot/amcl/initial_pose_x: 0
  • /robot/amcl/initial_pose_y: 0
  • /robot/amcl/initial_pose_z: 0
  • /robot/amcl/kld_err: 0.05
  • /robot/amcl/kld_z: 0.99
  • /robot/amcl/laser_lambda_short: 0.1
  • /robot/amcl/laser_likelihood_max_dist: 2.0
  • /robot/amcl/laser_max_beams: 30
  • /robot/amcl/laser_model_type: likelihood_field
  • /robot/amcl/laser_sigma_hit: 0.2
  • /robot/amcl/laser_z_hit: 0.5
  • /robot/amcl/laser_z_max: 0.05
  • /robot/amcl/laser_z_rand: 0.5
  • /robot/amcl/laser_z_short: 0.05
  • /robot/amcl/max_particles: 5000
  • /robot/amcl/min_particles: 500
  • /robot/amcl/odom_alpha1: 0.2
  • /robot/amcl/odom_alpha2: 0.2
  • /robot/amcl/odom_alpha3: 0.8
  • /robot/amcl/odom_alpha4: 0.2
  • /robot/amcl/odom_alpha5: 0.1
  • /robot/amcl/odom_frame_id: robot_odom
  • /robot/amcl/odom_model_type: omni
  • /robot/amcl/recovery_alpha_fast: 0.0
  • /robot/amcl/recovery_alpha_slow: 0.0
  • /robot/amcl/resample_interval: 1
  • /robot/amcl/transform_tolerance: 0.2
  • /robot/amcl/update_min_a: 0.5
  • /robot/amcl/update_min_d: 0.2
  • /robot/amcl/use_map_topic: True
  • /robot/back_left_wheel_steer_joint_controller/joint: robot_back_left_m...
  • /robot/back_left_wheel_steer_joint_controller/type: position_controll...
  • /robot/back_left_wheel_traction_joint_controller/joint: robot_back_left_w...
  • /robot/back_left_wheel_traction_joint_controller/type: velocity_controll...
  • /robot/back_right_wheel_steer_joint_controller/joint: robot_back_right_...
  • /robot/back_right_wheel_steer_joint_controller/type: position_controll...
  • /robot/back_right_wheel_traction_joint_controller/joint: robot_back_right_...
  • /robot/back_right_wheel_traction_joint_controller/type: velocity_controll...
  • /robot/front_laser_filter/scan_filter_chain: [{'name': 'range'...
  • /robot/front_left_wheel_steer_joint_controller/joint: robot_front_left_...
  • /robot/front_left_wheel_steer_joint_controller/type: position_controll...
  • /robot/front_left_wheel_traction_joint_controller/joint: robot_front_left_...
  • /robot/front_left_wheel_traction_joint_controller/type: velocity_controll...
  • /robot/front_right_wheel_steer_joint_controller/joint: robot_front_right...
  • /robot/front_right_wheel_steer_joint_controller/type: position_controll...
  • /robot/front_right_wheel_traction_joint_controller/joint: robot_front_right...
  • /robot/front_right_wheel_traction_joint_controller/type: velocity_controll...
  • /robot/joint_read_command_controller/publish_rate: 100.0
  • /robot/joint_read_command_controller/type: joint_read_comman...
  • /robot/joint_read_state_controller/publish_rate: 100.0
  • /robot/joint_read_state_controller/type: joint_state_contr...
  • /robot/map_server/frame_id: robot_map
  • /robot/move_base/GlobalPlanner/orientation_mode: 2
  • /robot/move_base/GlobalPlanner/planner_frequency: 1.0
  • /robot/move_base/GlobalPlanner/planner_patience: 0.0
  • /robot/move_base/TebLocalPlannerROS/acc_lim_theta: 0.2
  • /robot/move_base/TebLocalPlannerROS/acc_lim_x: 0.2
  • /robot/move_base/TebLocalPlannerROS/acc_lim_y: 0.2
  • /robot/move_base/TebLocalPlannerROS/allow_init_with_backwards_motion: True
  • /robot/move_base/TebLocalPlannerROS/cmd_angle_instead_rotvel: False
  • /robot/move_base/TebLocalPlannerROS/costmap_converter_plugin: costmap_converter...
  • /robot/move_base/TebLocalPlannerROS/costmap_converter_rate: 5
  • /robot/move_base/TebLocalPlannerROS/costmap_converter_spin_thread: True
  • /robot/move_base/TebLocalPlannerROS/costmap_obstacles_behind_robot_dist: 1.0
  • /robot/move_base/TebLocalPlannerROS/dt_hysteresis: 0.1
  • /robot/move_base/TebLocalPlannerROS/dt_ref: 0.3
  • /robot/move_base/TebLocalPlannerROS/enable_homotopy_class_planning: False
  • /robot/move_base/TebLocalPlannerROS/enable_multithreading: True
  • /robot/move_base/TebLocalPlannerROS/exact_arc_length: False
  • /robot/move_base/TebLocalPlannerROS/feasibility_check_no_poses: 5
  • /robot/move_base/TebLocalPlannerROS/footprint_model/line_end: [0.035, 0.0]
  • /robot/move_base/TebLocalPlannerROS/footprint_model/line_start: [-0.035, 0.0]
  • /robot/move_base/TebLocalPlannerROS/footprint_model/type: polygon
  • /robot/move_base/TebLocalPlannerROS/footprint_model/vertices: [[0.52, -0.31], [...
  • /robot/move_base/TebLocalPlannerROS/force_reinit_new_goal_dist: 1.0
  • /robot/move_base/TebLocalPlannerROS/free_goal_vel: False
  • /robot/move_base/TebLocalPlannerROS/global_plan_overwrite_orientation: True
  • /robot/move_base/TebLocalPlannerROS/global_plan_viapoint_sep: 0.5
  • /robot/move_base/TebLocalPlannerROS/h_signature_prescaler: 1.0
  • /robot/move_base/TebLocalPlannerROS/h_signature_threshold: 0.1
  • /robot/move_base/TebLocalPlannerROS/include_costmap_obstacles: True
  • /robot/move_base/TebLocalPlannerROS/inflation_dist: 0.7
  • /robot/move_base/TebLocalPlannerROS/legacy_obstacle_association: False
  • /robot/move_base/TebLocalPlannerROS/map_frame: robot_map
  • /robot/move_base/TebLocalPlannerROS/max_global_plan_lookahead_dist: 3.0
  • /robot/move_base/TebLocalPlannerROS/max_number_classes: 4
  • /robot/move_base/TebLocalPlannerROS/max_vel_theta: 0.785
  • /robot/move_base/TebLocalPlannerROS/max_vel_x: 0.75
  • /robot/move_base/TebLocalPlannerROS/max_vel_x_backwards: 0.15
  • /robot/move_base/TebLocalPlannerROS/max_vel_y: 0.5
  • /robot/move_base/TebLocalPlannerROS/min_obstacle_dist: 0.3
  • /robot/move_base/TebLocalPlannerROS/min_samples: 3
  • /robot/move_base/TebLocalPlannerROS/min_turning_radius: 0.0
  • /robot/move_base/TebLocalPlannerROS/no_inner_iterations: 5
  • /robot/move_base/TebLocalPlannerROS/no_outer_iterations: 4
  • /robot/move_base/TebLocalPlannerROS/obstacle_association_cutoff_factor: 5.0
  • /robot/move_base/TebLocalPlannerROS/obstacle_association_force_inclusion_factor: 1.5
  • /robot/move_base/TebLocalPlannerROS/obstacle_heading_threshold: 0.45
  • /robot/move_base/TebLocalPlannerROS/obstacle_keypoint_offset: 0.1
  • /robot/move_base/TebLocalPlannerROS/obstacle_poses_affected: 30
  • /robot/move_base/TebLocalPlannerROS/odom_topic: robotnik_base_con...
  • /robot/move_base/TebLocalPlannerROS/optimization_activate: True
  • /robot/move_base/TebLocalPlannerROS/optimization_verbose: False
  • /robot/move_base/TebLocalPlannerROS/penalty_epsilon: 0.1
  • /robot/move_base/TebLocalPlannerROS/publish_feedback: False
  • /robot/move_base/TebLocalPlannerROS/roadmap_graph_area_width: 5
  • /robot/move_base/TebLocalPlannerROS/roadmap_graph_no_samples: 15
  • /robot/move_base/TebLocalPlannerROS/selection_alternative_time_cost: False
  • /robot/move_base/TebLocalPlannerROS/selection_cost_hysteresis: 1.0
  • /robot/move_base/TebLocalPlannerROS/selection_obst_cost_scale: 4.0
  • /robot/move_base/TebLocalPlannerROS/selection_viapoint_cost_scale: 1.0
  • /robot/move_base/TebLocalPlannerROS/shrink_horizon_backup: True
  • /robot/move_base/TebLocalPlannerROS/shrink_horizon_min_duration: 10
  • /robot/move_base/TebLocalPlannerROS/simple_exploration: False
  • /robot/move_base/TebLocalPlannerROS/teb_autosize: True
  • /robot/move_base/TebLocalPlannerROS/visualize_hc_graph: False
  • /robot/move_base/TebLocalPlannerROS/weight_acc_lim_theta: 1
  • /robot/move_base/TebLocalPlannerROS/weight_acc_lim_x: 1
  • /robot/move_base/TebLocalPlannerROS/weight_acc_lim_y: 1
  • /robot/move_base/TebLocalPlannerROS/weight_adapt_factor: 2
  • /robot/move_base/TebLocalPlannerROS/weight_inflation: 1
  • /robot/move_base/TebLocalPlannerROS/weight_kinematics_forward_drive: 50
  • /robot/move_base/TebLocalPlannerROS/weight_kinematics_nh: 10
  • /robot/move_base/TebLocalPlannerROS/weight_kinematics_turning_radius: 1
  • /robot/move_base/TebLocalPlannerROS/weight_max_vel_theta: 1
  • /robot/move_base/TebLocalPlannerROS/weight_max_vel_x: 1
  • /robot/move_base/TebLocalPlannerROS/weight_max_vel_y: 1
  • /robot/move_base/TebLocalPlannerROS/weight_obstacle: 50
  • /robot/move_base/TebLocalPlannerROS/weight_optimaltime: 10
  • /robot/move_base/TebLocalPlannerROS/weight_viapoint: 1
  • /robot/move_base/TebLocalPlannerROS/wheelbase: 0.0
  • /robot/move_base/TebLocalPlannerROS/xy_goal_tolerance: 0.2
  • /robot/move_base/TebLocalPlannerROS/yaw_goal_tolerance: 0.1
  • /robot/move_base/aggresive_reset/layer_names: ['obstacle_laser_...
  • /robot/move_base/aggresive_reset/reset_distance: 0.0
  • /robot/move_base/base_global_planner: global_planner/Gl...
  • /robot/move_base/base_local_planner: teb_local_planner...
  • /robot/move_base/clearing_rotation_allowed: False
  • /robot/move_base/conservative_reset/layer_names: ['obstacle_laser_...
  • /robot/move_base/conservative_reset/reset_distance: 10.0
  • /robot/move_base/conservative_reset_dist: 3.0
  • /robot/move_base/controller_frequency: 20.0
  • /robot/move_base/controller_patience: 15.0
  • /robot/move_base/global_costmap/footprint: [[0.52, -0.31], [...
  • /robot/move_base/global_costmap/global_frame: robot_map
  • /robot/move_base/global_costmap/height: 100.0
  • /robot/move_base/global_costmap/inflation_layer/cost_scaling_factor: 5.0
  • /robot/move_base/global_costmap/inflation_layer/inflation_radius: 0.4
  • /robot/move_base/global_costmap/obstacle_camera_layer/front_rgbd_to_scan/clearing: True
  • /robot/move_base/global_costmap/obstacle_camera_layer/front_rgbd_to_scan/data_type: LaserScan
  • /robot/move_base/global_costmap/obstacle_camera_layer/front_rgbd_to_scan/marking: True
  • /robot/move_base/global_costmap/obstacle_camera_layer/front_rgbd_to_scan/topic: front_rgbd_camera...
  • /robot/move_base/global_costmap/obstacle_camera_layer/observation_sources: front_rgbd_to_scan
  • /robot/move_base/global_costmap/obstacle_camera_layer/obstacle_range: 2.5
  • /robot/move_base/global_costmap/obstacle_camera_layer/raytrace_range: 5.5
  • /robot/move_base/global_costmap/obstacle_laser_layer/front_laser/clearing: True
  • /robot/move_base/global_costmap/obstacle_laser_layer/front_laser/data_type: LaserScan
  • /robot/move_base/global_costmap/obstacle_laser_layer/front_laser/marking: True
  • /robot/move_base/global_costmap/obstacle_laser_layer/front_laser/sensor_frame: robot_front_laser...
  • /robot/move_base/global_costmap/obstacle_laser_layer/front_laser/topic: front_laser/scan_...
  • /robot/move_base/global_costmap/obstacle_laser_layer/observation_sources: front_laser rear_...
  • /robot/move_base/global_costmap/obstacle_laser_layer/obstacle_range: 2.5
  • /robot/move_base/global_costmap/obstacle_laser_layer/raytrace_range: 5.5
  • /robot/move_base/global_costmap/obstacle_laser_layer/rear_laser/clearing: True
  • /robot/move_base/global_costmap/obstacle_laser_layer/rear_laser/data_type: LaserScan
  • /robot/move_base/global_costmap/obstacle_laser_layer/rear_laser/marking: True
  • /robot/move_base/global_costmap/obstacle_laser_layer/rear_laser/sensor_frame: robot_rear_laser_...
  • /robot/move_base/global_costmap/obstacle_laser_layer/rear_laser/topic: rear_laser/scan_f...
  • /robot/move_base/global_costmap/plugins: [{'name': 'static...
  • /robot/move_base/global_costmap/publish_frequency: 1.0
  • /robot/move_base/global_costmap/resolution: 0.05
  • /robot/move_base/global_costmap/robot_base_frame: robot_base_footprint
  • /robot/move_base/global_costmap/rolling_window: False
  • /robot/move_base/global_costmap/static_map_layer/enabled: True
  • /robot/move_base/global_costmap/static_map_layer/lethal_cost_threshold: 94
  • /robot/move_base/global_costmap/static_map_layer/map_topic: map
  • /robot/move_base/global_costmap/static_map_layer/trinary_costmap: False
  • /robot/move_base/global_costmap/static_map_layer/unknown_cost_value: 1
  • /robot/move_base/global_costmap/static_map_layer/use_maximum: False
  • /robot/move_base/global_costmap/update_frequency: 5.0
  • /robot/move_base/global_costmap/width: 100.0
  • /robot/move_base/local_costmap/footprint: [[0.52, -0.31], [...
  • /robot/move_base/local_costmap/footprint_padding: 0.0
  • /robot/move_base/local_costmap/global_frame: robot_odom
  • /robot/move_base/local_costmap/height: 7.0
  • /robot/move_base/local_costmap/inflation_layer/cost_scaling_factor: 5.0
  • /robot/move_base/local_costmap/inflation_layer/inflation_radius: 0.4
  • /robot/move_base/local_costmap/obstacle_camera_layer/front_rgbd_to_scan/clearing: True
  • /robot/move_base/local_costmap/obstacle_camera_layer/front_rgbd_to_scan/data_type: LaserScan
  • /robot/move_base/local_costmap/obstacle_camera_layer/front_rgbd_to_scan/marking: True
  • /robot/move_base/local_costmap/obstacle_camera_layer/front_rgbd_to_scan/topic: front_rgbd_camera...
  • /robot/move_base/local_costmap/obstacle_camera_layer/observation_sources: front_rgbd_to_scan
  • /robot/move_base/local_costmap/obstacle_camera_layer/obstacle_range: 2.5
  • /robot/move_base/local_costmap/obstacle_camera_layer/raytrace_range: 5.5
  • /robot/move_base/local_costmap/obstacle_laser_layer/front_laser/clearing: True
  • /robot/move_base/local_costmap/obstacle_laser_layer/front_laser/data_type: LaserScan
  • /robot/move_base/local_costmap/obstacle_laser_layer/front_laser/marking: True
  • /robot/move_base/local_costmap/obstacle_laser_layer/front_laser/sensor_frame: robot_front_laser...
  • /robot/move_base/local_costmap/obstacle_laser_layer/front_laser/topic: front_laser/scan_...
  • /robot/move_base/local_costmap/obstacle_laser_layer/observation_sources: front_laser rear_...
  • /robot/move_base/local_costmap/obstacle_laser_layer/obstacle_range: 2.5
  • /robot/move_base/local_costmap/obstacle_laser_layer/raytrace_range: 5.5
  • /robot/move_base/local_costmap/obstacle_laser_layer/rear_laser/clearing: True
  • /robot/move_base/local_costmap/obstacle_laser_layer/rear_laser/data_type: LaserScan
  • /robot/move_base/local_costmap/obstacle_laser_layer/rear_laser/marking: True
  • /robot/move_base/local_costmap/obstacle_laser_layer/rear_laser/sensor_frame: robot_rear_laser_...
  • /robot/move_base/local_costmap/obstacle_laser_layer/rear_laser/topic: rear_laser/scan_f...
  • /robot/move_base/local_costmap/plugins: [{'name': 'obstac...
  • /robot/move_base/local_costmap/publish_frequency: 1.0
  • /robot/move_base/local_costmap/resolution: 0.05
  • /robot/move_base/local_costmap/robot_base_frame: robot_base_footprint
  • /robot/move_base/local_costmap/rolling_window: True
  • /robot/move_base/local_costmap/static_map_layer/enabled: True
  • /robot/move_base/local_costmap/static_map_layer/lethal_cost_threshold: 94
  • /robot/move_base/local_costmap/static_map_layer/map_topic: map
  • /robot/move_base/local_costmap/static_map_layer/trinary_costmap: False
  • /robot/move_base/local_costmap/static_map_layer/unknown_cost_value: 1
  • /robot/move_base/local_costmap/static_map_layer/use_maximum: False
  • /robot/move_base/local_costmap/update_frequency: 5.0
  • /robot/move_base/local_costmap/width: 7.0
  • /robot/move_base/max_planning_retries: 10
  • /robot/move_base/oscillation_distance: 0.5
  • /robot/move_base/oscillation_timeout: 0.0
  • /robot/move_base/planner_frequency: 0.2
  • /robot/move_base/planner_patience: 15.0
  • /robot/move_base/recovery_behavior_enabled: True
  • /robot/move_base/recovery_behaviors: [{'name': 'conser...
  • /robot/move_base/shutdown_costmaps: False
  • /robot/rear_laser_filter/scan_filter_chain: [{'name': 'range'...
  • /robot/robot_description: <?xml version="1....
  • /robot/robotnik_base_control/angular_acceleration_limit: 2.0
  • /robot/robotnik_base_control/angular_speed_limit: 2.0
  • /robot/robotnik_base_control/cmd_watchdog_duration: 0.2
  • /robot/robotnik_base_control/command_topic: robotnik_base_con...
  • /robot/robotnik_base_control/direction_wheels_init_range: 3.14
  • /robot/robotnik_base_control/direction_wheels_moving_range: 3.14
  • /robot/robotnik_base_control/has_steer_angle_limits: True
  • /robot/robotnik_base_control/linear_acceleration_limit: 2.0
  • /robot/robotnik_base_control/linear_speed_limit: 2.8
  • /robot/robotnik_base_control/odom_broadcast_tf: True
  • /robot/robotnik_base_control/odom_frame: robot_odom
  • /robot/robotnik_base_control/odom_publish_frequency: 100
  • /robot/robotnik_base_control/odom_topic: robotnik_base_con...
  • /robot/robotnik_base_control/robot_base_frame: robot_base_footprint
  • /robot/robotnik_base_control/steer/back_left/joint_name: robot_back_left_m...
  • /robot/robotnik_base_control/steer/back_left/max_angle: 3.1
  • /robot/robotnik_base_control/steer/back_left/min_angle: -3.1
  • /robot/robotnik_base_control/steer/back_right/joint_name: robot_back_right_...
  • /robot/robotnik_base_control/steer/back_right/max_angle: 3.1
  • /robot/robotnik_base_control/steer/back_right/min_angle: -3.1
  • /robot/robotnik_base_control/steer/front_left/joint_name: robot_front_left_...
  • /robot/robotnik_base_control/steer/front_left/max_angle: 2.6
  • /robot/robotnik_base_control/steer/front_left/min_angle: -2.6
  • /robot/robotnik_base_control/steer/front_right/joint_name: robot_front_right...
  • /robot/robotnik_base_control/steer/front_right/max_angle: 2.6
  • /robot/robotnik_base_control/steer/front_right/min_angle: -2.6
  • /robot/robotnik_base_control/steering_wheels_in_same_orientation: True
  • /robot/robotnik_base_control/track_width: 0.439
  • /robot/robotnik_base_control/traction/back_left/joint_name: robot_back_left_w...
  • /robot/robotnik_base_control/traction/back_left/max_speed: 20.0
  • /robot/robotnik_base_control/traction/back_right/joint_name: robot_back_right_...
  • /robot/robotnik_base_control/traction/back_right/max_speed: 20.0
  • /robot/robotnik_base_control/traction/front_left/joint_name: robot_front_left_...
  • /robot/robotnik_base_control/traction/front_left/max_speed: 20.0
  • /robot/robotnik_base_control/traction/front_right/joint_name: robot_front_right...
  • /robot/robotnik_base_control/traction/front_right/max_speed: 20.0
  • /robot/robotnik_base_control/type: rbvogui_hl_omni_c...
  • /robot/robotnik_base_control/wheel_base: 0.439
  • /robot/robotnik_base_control/wheel_diameter: 0.22
  • /robot/twist_mux/locks: [{'name': 'e_stop...
  • /robot/twist_mux/topics: [{'name': 'pad', ...
  • /rosdistro: noetic
  • /rosversion: 1.16.0
  • /use_sim_time: True

NODES
/
gazebo (gazebo_ros/gzserver)
gazebo_gui (gazebo_ros/gzclient)
rviz (rviz/rviz)
/robot/
amcl (amcl/amcl)
controller_spawner (controller_manager/spawner)
front_laser_filter (laser_filters/scan_to_scan_filter_chain)
map_server (map_server/map_server)
move_base (move_base/move_base)
rear_laser_filter (laser_filters/scan_to_scan_filter_chain)
robot_state_publisher (robot_state_publisher/robot_state_publisher)
twist_mux (twist_mux/twist_mux)
urdf_spawner_robot_model (gazebo_ros/spawn_model)

auto-starting new master
process[master]: started with pid [2860]
ROS_MASTER_URI=http://localhost:11311

setting /run_id to 341f9fde-eac6-11ee-b94c-b93d09b9055a
process[rosout-1]: started with pid [2871]
started core service [/rosout]
process[gazebo-2]: started with pid [2878]
process[gazebo_gui-3]: started with pid [2883]
process[robot/urdf_spawner_robot_model-4]: started with pid [2885]
process[robot/robot_state_publisher-5]: started with pid [2888]
process[robot/controller_spawner-6]: started with pid [2890]
process[robot/twist_mux-7]: started with pid [2891]
process[rviz-8]: started with pid [2892]
process[robot/amcl-9]: started with pid [2894]
process[robot/map_server-10]: started with pid [2900]
process[robot/move_base-11]: started with pid [2901]
process[robot/front_laser_filter-12]: started with pid [2903]
process[robot/rear_laser_filter-13]: started with pid [2904]
[ INFO] [1711384752.569426167]: Subscribed to map topic.
[INFO] [1711384753.637777, 0.000000]: Controller Spawner: Waiting for service controller_manager/load_controller
[INFO] [1711384753.709763, 0.000000]: Loading model XML from ros parameter robot_description
[INFO] [1711384753.725775, 0.000000]: Waiting for service /gazebo/spawn_urdf_model
[ INFO] [1711384755.137616580]: Finished loading Gazebo ROS API Plugin.
[ INFO] [1711384755.141943461]: waitForService: Service [/gazebo/set_physics_properties] has not been advertised, waiting...
[ INFO] [1711384755.629167338]: Finished loading Gazebo ROS API Plugin.
[ INFO] [1711384755.633923486]: waitForService: Service [/gazebo_gui/set_physics_properties] has not been advertised, waiting...
[ INFO] [1711384756.809885784]: waitForService: Service [/gazebo/set_physics_properties] is now available.
[ INFO] [1711384756.846204654, 95.570000000]: Physics dynamic reconfigure ready.
[ WARN] [1711384757.054520000, 95.759000000]: No laser scan received (and thus no pose updates have been published) for 95.759000 seconds. Verify that data is being published on the /robot/front_laser/scan topic.
[ WARN] [1711384757.056059555, 95.760000000]: No laser scan received (and thus no pose updates have been published) for 95.760000 seconds. Verify that data is being published on the /robot/front_laser/scan topic.
[INFO] [1711384757.056691, 95.759000]: Calling service /gazebo/spawn_urdf_model
[ WARN] [1711384757.057515555, 95.761000000]: Timed out waiting for transform from robot_base_footprint to robot_map to become available before running costmap, tf error: canTransform: target_frame robot_map does not exist. canTransform: source_frame robot_base_footprint does not exist.. canTransform returned after 95.761 timeout was 0.1.
[ INFO] [1711384757.075555323, 95.767000000]: Received a 896 X 928 map @ 0.050 m/pix

[ INFO] [1711384757.315488502, 95.843000000]: Initializing likelihood field model; this can take some time on large maps...
[ INFO] [1711384757.482608962, 95.843000000]: Done initializing likelihood field model.
[ INFO] [1711384757.874350592, 95.843000000]: Laser Plugin: Using the 'robotNamespace' param: '/robot/'
[ INFO] [1711384757.874456363, 95.843000000]: Starting GazeboRosLaser Plugin (ns = /robot/)
[ INFO] [1711384757.884493917, 95.843000000]: GPU Laser Plugin (ns = /robot/) <tf_prefix_>, set to ""
[ INFO] [1711384757.885361161, 95.843000000]: LoadThread function completed
[INFO] [1711384757.890142, 95.843000]: Spawn status: SpawnModel: Successfully spawned entity
[ INFO] [1711384757.958934930, 95.843000000]: Camera Plugin: Using the 'robotNamespace' param: '/robot/'
[ INFO] [1711384757.964031044, 95.843000000]: Camera Plugin (ns = /robot/) <tf_prefix_>, set to ""
[ INFO] [1711384758.091231841, 95.843000000]: Loading gazebo_ros_control plugin
[ INFO] [1711384758.091434908, 95.843000000]: Starting gazebo_ros_control plugin in namespace: /robot/
[ INFO] [1711384758.092302475, 95.843000000]: gazebo_ros_control plugin is waiting for model URDF in parameter [/robot/robot_description] on the ROS param server.
[ERROR] [1711384758.225805036, 95.843000000]: No p gain specified for pid. Namespace: /robot/gazebo_ros_control/pid_gains/robot_front_right_motor_wheel_joint
[ERROR] [1711384758.227965116, 95.843000000]: No p gain specified for pid. Namespace: /robot/gazebo_ros_control/pid_gains/robot_front_right_wheel_joint
[ERROR] [1711384758.229483063, 95.843000000]: No p gain specified for pid. Namespace: /robot/gazebo_ros_control/pid_gains/robot_front_left_motor_wheel_joint
[ERROR] [1711384758.230299082, 95.843000000]: No p gain specified for pid. Namespace: /robot/gazebo_ros_control/pid_gains/robot_front_left_wheel_joint
[ERROR] [1711384758.231076649, 95.843000000]: No p gain specified for pid. Namespace: /robot/gazebo_ros_control/pid_gains/robot_back_left_motor_wheel_joint
[ERROR] [1711384758.231906067, 95.843000000]: No p gain specified for pid. Namespace: /robot/gazebo_ros_control/pid_gains/robot_back_left_wheel_joint
[ERROR] [1711384758.232644856, 95.843000000]: No p gain specified for pid. Namespace: /robot/gazebo_ros_control/pid_gains/robot_back_right_motor_wheel_joint
[ERROR] [1711384758.233201776, 95.843000000]: No p gain specified for pid. Namespace: /robot/gazebo_ros_control/pid_gains/robot_back_right_wheel_joint
[ INFO] [1711384758.246394555, 95.843000000]: Loaded gazebo_ros_control.
[INFO] [1711384758.474023, 95.968000]: Controller Spawner: Waiting for service controller_manager/switch_controller
[INFO] [1711384758.477740, 95.970000]: Controller Spawner: Waiting for service controller_manager/unload_controller
[INFO] [1711384758.487123, 95.977000]: Loading controller: robotnik_base_control
[ INFO] [1711384758.691409517, 96.141000000]: Dynamic Reconfigure:
DynamicParams:
Kinematic parameters:
direction wheels init range: 3.14
direction wheels moving range: 3.14

[ INFO] [1711384758.694029801, 96.149000000]: /robot/robotnik_base_control::initController: everything is OK!
[INFO] [1711384758.695668, 96.149000]: Loading controller: joint_read_command_controller
[robot/urdf_spawner_robot_model-4] process has finished cleanly
log file: /home/zxcv/.ros/log/341f9fde-eac6-11ee-b94c-b93d09b9055a/robot-urdf_spawner_robot_model-4*.log
[INFO] [1711384758.748620, 96.192000]: Loading controller: joint_read_state_controller
[INFO] [1711384758.767670, 96.203000]: Controller Spawner: Loaded controllers: robotnik_base_control, joint_read_command_controller, joint_read_state_controller
[ INFO] [1711384758.773395639, 96.205000000]: /robot/robotnik_base_control: Starting!
[INFO] [1711384758.773950, 96.205000]: Started controllers: robotnik_base_control, joint_read_command_controller, joint_read_state_controller
[ INFO] [1711384759.131560320, 96.534000000]: global_costmap: Using plugin "static_map_layer"
[ INFO] [1711384759.145898733, 96.542000000]: Requesting the map...
[ INFO] [1711384759.364408170, 96.743000000]: Resizing costmap to 896 X 928 at 0.050000 m/pix
[ INFO] [1711384759.472725805, 96.842000000]: Received a 896 X 928 map at 0.050000 m/pix
[ INFO] [1711384759.475017119, 96.842000000]: global_costmap: Using plugin "inflation_layer"
[ INFO] [1711384759.639421453, 97.004000000]: local_costmap: Using plugin "obstacle_laser_layer"
[ INFO] [1711384759.665804983, 97.028000000]: Subscribed to Topics: front_laser rear_laser
[ INFO] [1711384759.762992663, 97.135000000]: local_costmap: Using plugin "inflation_layer"
[ INFO] [1711384759.914769909, 97.284000000]: Created local_planner teb_local_planner/TebLocalPlannerROS
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame robot_base_footprint (parent robot_odom) at time 97.304000 according to authority unknown_publisher
at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.7/src/buffer_core.cpp
[ WARN] [1711384759.957613142, 97.321000000]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame robot_base_footprint (parent robot_odom) at time 97.304000 according to authority unknown_publisher
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame robot_base_footprint (parent robot_odom) at time 97.304000 according to authority unknown_publisher
at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.7/src/buffer_core.cpp
[ WARN] [1711384759.989057653, 97.356000000]: Map update loop missed its desired rate of 5.0000Hz... the loop actually took 0.4410 seconds
[ INFO] [1711384760.184868830, 97.545000000]: Footprint model 'polygon' loaded for trajectory optimization.
[ INFO] [1711384760.185832399, 97.546000000]: Parallel planning in distinctive topologies disabled.
[ INFO] [1711384760.454134315, 97.778000000]: Costmap conversion plugin costmap_converter::CostmapToPolygonsDBSMCCH loaded.
[ INFO] [1711384760.978654122, 98.254000000]: Recovery behavior will clear layer 'obstacle_laser_layer'
[ INFO] [1711384760.985358468, 98.258000000]: Recovery behavior will clear layer 'obstacle_laser_layer'
[ INFO] [1711384761.164980839, 98.403000000]: odom received!
[ WARN] [1711384761.175377471, 98.412000000]: Map update loop missed its desired rate of 5.0000Hz... the loop actually took 0.2560 seconds
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame robot_base_footprint (parent robot_odom) at time 103.724000 according to authority unknown_publisher
at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.7/src/buffer_core.cpp
[ WARN] [1711384766.901763431, 103.746000000]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame robot_base_footprint (parent robot_odom) at time 103.724000 according to authority unknown_publisher

After I enter the command, I am prompted to report an error.

After I enter the command, I am prompted to report an error.ใ€
roslaunch rbvogui_sim_bringup rbvogui_complete.launch robot_model:=rbvogui robot_xacro:=rbvogui_std_ur5_rg2.urdf.xacro run_localization:=true run_navigation:=true launch_arm:=true arm_manufacturer:=ur arm_model:=ur5 launch_gripper:=true gripper_manufacturer:=onrobot gripper_model:=rg2ใ€‘

vineyard.world load failed!

Thanks for your great work!
vineyard.world load failed, can't find the model.
[Err] [MeshShape.cc:60] No mesh specified
[Wrn] [FuelModelDatabase.cc:248] URI not supported by Fuel [model://vineyard0/meshes/Grape0_low.dae]
[Wrn] [SystemPaths.cc:464] File or path does not exist [""] [model://vineyard0/meshes/Grape0_low.dae]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.