Simulating a Car like Robot in Gazebo

asked 2015-08-18 23:54:30 -0500

ktiwari9 gravatar image

updated 2015-08-19 00:15:06 -0500

chapulina gravatar image

Hi there, I am trying to simulate a car like robot in Gazebo and I found an example here and another example here. When I try the 1st example, I get the error :

[ERROR] [1439958135.355028687, 1.403000000]: No type element found for transmission joint_back_left_wheel_trans
[ERROR] [1439958135.355073512, 1.403000000]: No type element found for transmission joint_back_right_wheel_trans
[ERROR] [1439958135.355104844, 1.403000000]: No type element found for transmission joint_front_left_wheel_trans
[ERROR] [1439958135.355119397, 1.403000000]: No type element found for transmission joint_front_right_wheel_trans
[ INFO] [1439958135.454681337, 1.403000000]: Loaded gazebo_ros_control.

And my output looks like this:

image description

And when I try the second example I get the error:

[ERROR] [1439959540.037343699, 1.196000000]: No type element found for transmission joint_back_left_wheel_trans
[ERROR] [1439959540.037397296, 1.196000000]: No type element found for transmission joint_back_right_wheel_trans
[ERROR] [1439959540.037432173, 1.196000000]: No type element found for transmission joint_front_left_wheel_trans
[ERROR] [1439959540.037466054, 1.196000000]: No type element found for transmission joint_front_right_wheel_trans

And my output looks like this:

image description

Why am I getting such strange robots besides my Husky which looks completely fine ?

edit retag flag offensive close merge delete