jr-robotics / robo-gym

An open source toolkit for Distributed Deep Reinforcement Learning on real and simulated robots.
https://sites.google.com/view/robo-gym
MIT License
414 stars 74 forks source link

Failed to add Robot Server #27

Closed ranjitkathiriya closed 3 years ago

ranjitkathiriya commented 3 years ago

Hello there,

I am getting an error which is described below. I don't know where I am doing something wrong so I am describing steps that were followed by me.

Steps I followed: Created new ROS workspace and Installed this.

`sudo apt-get update && sudo apt-get install apt-utils build-essential psmisc vim-gtk git swig sudo libcppunit-dev python3-catkin-tools python3-rosdep python3-pip python3-rospkg python3-future python3-osrf-pycommon`

export ROBOGYM_WS=~/robogym_ws 
# Set ROS distribution
export ROS_DISTRO=noetic
  1. robo-gym Side: Installed and cloned robo-gym to workspace

    git clone https://github.com/jr-robotics/robo-gym.git
    cd robo-gym
    pip install -e .
  2. robo-gym-robot-servers side:

    
    mkdir -p $ROBOGYM_WS/src && cd $ROBOGYM_WS/src && git clone https://github.com/jr-robotics/robo-gym-robot-servers.git

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list' && sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654

Installed Mir_robots: I wanted to work on Mir robot so I have selected package only of MIR

source /opt/ros/$ROS_DISTRO/setup.bash &&\ git clone -b $ROS_DISTRO https://github.com/jr-robotics/mir_robot.git git clone https://github.com/orocos/orocos_kinematics_dynamics &&\ cd orocos_kinematics_dynamics && git checkout b35c424e77ebc5b7e6f1c5e5c34f8a4666fbf5bc &&\ cd $ROBOGYM_WS &&\ sudo apt-get update &&\ sudo rosdep init && rosdep update &&\ rosdep install --from-paths src -i -y --rosdistro $ROS_DISTRO &&\ catkin init &&\ catkin build &&\ pip3 install robo-gym-server-modules scipy numpy &&\ pip3 install --upgrade protobuf

printf "source /opt/ros/$ROS_DISTRO/setup.bash\nsource $ROBOGYM_WS/devel/setup.bash" >> ~/.bashrc

Executed launch file: 

`roslaunch mir100_robot_server sim_robot_server.launch gui:=true`

![test_a](https://user-images.githubusercontent.com/12687608/121513234-87055e80-c9e2-11eb-8591-c783ec132b85.png)

Error after executing launch file: 

[ INFO] [1623322306.654373634, 29.223000000]: gazebo_ros_control plugin is waiting for model URDF in parameter [robot_description] on the ROS param server. [ERROR] [1623322306.773747305, 29.223000000]: No p gain specified for pid. Namespace: /gazebo_ros_control/pid_gains/left_wheel_joint [ERROR] [1623322306.774911554, 29.223000000]: No p gain specified for pid. Namespace: /gazebo_ros_control/pid_gains/right_wheel_joint [ INFO] [1623322306.780790427, 29.223000000]: Loaded gazebo_ros_control. [INFO] [1623322307.009624, 29.766000]: Controller Spawner: Waiting for service controller_manager/switch_controller [INFO] [1623322307.014538, 29.779000]: Controller Spawner: Waiting for service controller_manager/unload_controller [INFO] [1623322307.019118, 29.787000]: Loading controller: joint_state_controller [INFO] [1623322307.031260, 29.815000]: Loading controller: mobile_base_controller [ERROR] [1623322307.038120713, 29.828000000]: Could not load controller 'mobile_base_controller' because controller type 'diff_drive_controller/DiffDriveController' does not exist. [ERROR] [1623322307.038229137, 29.829000000]: Use 'rosservice call controller_manager/list_controller_types' to get the available types [spawn_urdf-3] process has finished cleanly log file: /home/kuka-ai/.ros/log/d7e63ff8-c9d9-11eb-b011-7f7aed33a77c/spawn_urdf-3*.log [ERROR] [1623322308.039793, 32.451000]: Failed to load mobile_base_controller [INFO] [1623322308.044185, 32.463000]: Controller Spawner: Loaded controllers: joint_state_controller


3. robo-gym-server-modules:
    I did `pip install robo-gym-server-modules`, check `start-server-manager && attach-to-server-manager` working okay. 

To execute::

Started: `start-server-manager && attach-to-server-manager`
Run sample file in : python src/robo-gym/docs/examples/random_agent_sim.py

2021-06-10 11:33:06,352 - serverManager - INFO - Starting Robot Server... 2021-06-10 11:33:16,461 - serverManager - INFO - Trying to get state from Robot Server... 2021-06-10 11:33:16,461 - serverManager - INFO - Tentative 0 of 20 2021-06-10 11:33:16,483 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:33:21,488 - serverManager - INFO - Tentative 1 of 20 2021-06-10 11:33:21,537 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:33:26,541 - serverManager - INFO - Tentative 2 of 20 2021-06-10 11:33:26,562 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:33:31,568 - serverManager - INFO - Tentative 3 of 20 2021-06-10 11:33:31,589 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:33:36,595 - serverManager - INFO - Tentative 4 of 20 2021-06-10 11:33:36,669 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:33:41,675 - serverManager - INFO - Tentative 5 of 20 2021-06-10 11:33:41,696 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:33:46,701 - serverManager - INFO - Tentative 6 of 20 2021-06-10 11:33:46,723 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:33:51,728 - serverManager - INFO - Tentative 7 of 20 2021-06-10 11:33:51,808 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:33:56,814 - serverManager - INFO - Tentative 8 of 20 2021-06-10 11:33:56,836 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:34:01,841 - serverManager - INFO - Tentative 9 of 20 2021-06-10 11:34:01,863 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:34:06,868 - serverManager - INFO - Tentative 10 of 20 2021-06-10 11:34:06,890 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:34:11,895 - serverManager - INFO - Tentative 11 of 20 2021-06-10 11:34:11,917 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:34:16,921 - serverManager - INFO - Tentative 12 of 20 2021-06-10 11:34:16,942 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:34:21,947 - serverManager - INFO - Tentative 13 of 20 2021-06-10 11:34:21,969 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:34:26,975 - serverManager - INFO - Tentative 14 of 20 2021-06-10 11:34:27,011 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:34:32,016 - serverManager - INFO - Tentative 15 of 20 2021-06-10 11:34:32,038 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:34:37,044 - serverManager - INFO - Tentative 16 of 20 2021-06-10 11:34:37,096 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:34:42,101 - serverManager - INFO - Tentative 17 of 20 2021-06-10 11:34:42,123 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:34:47,129 - serverManager - INFO - Tentative 18 of 20 2021-06-10 11:34:47,164 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:34:52,170 - serverManager - INFO - Tentative 19 of 20 2021-06-10 11:34:52,191 - serverManager - INFO - Waiting 5s before next tentative ... 2021-06-10 11:34:57,196 - serverManager - ERROR - Could not start Robot Server NoneType: None 2021-06-10 11:34:57,197 - serverManager - ERROR - Failed to add Robot Server Traceback (most recent call last): File "/home/kuka-ai/robo-gym-server-modules/robo_gym_server_modules/server_manager/server.py", line 119, in StartNewServer assert isinstance(rl_server, int) AssertionError 2021-06-10 11:34:57,199 - serverManager - INFO - Starting Robot Server...

matteolucchi commented 3 years ago

Hi @ranjitkathiriya ! Sorry for the late reply but I was off for a couple of days. Thank you for using robo-gym and for the detailed issue description, it helps a lot!

It looks like something went wrong during the installation of the ROS dependencies, this sometimes happens if some package repositories are temporarily unavailable. Specifically it looks like the ros-noetic-diff-drive-controller package was not installed.

Please verify that by running:

apt list | grep ros-noetic-diff-drive

If my prediction is correct you should get no results from this command.

To solve this you can install the missing package with:

sudo apt-get install ros-noetic-diff-drive-controller

To be on the safe side (maybe also other packages didn't get installed) I would run again the following lines:

cd $ROBOGYM_WS &&\
sudo apt-get update &&\
rosdep update &&\
rosdep install --from-paths src -i -y --rosdistro $ROS_DISTRO &&\
catkin build

I hope this fixes your issue, please let me know how it goes :)

ranjitkathiriya commented 3 years ago

Hello @matteolucchi,

Thank you so much for replying and contributing to RL and ROS. This package is really the future of robotic and AI. I have tried the following commands which you gave me then also I am getting this below error.

(ros1_envs) kuka-ai@kukaai-ROG-Zephyrus-G15-GA502IU-GA502IU:~/rlearning_ws$ apt list | grep ros-noetic-diff-drive

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

ros-noetic-diff-drive-controller-dbgsym/focal 0.18.1-1focal.20210424.000940 amd64
ros-noetic-diff-drive-controller/focal 0.18.1-1focal.20210424.000940 amd64

Again I am getting same Error:

2021-06-14 16:02:29,309 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:02:34,312 - serverManager - INFO - Tentative 1 of 20
2021-06-14 16:02:34,318 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:02:39,320 - serverManager - INFO - Tentative 2 of 20
2021-06-14 16:02:39,329 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:02:44,332 - serverManager - INFO - Tentative 3 of 20
2021-06-14 16:02:44,339 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:02:49,345 - serverManager - INFO - Tentative 4 of 20
2021-06-14 16:02:49,350 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:02:54,355 - serverManager - INFO - Tentative 5 of 20
2021-06-14 16:02:54,363 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:02:59,368 - serverManager - INFO - Tentative 6 of 20
2021-06-14 16:02:59,375 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:03:04,380 - serverManager - INFO - Tentative 7 of 20
2021-06-14 16:03:04,389 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:03:09,394 - serverManager - INFO - Tentative 8 of 20
2021-06-14 16:03:09,401 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:03:14,407 - serverManager - INFO - Tentative 9 of 20
2021-06-14 16:03:14,413 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:03:19,416 - serverManager - INFO - Tentative 10 of 20
2021-06-14 16:03:19,424 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:03:24,429 - serverManager - INFO - Tentative 11 of 20
2021-06-14 16:03:24,436 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:03:29,441 - serverManager - INFO - Tentative 12 of 20
2021-06-14 16:03:29,449 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:03:34,454 - serverManager - INFO - Tentative 13 of 20
2021-06-14 16:03:34,462 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:03:39,467 - serverManager - INFO - Tentative 14 of 20
2021-06-14 16:03:39,476 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:03:44,482 - serverManager - INFO - Tentative 15 of 20
2021-06-14 16:03:44,487 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:03:49,493 - serverManager - INFO - Tentative 16 of 20
2021-06-14 16:03:49,502 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:03:54,507 - serverManager - INFO - Tentative 17 of 20
2021-06-14 16:03:54,516 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:03:59,520 - serverManager - INFO - Tentative 18 of 20
2021-06-14 16:03:59,529 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:04:04,535 - serverManager - INFO - Tentative 19 of 20
2021-06-14 16:04:04,541 - serverManager - INFO - Waiting 5s before next tentative ...
2021-06-14 16:04:09,547 - serverManager - ERROR - Could not start Robot Server
NoneType: None
2021-06-14 16:04:09,548 - serverManager - ERROR - Failed to add Robot Server
Traceback (most recent call last):
  File "/home/kuka-ai/robo-gym-server-modules/robo_gym_server_modules/server_manager/server.py", line 119, in StartNewServer
    assert isinstance(rl_server, int)
AssertionError
matteolucchi commented 3 years ago

Thank you very much for your kind words!

Could you please provide again the output of

roslaunch mir100_robot_server sim_robot_server.launch gui:=true

something is failing when starting the Robot Server, it has to be something related to the ROS installation, hopefully I'll be able to see an error in the output.

Just to be sure, are you running this on Ubuntu 20.04?

Are you using conda or any virtual environment?

ranjitkathiriya commented 3 years ago

roslaunch mir100_robot_server sim_robot_server.launch gui:=true

Output.

Just to be sure, are you running this on Ubuntu 20.04?

Yes, I am running this program on Ubuntu 20.04 and has noetic installed on it.

Are you using conda or any virtual environment?

I am using conda.

 WARN] [1623742449.816746008]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.129000 according to authority unknown_publisher
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.129000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.129000 according to authority unknown_publisher
         at line 278 in [ WARN] [1623742449.816762890]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.129000 according to authority unknown_publisher
/tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
[ WARN] [1623742449.816780244]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.129000 according to authority unknown_publisher
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_rotation_link at time 20.159000 according to authority unknown_publisher
         at line [ WARN] [1623742449.816795733]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.129000 according to authority unknown_publisher
278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_wheel_link at time 20.159000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
[ WARN] [1623742449.816814609]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.129000 according to authority unknown_publisher
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_rotation_link at time 20.159000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_wheel_link at time 20.159000 according to authority unknown_publisher
[ WARN] [1623742449.816829758]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.129000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.159000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.159000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.159000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.159000 according to authority unknown_publisher
[ WARN] [1623742449.816879674]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_rotation_link at time 20.159000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.159000 according to authority unknown_publisher
         at line [ WARN] [1623742449.816898009]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_wheel_link at time 20.159000 according to authority unknown_publisher
278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.159000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
[ WARN] [1623742449.816913879]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_rotation_link at time 20.159000 according to authority unknown_publisher
Warning: [ WARN] [1623742449.816935260]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_wheel_link at time 20.159000 according to authority unknown_publisher
TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_rotation_link at time 20.242000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_wheel_link at time 20.242000 according to authority unknown_publisher
         at line 278 in [ WARN] [1623742449.816952373]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.159000 according to authority unknown_publisher
/tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_rotation_link at time 20.242000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_wheel_link at time 20.242000 according to authority unknown_publisher[ WARN] [1623742449.816969495]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.159000 according to authority unknown_publisher

         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.242000 according to authority unknown_publisher
         at line 278 in [ WARN] [1623742449.816988512]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.159000 according to authority unknown_publisher
/tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.242000 according to authority unknown_publisher
         at line 278[ WARN] [1623742449.817005023]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.159000 according to authority unknown_publisher
 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.242000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
[ WARN] [1623742449.817022266]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.159000 according to authority unknown_publisher
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.242000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
[ WARN] [1623742449.817057163]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.159000 according to authority unknown_publisher
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.242000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.242000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_rotation_link at time 20.288000 according to authority unknown_publisher
         at line 278 in [ WARN] [1623742449.817116286]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_rotation_link at time 20.242000 according to authority unknown_publisher
/tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_wheel_link at time 20.288000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp[ WARN] [1623742449.817133749]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_wheel_link at time 20.242000 according to authority unknown_publisher

Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_rotation_link at time 20.288000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
[ WARN] [1623742449.817151033]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_rotation_link at time 20.242000 according to authority unknown_publisher
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_wheel_link at time 20.288000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.288000 according to authority unknown_publisher
         at line 278[ WARN] [1623742449.817166372]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_wheel_link at time 20.242000 according to authority unknown_publisher
 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.288000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp[ WARN] [1623742449.817182352]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.242000 according to authority unknown_publisher

Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.288000 according to authority unknown_publisher
         at line [ WARN] [1623742449.817200257]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.242000 according to authority unknown_publisher
278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.288000 according to authority unknown_publisher
[ WARN] [1623742449.817215255]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.242000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.288000 according to authority unknown_publisher
         at line 278[ WARN] [1623742449.817230805]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.242000 according to authority unknown_publisher
 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.288000 according to authority unknown_publisher
         at line 278 in [ WARN] [1623742449.817247597]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.242000 according to authority unknown_publisher
/tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
[ WARN] [1623742449.817260602]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.242000 according to authority unknown_publisher
[ WARN] [1623742449.817292523]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_rotation_link at time 20.288000 according to authority unknown_publisher
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_rotation_link at time 20.585000 according to authority unknown_publisher
         at line 278[ WARN] [1623742449.817307331]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_wheel_link at time 20.288000 according to authority unknown_publisher
 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_wheel_link at time 20.585000 according to authority unknown_publisher
         at line [ WARN] [1623742449.817322009]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_rotation_link at time 20.288000 according to authority unknown_publisher
278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_rotation_link at time 20.585000 according to authority unknown_publisher
         at line 278[ WARN] [1623742449.817335906]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_wheel_link at time 20.288000 according to authority unknown_publisher
 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_wheel_link at time 20.585000 according to authority unknown_publisher
         at line [ WARN] [1623742449.817358900]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.288000 according to authority unknown_publisher
278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.585000 according to authority unknown_publisher
[ WARN] [1623742449.817375983]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.288000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.585000 according to authority unknown_publisher
         at line [ WARN] [1623742449.817391613]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.288000 according to authority unknown_publisher
278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.585000 according to authority unknown_publisher
         at line [ WARN] [1623742449.817406912]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.288000 according to authority unknown_publisher
278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.585000 according to authority unknown_publisher
[ WARN] [1623742449.817422111]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.288000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.585000 according to authority unknown_publisher
         at line [ WARN] [1623742449.817438001]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.288000 according to authority unknown_publisher
278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.585000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
[ WARN] [1623742449.817625380]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_rotation_link at time 20.585000 according to authority unknown_publisher
[ WARN] [1623742449.817663001]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_wheel_link at time 20.585000 according to authority unknown_publisher
[ WARN] [1623742449.817727936]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_rotation_link at time 20.585000 according to authority unknown_publisher
[ WARN] [1623742449.817796387]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_wheel_link at time 20.585000 according to authority unknown_publisher
[ WARN] [1623742449.817862132]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.585000 according to authority unknown_publisher
[ WARN] [1623742449.817895025]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.585000 according to authority unknown_publisher
[ WARN] [1623742449.817910074]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.585000 according to authority unknown_publisher
[ WARN] [1623742449.817924351]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.585000 according to authority unknown_publisher
[ WARN] [1623742449.817938979]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.585000 according to authority unknown_publisher
[ WARN] [1623742449.817950922]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.585000 according to authority unknown_publisher
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_rotation_link at time 20.079000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_wheel_link at time 20.079000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_rotation_link at time 20.079000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_wheel_link at time 20.079000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.079000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.079000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.079000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.079000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.079000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.079000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_rotation_link at time 20.121000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_wheel_link at time 20.121000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_rotation_link at time 20.121000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_wheel_link at time 20.121000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.121000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.121000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp[ WARN] [1623742449.818359523, 20.847000000]: Failed to meet update rate! Took 20.821999999999999176

Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.121000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.121000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.121000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.121000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_rotation_link at time 20.129000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_wheel_link at time 20.129000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_rotation_link at time 20.129000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_wheel_link at time 20.129000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.129000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.129000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.129000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.129000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.129000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.129000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_rotation_link at time 20.159000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_wheel_link at time 20.159000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_rotation_link at time 20.159000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_wheel_link at time 20.159000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.159000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.159000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.159000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.159000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.159000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.159000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_rotation_link at time 20.242000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_wheel_link at time 20.242000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_rotation_link at time 20.242000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_wheel_link at time 20.242000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.242000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.242000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.242000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.242000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.242000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.242000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_rotation_link at time 20.288000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_wheel_link at time 20.288000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_rotation_link at time 20.288000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_wheel_link at time 20.288000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.288000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.288000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.288000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.288000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.288000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.288000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_rotation_link at time 20.585000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_wheel_link at time 20.585000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_rotation_link at time 20.585000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_wheel_link at time 20.585000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.585000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.585000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.585000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.585000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.585000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.585000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_rotation_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_wheel_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_rotation_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_wheel_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
[ WARN] [1623742449.824908645, 21.196000000]: Failed to meet update rate! Took 0.22600000000000000644
[ WARN] [1623742449.824978759, 21.275000000]: Failed to meet update rate! Took 0.39800000000000002043
[ WARN] [1623742449.825153313, 21.435000000]: Failed to meet update rate! Took 0.19300000000000000488
[ WARN] [1623742449.826307600, 21.492000000]: Failed to meet update rate! Took 0.066000000000000003109
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_rotation_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_wheel_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_rotation_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_wheel_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
[ WARN] [1623742449.826367505, 21.492000000]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_rotation_link at time 20.767000 according to authority unknown_publisher
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.767000 according to authority unknown_publisher
[ WARN] [1623742449.826444261, 21.492000000]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame bl_caster_wheel_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.767000 according to authority unknown_publisher
[ WARN] [1623742449.826461745, 21.492000000]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_rotation_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.767000 according to authority unknown_publisher[ WARN] [1623742449.826474730, 21.492000000]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame br_caster_wheel_link at time 20.767000 according to authority unknown_publisher

         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.767000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.5/src/buffer_core.cpp
[ WARN] [1623742449.826495860, 21.492000000]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_rotation_link at time 20.767000 according to authority unknown_publisher
[ WARN] [1623742449.826514967, 21.492000000]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fl_caster_wheel_link at time 20.767000 according to authority unknown_publisher
[ WARN] [1623742449.826536247, 21.492000000]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_rotation_link at time 20.767000 according to authority unknown_publisher
[ WARN] [1623742449.826553079, 21.492000000]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame fr_caster_wheel_link at time 20.767000 according to authority unknown_publisher
[ WARN] [1623742449.826569511, 21.492000000]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame left_wheel_link at time 20.767000 according to authority unknown_publisher
[ WARN] [1623742449.826584940, 21.492000000]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame right_wheel_link at time 20.767000 according to authority unknown_publisher
[ WARN] [1623742449.827475223, 21.597000000]: Failed to meet update rate! Took 0.12100000000000001033
[ WARN] [1623742449.827512464, 21.597000000]: Failed to meet update rate! Took 0.096000000000000001998
[ WARN] [1623742449.828628568, 21.700000000]: Failed to meet update rate! Took 0.10300000000000000822
[ WARN] [1623742449.828675407, 21.700000000]: Failed to meet update rate! Took 0.077999999999999999889
[ WARN] [1623742449.829820327, 21.790000000]: Failed to meet update rate! Took 0.090000000000000010547
[ WARN] [1623742449.830015009, 21.831000000]: Failed to meet update rate! Took 0.10600000000000001088
[ WARN] [1623742449.831191077, 21.909000000]: Failed to meet update rate! Took 0.094000000000000000222
[ WARN] [1623742449.831288524, 21.909000000]: Failed to meet update rate! Took 0.069000000000000005773
[ WARN] [1623742449.832412192, 21.990000000]: Failed to meet update rate! Took 0.081000000000000002554
[ WARN] [1623742449.832468780, 22.027000000]: Failed to meet update rate! Took 0.056000000000000001166
[ WARN] [1623742449.833641943, 22.086000000]: Failed to meet update rate! Took 0.07100000000000000755
[ WARN] [1623742449.833735813, 22.139000000]: Failed to meet update rate! Took 0.099000000000000004663
[ WARN] [1623742449.834893947, 22.223000000]: Failed to meet update rate! Took 0.089000000000000009659
[ WARN] [1623742449.834964091, 22.223000000]: Failed to meet update rate! Took 0.064000000000000001332
[ WARN] [1623742449.836133618, 22.351000000]: Failed to meet update rate! Took 0.091000000000000011435
[ WARN] [1623742449.836311598, 22.351000000]: Failed to meet update rate! Took 0.10300000000000000822
[ WARN] [1623742449.837531991, 22.436000000]: Failed to meet update rate! Took 0.085000000000000006106
[ WARN] [1623742449.837680135, 22.460000000]: Failed to meet update rate! Took 0.084000000000000005218
[ WARN] [1623742449.839929074, 22.540000000]: Failed to meet update rate! Took 0.055000000000000000278
[ WARN] [1623742449.841126955, 22.618000000]: Failed to meet update rate! Took 0.076999999999999999001
[ WARN] [1623742449.841190406, 22.618000000]: Failed to meet update rate! Took 0.058000000000000002942
[ WARN] [1623742449.843441009, 22.723000000]: Failed to meet update rate! Took 0.080000000000000001665
[ WARN] [1623742449.843552412, 22.733000000]: Failed to meet update rate! Took 0.06500000000000000222
[ WARN] [1623742449.844701019, 22.812000000]: Failed to meet update rate! Took 0.081000000000000002554
[ WARN] [1623742449.844762947, 22.812000000]: Failed to meet update rate! Took 0.060000000000000004718
[ WARN] [1623742449.845948965, 22.875000000]: Failed to meet update rate! Took 0.060000000000000004718
[ WARN] [1623742449.846214773, 22.896000000]: Failed to meet update rate! Took 0.05900000000000000383
[ WARN] [1623742449.847377055, 23.016000000]: Failed to meet update rate! Took 0.10800000000000001266
[ WARN] [1623742449.847485843, 23.021000000]: Failed to meet update rate! Took 0.10100000000000000644
[ WARN] [1623742449.848633438, 23.142000000]: Failed to meet update rate! Took 0.098000000000000003775
[ WARN] [1623742449.848701568, 23.142000000]: Failed to meet update rate! Took 0.096000000000000001998
[ WARN] [1623742449.849834735, 23.258000000]: Failed to meet update rate! Took 0.11300000000000000322
[ WARN] [1623742449.849904037, 23.259000000]: Failed to meet update rate! Took 0.092000000000000012323
[ WARN] [1623742449.851080296, 23.359000000]: Failed to meet update rate! Took 0.10000000000000000555
[ WARN] [1623742449.851182391, 23.372000000]: Failed to meet update rate! Took 0.085000000000000006106
[ WARN] [1623742449.852336999, 23.441000000]: Failed to meet update rate! Took 0.075999999999999998113
[ WARN] [1623742449.852394529, 23.441000000]: Failed to meet update rate! Took 0.051000000000000003664
[ WARN] [1623742449.853515442, 23.543000000]: Failed to meet update rate! Took 0.10200000000000000733
[ WARN] [1623742449.853561620, 23.544000000]: Failed to meet update rate! Took 0.077999999999999999889
[ WARN] [1623742449.854664118, 23.654000000]: Failed to meet update rate! Took 0.11100000000000000144
[ WARN] [1623742449.854709946, 23.654000000]: Failed to meet update rate! Took 0.086000000000000006994
[ WARN] [1623742449.855818696, 23.753000000]: Failed to meet update rate! Took 0.098000000000000003775
[ WARN] [1623742449.855919949, 23.771000000]: Failed to meet update rate! Took 0.092000000000000012323
[ WARN] [1623742449.857025032, 23.866000000]: Failed to meet update rate! Took 0.10000000000000000555
[ WARN] [1623742449.857094345, 23.866000000]: Failed to meet update rate! Took 0.075000000000000011102
[ WARN] [1623742449.858197063, 23.963000000]: Failed to meet update rate! Took 0.097000000000000002887
[ WARN] [1623742449.858242069, 23.982000000]: Failed to meet update rate! Took 0.086000000000000006994
[ WARN] [1623742449.859604284, 24.104000000]: Failed to meet update rate! Took 0.13800000000000001155
[ WARN] [1623742449.859699786, 24.105000000]: Failed to meet update rate! Took 0.11700000000000000677
[ WARN] [1623742449.860856007, 24.208000000]: Failed to meet update rate! Took 0.10300000000000000822
[ WARN] [1623742449.860908507, 24.208000000]: Failed to meet update rate! Took 0.077999999999999999889
[ WARN] [1623742449.862107049, 24.337000000]: Failed to meet update rate! Took 0.12900000000000000355
[ WARN] [1623742449.862226227, 24.337000000]: Failed to meet update rate! Took 0.1040000000000000091
[ WARN] [1623742449.863565428, 24.458000000]: Failed to meet update rate! Took 0.12000000000000000944
[ WARN] [1623742449.863805917, 24.490000000]: Failed to meet update rate! Took 0.12800000000000000266
[ WARN] [1623742449.864997857, 24.607000000]: Failed to meet update rate! Took 0.12400000000000001299
[ WARN] [1623742449.865056739, 24.607000000]: Failed to meet update rate! Took 0.099000000000000004663
[ WARN] [1623742449.866196899, 24.692000000]: Failed to meet update rate! Took 0.085000000000000006106
[ WARN] [1623742449.866323611, 24.722000000]: Failed to meet update rate! Took 0.090000000000000010547
[ WARN] [1623742449.867521682, 24.853000000]: Failed to meet update rate! Took 0.11400000000000000411
[ WARN] [1623742449.867582628, 24.853000000]: Failed to meet update rate! Took 0.11100000000000000144
[ WARN] [1623742449.868739791, 24.941000000]: Failed to meet update rate! Took 0.085000000000000006106
[ WARN] [1623742449.868825785, 24.941000000]: Failed to meet update rate! Took 0.063000000000000000444
[ WARN] [1623742449.870044485, 25.029000000]: Failed to meet update rate! Took 0.088000000000000008771
[ WARN] [1623742449.870127314, 25.029000000]: Failed to meet update rate! Took 0.063000000000000000444
[ WARN] [1623742449.872410319, 25.106000000]: Failed to meet update rate! Took 0.052000000000000004552
[ WARN] [1623742449.873752936, 25.190000000]: Failed to meet update rate! Took 0.08300000000000000433
[ WARN] [1623742449.874085672, 25.190000000]: Failed to meet update rate! Took 0.061000000000000005607
[ WARN] [1623742449.877769215, 25.293000000]: Failed to meet update rate! Took 0.067000000000000003997
[ WARN] [1623742449.878005637, 25.310000000]: Failed to meet update rate! Took 0.067000000000000003997
[ WARN] [1623742449.879225750, 25.400000000]: Failed to meet update rate! Took 0.092999999999999999334
[ WARN] [1623742449.879318397, 25.400000000]: Failed to meet update rate! Took 0.068000000000000004885
[ WARN] [1623742449.880446464, 25.528000000]: Failed to meet update rate! Took 0.12800000000000000266
[ WARN] [1623742449.880504956, 25.528000000]: Failed to meet update rate! Took 0.10300000000000000822
[ WARN] [1623742449.881646709, 25.611000000]: Failed to meet update rate! Took 0.08300000000000000433
[ WARN] [1623742449.881694030, 25.640000000]: Failed to meet update rate! Took 0.087000000000000007883
[ WARN] [1623742449.882847104, 25.734000000]: Failed to meet update rate! Took 0.094000000000000000222
[ WARN] [1623742449.882903302, 25.763000000]: Failed to meet update rate! Took 0.098000000000000003775
[ WARN] [1623742449.884056046, 25.870000000]: Failed to meet update rate! Took 0.10700000000000001177
[ WARN] [1623742449.884128604, 25.870000000]: Failed to meet update rate! Took 0.082000000000000003442
[ WARN] [1623742449.885265137, 25.967000000]: Failed to meet update rate! Took 0.097000000000000002887
[ WARN] [1623742449.885328348, 25.968000000]: Failed to meet update rate! Took 0.073000000000000009326
[ WARN] [1623742449.886508575, 26.095000000]: Failed to meet update rate! Took 0.079000000000000000777
[ WARN] [1623742449.886569351, 26.095000000]: Failed to meet update rate! Took 0.077999999999999999889
[ WARN] [1623742449.887667250, 26.183000000]: Failed to meet update rate! Took 0.088000000000000008771
[ WARN] [1623742449.887751862, 26.187000000]: Failed to meet update rate! Took 0.063000000000000000444
[ WARN] [1623742449.888951666, 26.260000000]: Failed to meet update rate! Took 0.076999999999999999001
[ WARN] [1623742449.889062889, 26.260000000]: Failed to meet update rate! Took 0.052000000000000004552
[ WARN] [1623742449.890206846, 26.329000000]: Failed to meet update rate! Took 0.060000000000000004718
[ WARN] [1623742449.891414425, 26.395000000]: Failed to meet update rate! Took 0.08300000000000000433
[ WARN] [1623742449.891493777, 26.402000000]: Failed to meet update rate! Took 0.067000000000000003997
[ WARN] [1623742449.892602146, 26.455000000]: Failed to meet update rate! Took 0.05300000000000000544
[ WARN] [1623742449.893847296, 26.510000000]: Failed to meet update rate! Took 0.058000000000000002942
[ WARN] [1623742449.894750303, 26.588000000]: Failed to meet update rate! Took 0.10800000000000001266
[ WARN] [1623742449.894833793, 26.591000000]: Failed to meet update rate! Took 0.089000000000000009659
[ WARN] [1623742449.895986888, 26.672000000]: Failed to meet update rate! Took 0.081000000000000002554
[ WARN] [1623742449.896050489, 26.672000000]: Failed to meet update rate! Took 0.056000000000000001166
[ERROR] [1623742449.896639, 0.000000]: Spawn service failed. Exiting.
[ WARN] [1623742449.898712429, 26.914000000]: Failed to meet update rate! Took 0.2170000000000000262
[ WARN] [1623742449.898774948, 26.915000000]: Failed to meet update rate! Took 0.19300000000000000488
[ WARN] [1623742449.899919887, 27.021000000]: Failed to meet update rate! Took 0.090000000000000010547
[ WARN] [1623742449.900012865, 27.023000000]: Failed to meet update rate! Took 0.084000000000000005218
[ WARN] [1623742449.901217348, 27.120000000]: Failed to meet update rate! Took 0.097000000000000002887
[ WARN] [1623742449.901331246, 27.120000000]: Failed to meet update rate! Took 0.072000000000000008438
[ WARN] [1623742449.902472919, 27.215000000]: Failed to meet update rate! Took 0.09500000000000000111
[ WARN] [1623742449.902632514, 27.215000000]: Failed to meet update rate! Took 0.070000000000000006661
[ WARN] [1623742449.903775349, 27.281000000]: Failed to meet update rate! Took 0.066000000000000003109
[ WARN] [1623742449.904961988, 27.348000000]: Failed to meet update rate! Took 0.079000000000000000777
[ WARN] [1623742449.905021291, 27.348000000]: Failed to meet update rate! Took 0.058000000000000002942
[ WARN] [1623742449.906286771, 27.459000000]: Failed to meet update rate! Took 0.11100000000000000144
[ WARN] [1623742449.906415087, 27.459000000]: Failed to meet update rate! Took 0.086000000000000006994
[ WARN] [1623742449.907619970, 27.591000000]: Failed to meet update rate! Took 0.11200000000000000233
[ WARN] [1623742449.907864097, 27.592000000]: Failed to meet update rate! Took 0.10800000000000001266
[ WARN] [1623742449.909196094, 27.693000000]: Failed to meet update rate! Took 0.10100000000000000644
[ WARN] [1623742449.909349397, 27.693000000]: Failed to meet update rate! Took 0.075999999999999998113
[ INFO] [1623742450.148641335, 27.742000000]: Laser Plugin: Using the 'robotNamespace' param: '/'
[ INFO] [1623742450.148701810, 27.742000000]: Starting Laser Plugin (ns = /)
[ INFO] [1623742450.150563889, 27.742000000]: Laser Plugin (ns = /)  <tf_prefix_>, set to ""
[ INFO] [1623742450.267930126, 27.742000000]: Laser Plugin: Using the 'robotNamespace' param: '/'
[ INFO] [1623742450.267993157, 27.742000000]: Starting Laser Plugin (ns = /)
[ INFO] [1623742450.269386479, 27.742000000]: Laser Plugin (ns = /)  <tf_prefix_>, set to ""
[ INFO] [1623742450.281266334, 27.742000000]: <initialOrientationAsReference> is unset, using default value of false to comply with REP 145 (world as orientation reference)
[ INFO] [1623742450.281400310, 27.742000000]: <robotNamespace> set to: //
[ INFO] [1623742450.281423614, 27.742000000]: <topicName> set to: imu_data
[ INFO] [1623742450.281441328, 27.742000000]: <frameName> set to: imu_frame
[ INFO] [1623742450.281489370, 27.742000000]: <updateRateHZ> set to: 50
[ INFO] [1623742450.281516051, 27.742000000]: <gaussianNoise> set to: 2.89e-08
[ INFO] [1623742450.281549766, 27.742000000]: <xyzOffset> set to: 0 0 0
[ INFO] [1623742450.281617996, 27.742000000]: <rpyOffset> set to: 0 -0 0
[ INFO] [1623742450.345411036, 27.742000000]: Loading gazebo_ros_control plugin
[ INFO] [1623742450.345601740, 27.742000000]: Starting gazebo_ros_control plugin in namespace: /
[ INFO] [1623742450.346461694, 27.742000000]: gazebo_ros_control plugin is waiting for model URDF in parameter [robot_description] on the ROS param server.
[ERROR] [1623742450.471322594, 27.742000000]: No p gain specified for pid.  Namespace: /gazebo_ros_control/pid_gains/left_wheel_joint
[ERROR] [1623742450.472152230, 27.742000000]: No p gain specified for pid.  Namespace: /gazebo_ros_control/pid_gains/right_wheel_joint
[ INFO] [1623742450.481080614, 27.742000000]: Loaded gazebo_ros_control.
[INFO] [1623742450.600432, 27.934000]: Controller Spawner: Waiting for service controller_manager/switch_controller
[INFO] [1623742450.606539, 27.947000]: Controller Spawner: Waiting for service controller_manager/unload_controller
[INFO] [1623742450.611478, 27.953000]: Loading controller: joint_state_controller
[INFO] [1623742450.627737, 27.989000]: Loading controller: mobile_base_controller
[ INFO] [1623742450.646392132, 28.032000000]: Controller state will be published at 41.2Hz.
[ INFO] [1623742450.648862233, 28.038000000]: Wheel separation will be multiplied by 1.
[ INFO] [1623742450.650897162, 28.041000000]: Left wheel radius will be multiplied by 1.
[ INFO] [1623742450.650972456, 28.042000000]: Right wheel radius will be multiplied by 1.
[ INFO] [1623742450.651923313, 28.043000000]: Velocity rolling window size of 10.
[ INFO] [1623742450.653432277, 28.046000000]: Velocity commands will be considered old if they are older than 0.5s.
[ INFO] [1623742450.654051550, 28.047000000]: Allow mutiple cmd_vel publishers is enabled
[ INFO] [1623742450.655095646, 28.049000000]: Base frame_id set to base_footprint
[ INFO] [1623742450.656093673, 28.051000000]: Odometry frame_id set to odom_comb
[ INFO] [1623742450.658648446, 28.057000000]: Publishing to tf is disabled
[ INFO] [1623742450.677240869, 28.088000000]: Odometry params : wheel separation 0.445208, left wheel radius 0.0625, right wheel radius 0.0625
[ INFO] [1623742450.679604106, 28.091000000]: Adding left wheel with joint name: left_wheel_joint and right wheel with joint name: right_wheel_joint
[ INFO] [1623742450.696931412, 28.119000000]: Dynamic Reconfigure:
DynamicParams:
    Odometry parameters:
        left wheel radius multiplier: 1
        right wheel radius multiplier: 1
        wheel separation multiplier: 1
    Publication parameters:
        Publish executed velocity command: disabled
        Publication rate: 41.2
        Publish frame odom on tf: disabled
[spawn_urdf-3] process has died [pid 7210, exit code 1, cmd /opt/ros/noetic/lib/gazebo_ros/spawn_model -param robot_description -urdf -model mir -x 0.0 -y 0.0 -Y 0.0 __name:=spawn_urdf __log:=/home/kuka-ai/.ros/log/10cb2222-cdac-11eb-aa71-df36a0c11544/spawn_urdf-3.log].
log file: /home/kuka-ai/.ros/log/10cb2222-cdac-11eb-aa71-df36a0c11544/spawn_urdf-3*.log
[INFO] [1623742450.705031, 28.131000]: Controller Spawner: Loaded controllers: joint_state_controller, mobile_base_controller
[INFO] [1623742450.714067, 28.146000]: Started controllers: joint_state_controller, mobile_base_controller
matteolucchi commented 3 years ago

Ok, at least the previous error is now gone.

So I think the problem is conda, unfortunately conda and ROS cannot work together out of the box. There are solutions to make that work and we are planning on integrating those in the future, but for the time being here is how to proceed:

The part using ROS needs to be running using the system Python 3. You can still use conda as the python environment in which you run your learning algorithm and the robo-gym package.

To be sure that this is the problem can you try to activate the base environment with:

conda activate base

Install the required python packages with:

pip3 install robo-gym-server-modules scipy numpy &&\
pip3 install --upgrade protobuf

and run again

roslaunch mir100_robot_server sim_robot_server.launch gui:=true
ranjitkathiriya commented 3 years ago

Thanks for replying, These are the common error and warnings?

process[robot_server-16]: started with pid [51550]
[ INFO] [1623751634.963680309]: rviz version 1.14.7
[ INFO] [1623751634.963799804]: compiled against Qt version 5.12.8
[ INFO] [1623751634.963824040]: compiled against OGRE version 1.9.0 (Ghadamon)
Traceback (most recent call last):
  File "/home/kuka-ai/rlearning_ws/devel/lib/mir100_robot_server/robot_server.py", line 15, in <module>
    exec(compile(fh.read(), python_script, 'exec'), context)
  File "/home/kuka-ai/rlearning_ws/src/robo-gym-robot-servers/mir100_robot_server/scripts/robot_server.py", line 3, in <module>
    import grpc
ModuleNotFoundError: No module named 'grpc'
[ INFO] [1623751634.983608571]: Forcing OpenGl version 0.
INFO: cannot create a symlink to latest log directory: [Errno 17] File exists: '/home/kuka-ai/.ros/log/749918d0-cdc1-11eb-aa71-df36a0c11544' -> '/home/kuka-ai/.ros/log/latest'
[robot_server-16] process has died [pid 51550, exit code 1, cmd /home/kuka-ai/rlearning_ws/devel/lib/mir100_robot_server/robot_server.py __name:=robot_server __log:=/home/kuka-ai/.ros/log/749918d0-cdc1-11eb-aa71-df36a0c11544/robot_server-16.log].
log file: /home/kuka-ai/.ros/log/749918d0-cdc1-11eb-aa71-df36a0c11544/robot_server-16*.log
[INFO] [1623751635.104901, 0.000000]: Controller Spawner: Waiting for service controller_manager/load_controller
[ INFO] [1623751635.482536372]: Stereo is NOT SUPPORTED
[ INFO] [1623751635.482667771]: OpenGL device: GeForce GTX 1660 Ti with Max-Q Design/PCIe/SSE2
[ INFO] [1623751635.482689442]: OpenGl version: 4.6 (GLSL 4.6).
[ INFO] [1623751635.645475305]: Finished loading Gazebo ROS API Plugin.
[ INFO] [1623751635.647557637]: waitForService: Service [/gazebo/set_physics_properties] has not been advertised, waiting...
[ INFO] [1623751636.433819196]: waitForService: Service [/gazebo/set_physics_properties] is now available.
[ERROR] [1623751636.436811557]: GetModelState: model [mir] does not exist
[ INFO] [1623751636.814172821, 9.910000000]: Laser Plugin: Using the 'robotNamespace' param: '/'
[ INFO] [1623751636.814277178, 9.910000000]: Starting Laser Plugin (ns = /)
[ INFO] [1623751636.816109569, 9.910000000]: Laser Plugin (ns = /)  <tf_prefix_>, set to ""
[ INFO] [1623751636.933204850, 9.910000000]: Laser Plugin: Using the 'robotNamespace' param: '/'
[ INFO] [1623751636.933309397, 9.910000000]: Starting Laser Plugin (ns = /)
[ INFO] [1623751636.935188195, 9.910000000]: Laser Plugin (ns = /)  <tf_prefix_>, set to ""
[ INFO] [1623751636.945536687, 9.910000000]: <initialOrientationAsReference> is unset, using default value of false to comply with REP 145 (world as orientation reference)
[ INFO] [1623751636.945609935, 9.910000000]: <robotNamespace> set to: //
[ INFO] [1623751636.945624062, 9.910000000]: <topicName> set to: imu_data
[ INFO] [1623751636.945633229, 9.910000000]: <frameName> set to: imu_frame
[ INFO] [1623751636.945658798, 9.910000000]: <updateRateHZ> set to: 50
[ INFO] [1623751636.945684236, 9.910000000]: <gaussianNoise> set to: 2.89e-08
[ INFO] [1623751636.945702149, 9.910000000]: <xyzOffset> set to: 0 0 0
[ INFO] [1623751636.945754017, 9.910000000]: <rpyOffset> set to: 0 -0 0
[ INFO] [1623751636.960902734, 9.910000000]: Physics dynamic reconfigure ready.
[ INFO] [1623751637.013808481, 9.910000000]: Loading gazebo_ros_control plugin
[ INFO] [1623751637.013948645, 9.910000000]: Starting gazebo_ros_control plugin in namespace: /
[ INFO] [1623751637.014829479, 9.910000000]: gazebo_ros_control plugin is waiting for model URDF in parameter [robot_description] on the ROS param server.
[ERROR] [1623751637.140295797, 9.910000000]: No p gain specified for pid.  Namespace: /gazebo_ros_control/pid_gains/left_wheel_joint
[ERROR] [1623751637.142207728, 9.910000000]: No p gain specified for pid.  Namespace: /gazebo_ros_control/pid_gains/right_wheel_joint
[ INFO] [1623751637.151605144, 9.910000000]: Loaded gazebo_ros_control.
[ WARN] [1623751637.153335201, 9.912000000]: Failed to meet update rate! Took 9.91200000000000081
[ WARN] [1623751637.155017087, 9.914000000]: Failed to meet update rate! Took 9.8889999999999993463
[INFO] [1623751637.221014, 10.011000]: Controller Spawner: Waiting for service controller_manager/switch_controller
[INFO] [1623751637.224416, 10.015000]: Controller Spawner: Waiting for service controller_manager/unload_controller
[INFO] [1623751637.229296, 10.024000]: Loading controller: joint_state_controller
[INFO] [1623751637.248642, 10.074000]: Loading controller: mobile_base_controller
[ INFO] [1623751637.270122771, 10.127000000]: Controller state will be published at 41.2Hz.
[ INFO] [1623751637.272348294, 10.132000000]: Wheel separation will be multiplied by 1.
[ INFO] [1623751637.273710757, 10.135000000]: Left wheel radius will be multiplied by 1.
[ INFO] [1623751637.273789796, 10.136000000]: Right wheel radius will be multiplied by 1.
[ INFO] [1623751637.274475320, 10.137000000]: Velocity rolling window size of 10.
[ INFO] [1623751637.276595254, 10.140000000]: Velocity commands will be considered old if they are older than 0.5s.
[ INFO] [1623751637.277826228, 10.142000000]: Allow mutiple cmd_vel publishers is enabled
[ INFO] [1623751637.281630211, 10.148000000]: Base frame_id set to base_footprint
[ INFO] [1623751637.283358255, 10.151000000]: Odometry frame_id set to odom_comb
[ INFO] [1623751637.285028519, 10.153000000]: Publishing to tf is disabled
[ INFO] [1623751637.300729669, 10.184000000]: Odometry params : wheel separation 0.445208, left wheel radius 0.0625, right wheel radius 0.0625
[ INFO] [1623751637.304289340, 10.188000000]: Adding left wheel with joint name: left_wheel_joint and right wheel with joint name: right_wheel_joint
matteolucchi commented 3 years ago

Traceback (most recent call last): File "/home/kuka-ai/rlearning_ws/devel/lib/mir100_robot_server/robot_server.py", line 15, in exec(compile(fh.read(), python_script, 'exec'), context) File "/home/kuka-ai/rlearning_ws/src/robo-gym-robot-servers/mir100_robot_server/scripts/robot_server.py", line 3, in import grpc ModuleNotFoundError: No module named 'grpc'

This is not normal, something went wrong with the grpc installation. Have you tried the steps in the previous reply in the conda base environment?

ranjitkathiriya commented 3 years ago

Yes, I tried all steps.

Conda environment and installing dependency using pip.

matteolucchi commented 3 years ago

Did you get any error during

pip3 install robo-gym-server-modules scipy numpy &&\ pip3 install --upgrade protobuf

?

You can try to install grpc like this

python3 -m pip install grpcio

to verify that the installation is working start python in the terminal and try to do

import grpc
ranjitkathiriya commented 3 years ago

Thank you for replying.

Did you get any error during ?

Yes, I am not getting any error.

(base) kuka-ai@kukaai-ROG-Zephyrus-G15-GA502IU-GA502IU:~/rlearning_ws$ pip3 install robo-gym-server-modules scipy numpy &&
> pip3 install --upgrade protobuf
Requirement already satisfied: robo-gym-server-modules in /home/kuka-ai/anaconda3/lib/python3.8/site-packages (0.2.7.6)
Requirement already satisfied: scipy in /home/kuka-ai/anaconda3/lib/python3.8/site-packages (1.5.2)
Requirement already satisfied: numpy in /home/kuka-ai/anaconda3/lib/python3.8/site-packages (1.19.2)
Requirement already satisfied: libtmux in /home/kuka-ai/anaconda3/lib/python3.8/site-packages (from robo-gym-server-modules) (0.9.0)
Requirement already satisfied: grpcio in /home/kuka-ai/anaconda3/lib/python3.8/site-packages (from robo-gym-server-modules) (1.38.0)
Requirement already satisfied: protobuf in /home/kuka-ai/anaconda3/lib/python3.8/site-packages (from robo-gym-server-modules) (3.17.3)
Requirement already satisfied: pyyaml in /home/kuka-ai/anaconda3/lib/python3.8/site-packages (from robo-gym-server-modules) (5.3.1)
Requirement already satisfied: six>=1.5.2 in /home/kuka-ai/anaconda3/lib/python3.8/site-packages (from grpcio->robo-gym-server-modules) (1.15.0)

Requirement already up-to-date: protobuf in /home/kuka-ai/anaconda3/lib/python3.8/site-packages (3.17.3)
Requirement already satisfied, skipping upgrade: six>=1.9 in /home/kuka-ai/anaconda3/lib/python3.8/site-packages (from protobuf) (1.15.0)

to verify that the installation is working start python in the terminal and try to do

(base) kuka-ai@kukaai-ROG-Zephyrus-G15-GA502IU-GA502IU:~/rlearning_ws$ python3 -m pip install grpcio
Requirement already satisfied: grpcio in /home/kuka-ai/anaconda3/lib/python3.8/site-packages (1.38.0)
Requirement already satisfied: six>=1.5.2 in /home/kuka-ai/anaconda3/lib/python3.8/site-packages (from grpcio) (1.15.0)
(base) kuka-ai@kukaai-ROG-Zephyrus-G15-GA502IU-GA502IU:~/rlearning_ws$ python 
Python 3.8.5 (default, Sep  4 2020, 07:30:14) 
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import grpc
>>> 

Now I am getting this error

[ INFO] [1623757534.323916559]: Stereo is NOT SUPPORTED
[ INFO] [1623757534.324023751]: OpenGL device: GeForce GTX 1660 Ti with Max-Q Design/PCIe/SSE2
[ INFO] [1623757534.324047866]: OpenGl version: 4.6 (GLSL 4.6).
[robot_server-15] process has died [pid 75611, exit code 1, cmd /home/kuka-ai/rlearning_ws/devel/lib/mir100_robot_server/robot_server.py __name:=robot_server __log:=/home/kuka-ai/.ros/log/0d0447fa-cdce-11eb-aa71-df36a0c11544/robot_server-15.log].
log file: /home/kuka-ai/.ros/log/0d0447fa-cdce-11eb-aa71-df36a0c11544/robot_server-15*.log
[ INFO] [1623757534.912472030]: waitForService: Service [/gazebo/set_physics_properties] is now available.
[ERROR] [1623757535.011737738, 11.774000000]: GetModelState: model [mir] does not exist
[ERROR] [1623757535.014937, 0.000000]: Spawn service failed. Exiting.
[ INFO] [1623757535.026826298, 13.841000000]: Physics dynamic reconfigure ready.
[ INFO] [1623757535.319728155, 20.665000000]: Laser Plugin: Using the 'robotNamespace' param: '/'
[ INFO] [1623757535.319797857, 20.665000000]: Starting Laser Plugin (ns = /)
[ INFO] [1623757535.321669595, 20.665000000]: Laser Plugin (ns = /)  <tf_prefix_>, set to ""
[ INFO] [1623757535.447174362, 20.665000000]: Laser Plugin: Using the 'robotNamespace' param: '/'
[ INFO] [1623757535.447216481, 20.665000000]: Starting Laser Plugin (ns = /)
[ INFO] [1623757535.448738189, 20.665000000]: Laser Plugin (ns = /)  <tf_prefix_>, set to ""
[ INFO] [1623757535.457216640, 20.665000000]: <initialOrientationAsReference> is unset, using default value of false to comply with REP 145 (world as orientation reference)
[ INFO] [1623757535.457375359, 20.665000000]: <robotNamespace> set to: //
[ INFO] [1623757535.457401088, 20.665000000]: <topicName> set to: imu_data
[ INFO] [1623757535.457423520, 20.665000000]: <frameName> set to: imu_frame
[ INFO] [1623757535.457477622, 20.665000000]: <updateRateHZ> set to: 50
[ INFO] [1623757535.457511696, 20.665000000]: <gaussianNoise> set to: 2.89e-08
[ INFO] [1623757535.457548886, 20.665000000]: <xyzOffset> set to: 0 0 0
[ INFO] [1623757535.457636973, 20.665000000]: <rpyOffset> set to: 0 -0 0
[ INFO] [1623757535.519220573, 20.665000000]: Loading gazebo_ros_control plugin
[ INFO] [1623757535.519480072, 20.665000000]: Starting gazebo_ros_control plugin in namespace: /
[ INFO] [1623757535.520384637, 20.665000000]: gazebo_ros_control plugin is waiting for model URDF in parameter [robot_description] on the ROS param server.
[ERROR] [1623757535.641098273, 20.665000000]: No p gain specified for pid.  Namespace: /gazebo_ros_control/pid_gains/left_wheel_joint
[ERROR] [1623757535.643575092, 20.665000000]: No p gain specified for pid.  Namespace: /gazebo_ros_control/pid_gains/right_wheel_joint
[ INFO] [1623757535.652474917, 20.665000000]: Loaded gazebo_ros_control.
[ WARN] [1623757535.653365345, 20.666000000]: Failed to meet update rate! Took 20.666000000000000369
[ WARN] [1623757535.655091238, 20.668000000]: Failed to meet update rate! Took 20.643000000000000682
[INFO] [1623757535.732130, 0.000000]: Controller Spawner: Waiting for service controller_manager/switch_controller
[INFO] [1623757535.735578, 0.000000]: Controller Spawner: Waiting for service controller_manager/unload_controller
[INFO] [1623757535.739707, 0.000000]: Loading controller: joint_state_controller
[INFO] [1623757535.755227, 0.000000]: Loading controller: mobile_base_controller
[spawn_urdf-2] process has died [pid 75570, exit code 1, cmd /opt/ros/noetic/lib/gazebo_ros/spawn_model -param robot_description -urdf -model mir -x 0.0 -y 0.0 -Y 0.0 __name:=spawn_urdf __log:=/home/kuka-ai/.ros/log/0d0447fa-cdce-11eb-aa71-df36a0c11544/spawn_urdf-2.log].
log file: /home/kuka-ai/.ros/log/0d0447fa-cdce-11eb-aa71-df36a0c11544/spawn_urdf-2*.log
[ INFO] [1623757535.774446944, 20.923000000]: Controller state will be published at 41.2Hz.
[ INFO] [1623757535.778091133, 20.927000000]: Wheel separation will be multiplied by 1.
[ INFO] [1623757535.779466145, 20.930000000]: Left wheel radius will be multiplied by 1.
[ INFO] [1623757535.779530928, 20.930000000]: Right wheel radius will be multiplied by 1.
[ INFO] [1623757535.780346445, 20.932000000]: Velocity rolling window size of 10.
[ INFO] [1623757535.781404830, 20.935000000]: Velocity commands will be considered old if they are older than 0.5s.
[ INFO] [1623757535.782121902, 20.936000000]: Allow mutiple cmd_vel publishers is enabled
[ INFO] [1623757535.783514196, 20.940000000]: Base frame_id set to base_footprint
[ INFO] [1623757535.784194408, 20.943000000]: Odometry frame_id set to odom_comb
[ INFO] [1623757535.784904577, 20.945000000]: Publishing to tf is disabled

Sometimes I am getting this warning also.

[ WARN] [1623757604.852068532, 24.017000000]: Failed to meet update rate! Took 0.096000000000000001998
[ WARN] [1623757604.852122384, 24.020000000]: Failed to meet update rate! Took 0.07100000000000000755
[ WARN] [1623757604.853273413, 24.074000000]: Failed to meet update rate! Took 0.057000000000000002054
[ WARN] [1623757604.854492211, 24.148000000]: Failed to meet update rate! Took 0.081000000000000002554
[ WARN] [1623757604.854563325, 24.168000000]: Failed to meet update rate! Took 0.075999999999999998113
[ WARN] [1623757604.855709535, 24.270000000]: Failed to meet update rate! Took 0.12200000000000001121
[ WARN] [1623757604.855770350, 24.270000000]: Failed to meet update rate! Took 0.097000000000000002887
[ WARN] [1623757604.856896813, 24.389000000]: Failed to meet update rate! Took 0.11900000000000000855
[ WARN] [1623757604.856983516, 24.389000000]: Failed to meet update rate! Took 0.094000000000000000222
matteolucchi commented 3 years ago

This

ERROR] [1623757535.641098273, 20.665000000]: No p gain specified for pid. Namespace: /gazebo_ros_control/pid_gains/left_wheel_joint [ERROR] [1623757535.643575092, 20.665000000]: No p gain specified for pid. Namespace: /gazebo_ros_control/pid_gains/right_wheel_joint

and these

[ WARN] [1623757604.852068532, 24.017000000]: Failed to meet update rate! Took 0.096000000000000001998 [ WARN] [1623757604.852122384, 24.020000000]: Failed to meet update rate! Took 0.07100000000000000755 [ WARN] [1623757604.853273413, 24.074000000]: Failed to meet update rate! Took 0.057000000000000002054 [ WARN] [1623757604.854492211, 24.148000000]: Failed to meet update rate! Took 0.081000000000000002554 [ WARN] [1623757604.854563325, 24.168000000]: Failed to meet update rate! Took 0.075999999999999998113 [ WARN] [1623757604.855709535, 24.270000000]: Failed to meet update rate! Took 0.12200000000000001121 [ WARN] [1623757604.855770350, 24.270000000]: Failed to meet update rate! Took 0.097000000000000002887 [ WARN] [1623757604.856896813, 24.389000000]: Failed to meet update rate! Took 0.11900000000000000855 [ WARN] [1623757604.856983516, 24.389000000]: Failed to meet update rate! Took 0.094000000000000000222

are ok.

The problem now is here:

[ERROR] [1623757535.011737738, 11.774000000]: GetModelState: model [mir] does not exist [ERROR] [1623757535.014937, 0.000000]: Spawn service failed. Exiting.

Please try to build again your workspace with catkin build and to source it

source /opt/ros/$ROS_DISTRO/setup.bash
source $ROBOGYM_WS/devel/setup.bash

and now try again the roslaunch.

Just to be sure have you completed this stage of the installation?

  1. Add the sourcing of ROS and the ROS workspace to your .bashrc file: printf "source /opt/ros/$ROS_DISTRO/setup.bash\nsource $ROBOGYM_WS/devel/setup.bash" >> ~/.bashrc
ranjitkathiriya commented 3 years ago

Yes! I followed the following steps.

Catkin build

(base) kuka-ai@kukaai-ROG-Zephyrus-G15-GA502IU-GA502IU:~/rlearning_ws$ catkin build
---------------------------------------------------------------
Profile:                     default
Extending:          [cached] /opt/ros/noetic
Workspace:                   /home/kuka-ai/rlearning_ws
---------------------------------------------------------------
Build Space:        [exists] /home/kuka-ai/rlearning_ws/build
Devel Space:        [exists] /home/kuka-ai/rlearning_ws/devel
Install Space:      [unused] /home/kuka-ai/rlearning_ws/install
Log Space:          [exists] /home/kuka-ai/rlearning_ws/logs
Source Space:       [exists] /home/kuka-ai/rlearning_ws/src
DESTDIR:            [unused] None
---------------------------------------------------------------
Devel Space Layout:          linked
Install Space Layout:        None
---------------------------------------------------------------
Additional CMake Args:       None
Additional Make Args:        None
Additional catkin Make Args: None
Internal Make Job Server:    True
Cache Job Environments:      False
---------------------------------------------------------------
Whitelisted Packages:        None
Blacklisted Packages:        None
---------------------------------------------------------------
Workspace configuration appears valid.
---------------------------------------------------------------
[build] Found '13' packages in 0.0 seconds.                                                        
[build] Package table is up to date.                                                               
Starting  >>> mir_actions                                                                          
Starting  >>> mir_description                                                                      
Starting  >>> mir_dwb_critics                                                                      
Starting  >>> mir_msgs                                                                             
Starting  >>> orocos_kdl                                                                           
Starting  >>> sdc21x0                                                                              
Finished  <<< mir_description                           [ 0.1 seconds ]                            
Finished  <<< mir_dwb_critics                           [ 0.5 seconds ]                            
Finished  <<< mir_actions                               [ 0.5 seconds ]                            
Finished  <<< sdc21x0                                   [ 0.5 seconds ]                            
Finished  <<< orocos_kdl                                [ 0.4 seconds ]                            
Starting  >>> python_orocos_kdl                                                                    
Finished  <<< mir_msgs                                  [ 0.8 seconds ]                            
Starting  >>> mir_driver                                                                           
Finished  <<< python_orocos_kdl                         [ 0.4 seconds ]                            
Starting  >>> orocos_kinematics_dynamics                                                           
Finished  <<< mir_driver                                [ 0.2 seconds ]                            
Starting  >>> mir_gazebo                                                                           
Finished  <<< orocos_kinematics_dynamics                [ 0.2 seconds ]                            
Finished  <<< mir_gazebo                                [ 0.2 seconds ]                            
Starting  >>> mir100_robot_server                                                                  
Starting  >>> mir_navigation                                                                       
Finished  <<< mir100_robot_server                       [ 0.2 seconds ]                            
Finished  <<< mir_navigation                            [ 0.1 seconds ]                            
Starting  >>> mir_robot                                                                            
Finished  <<< mir_robot                                 [ 0.1 seconds ]                            
[build] Summary: All 13 packages succeeded!                                                        
[build]   Ignored:   None.                                                                         
[build]   Warnings:  None.                                                                         
[build]   Abandoned: None.                                                                         
[build]   Failed:    None.     

source

(base) kuka-ai@kukaai-ROG-Zephyrus-G15-GA502IU-GA502IU:~/rlearning_ws$ source /opt/ros/noetic/setup.bash 
(base) kuka-ai@kukaai-ROG-Zephyrus-G15-GA502IU-GA502IU:~/rlearning_ws$ source devel/setup.bash   
(base) kuka-ai@kukaai-ROG-Zephyrus-G15-GA502IU-GA502IU:~/rlearning_ws$ printf "source /opt/ros/$ROS_DISTRO/setup.bash\nsource $ROBOGYM_WS/devel/setup.bash" >> ~/.bashrc
(base) kuka-ai@kukaai-ROG-Zephyrus-G15-GA502IU-GA502IU:~/rlearning_ws$ roslaunch mir100_robot_server sim_robot_server.launch gui:=true

Then also I am getting this error:

[robot_server-16] process has died [pid 95959, exit code 1, cmd /home/kuka-ai/rlearning_ws/devel/lib/mir100_robot_server/robot_server.py __name:=robot_server __log:=/home/kuka-ai/.ros/log/3105604e-cdd8-11eb-aa71-df36a0c11544/robot_server-16.log].
log file: /home/kuka-ai/.ros/log/3105604e-cdd8-11eb-aa71-df36a0c11544/robot_server-16*.log
[ INFO] [1623761400.864859429]: waitForService: Service [/gazebo/set_physics_properties] is now available.
[ERROR] [1623761400.978888124, 10.157000000]: GetModelState: model [mir] does not exist
[ERROR] [1623761400.981130, 10.272000]: Spawn service failed. Exiting.
matteolucchi commented 3 years ago

I'm sorry but I am out of ideas, I tried to reinstall everything on a clean machine with Ubuntu 20.04 and ROS Noetic and the MiR environment works fine. The only other thing that I can recommend is to delete the workspace and try again to install the robot-servers part. I hope you can figure out what it is :/

I will close this for now as it seems to be something specific with your computer setup.

ranjitkathiriya commented 3 years ago

I have solved this issue. I think that I was using a melodic branch (default branch- https://github.com/jr-robotics/mir_robot). I have switched to noetic then it was working perfectly.

Thanks

matteolucchi commented 3 years ago

That's great to hear!