Coder Social home page Coder Social logo

Comments (9)

JenniferBuehler avatar JenniferBuehler commented on August 15, 2024

Hello,

Just a quick acknowledge that I saw this and going to look into it, I can't make it before tomorrow though. It will probably be something gone wrong in Step... could you send the output of all steps please?

Jenny

from gazebo-pkgs.

odysseusPolytropos avatar odysseusPolytropos commented on August 15, 2024

Hello Jenny,

please find the output of step 1-3 attached (I don't know how to persuade markdown not to parse the text):

Step 1
Step 2
Step 3

Thank you for looking into it!

from gazebo-pkgs.

JenniferBuehler avatar JenniferBuehler commented on August 15, 2024

Hello,

The service is obviously not up and running, as you pointed out.

Can you send a rosparam list after Step 1 and both a rosparam list and a rosservice list after Step 2?
Make sure both steps are started in separate terminals (which I guess you did) and are not aborted.

Do you have a roscore running in a separate terminal in the background somewhere?

Jenny

from gazebo-pkgs.

odysseusPolytropos avatar odysseusPolytropos commented on August 15, 2024

Hello Jenny,

thank you for your reply. Here is the output of the commands:
rosparam listafter step 1
rosparam listafter step 2
rosservice listafter step2

I execute every step in a new terminal and they keep running. I tried both, running a fresh roscore before step 1 (after executing killall roscore) and executing the steps without a previously running roscore. I did not find any differences in terms of the erroneous behaviour.

from gazebo-pkgs.

JenniferBuehler avatar JenniferBuehler commented on August 15, 2024

Hi,

sorry for taking so long to reply. I've been crazy busy in the last days. I've had to set up a test system again as I haven't been using this code lately. I could reproduce your error, a new mistake must have snug into the code some time in one of the last pushes: The default of load_world_plugins in jaco_on_table/jaco_on_table_gazebo_controlled.launch was set to false :( I don't know why I did that, I must have been testing something and then forgotten to set it back to true.

I've pushed the update, can you try it again?

Jenny

from gazebo-pkgs.

odysseusPolytropos avatar odysseusPolytropos commented on August 15, 2024

Hello Jenny,
thank you very much for investigating. This solves my problem. Anyway I'm not able to see any commit on jaco_on_table_gazebo_controlled.launch. Are you sure you pushed the commit?
Thank you once again,
Odysseus

from gazebo-pkgs.

JenniferBuehler avatar JenniferBuehler commented on August 15, 2024

from gazebo-pkgs.

Abdo1994 avatar Abdo1994 commented on August 15, 2024

Hi.
I am working on a Universal Robot but I get the same error at the same step
[ERROR] [1479977436.039658131]: Failed to call service /gazebo_objects/get_info, success flag: 0

Where should I add load_world_plugins

I am still new to ROS

Thank you

from gazebo-pkgs.

JenniferBuehler avatar JenniferBuehler commented on August 15, 2024

From some launch file, you must launch gazebo, like this

  <include file="$(find gazebo_ros)/launch/empty_world.launch">                 
    <arg name="world_name" value="$(arg gazebo_world_file)"/>                   
    <arg name="paused" value="false"/>                                          
    <arg name="verbose" value="false"/>                                         
    <arg name="use_sim_time" value="true"/>                                     
    <arg name="gui" value="true"/>                                              
    <arg name="headless" value="false"/>                                        
    <arg name="debug" value="false"/>                                           
    <arg name="extra_gazebo_args" value="-s libgazebo_world_plugin_loader.so"/>            
  </include>                    

You must have the extra line extra_gazebo_args

from gazebo-pkgs.

Related Issues (20)

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.