Gazebo | Ignition | Community
Ask Your Question

ktiwari9's profile - activity

2019-02-05 06:33:36 -0500 received badge  Taxonomist
2016-02-29 13:18:32 -0500 received badge  Famous Question (source)
2016-02-29 13:18:32 -0500 received badge  Notable Question (source)
2016-02-29 13:18:32 -0500 received badge  Popular Question (source)
2016-02-09 05:48:38 -0500 received badge  Famous Question (source)
2015-08-21 11:59:33 -0500 received badge  Notable Question (source)
2015-08-19 18:31:12 -0500 received badge  Popular Question (source)
2015-08-18 23:54:30 -0500 asked a question Simulating a Car like Robot in Gazebo

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 ?

2015-08-16 23:28:15 -0500 asked a question Simulate Dynamic Obstacle / Pedestrian

Hello there, I am using a Husky Mobile robot + ROS Hydro + Gazebo 1.9 to simulate pedestrian avoidance. My question is how can I simulate a walking pedestrian in Gazebo ? Reading the tutorials I know that we can add static obstacles to the worlds but how can we simulate dynamic obstacles like a pedestrian ? Any suggestions ?