ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

yoo's profile - activity

2019-05-20 02:12:28 -0500 marked best answer unable to find gui node in gazebo ros package

Hello, I am trying to execute drone simulator in gazebo7/ros-kinetic

I've installed 'tum_simulator' from https://github.com/angelsantamaria/tu...

Next, I tried to test the following launch file

<launch>
  <param name='/use_sim_time' value='true' />
  <node name='empty_world_sever' pkg='gazebo_ros' type='gazebo' args="$(find cvg_sim_gazebo)/worlds/emtpy.world" respawn='false'  output='screen'>
  </node>
  <node name='gazebo_gui' pkg='gazebo' type='gui' respawn='false' output='screen'/>
</launch>

When I execute the above launch file then, it says 'cannot launch node of type gazebo/gazebo'

I heard there is some change between ros-kinetic, gazebo 7 and the prior version Thus I found I need to change pkg argument from gazebo to gazebo_ros

Now, it says 'cannot launch node of type [gazebo_ros/gui]: can't locate node [gui] in package [gazebo_ros] and I can't find what should I do to execute such launch file

plz, tell me what should I do?

2018-03-02 13:07:45 -0500 received badge  Famous Question (source)
2018-01-11 07:59:42 -0500 received badge  Notable Question (source)
2018-01-11 07:59:42 -0500 received badge  Popular Question (source)
2017-10-20 06:25:43 -0500 commented answer Mesh .dae file with textures invisible

could you please show me the example? (your dae file and urdf file)

2017-09-11 06:22:49 -0500 asked a question unable to find gui node in gazebo ros package

unable to find gui node in gazebo ros package Hello, I am trying to execute drone simulator in gazebo7/ros-kinetic I've