Code Monkey home page Code Monkey logo

Comments (3)

Yadunund avatar Yadunund commented on August 12, 2024

Hi,

I just did a clean build and the clinic world does get installed. After you pull the latest master, could you ensure you perform a clean build? This involves deleting the build install and log directories before re-building.

cd ~/rmf_demos_ws
rm -rf build/ install/ log/
CXX=g++-8 colcon build --cmake-args -DCMAKE_BUILD_TYPE=RELEASE

The second issue I see is that the gazebo_version argument is not being passed. The default supported version is gazebo11 but since you're running on Ubuntu 18.04/Eloquent, you will need to explicitly set the gazebo version to gazebo9. This can be done during launch as mentioned in the README document.

ros2 launch demos clinic.launch.xml gazebo_version:=9

The rosdep error can be ignored. The missing dependencies should be installed during the "non-ROS" dependency installation step.

from rmf_demos.

txlei avatar txlei commented on August 12, 2024

removing those folders helped. however now theres this error

[gzclient-10] [Wrn] [FuelModelDatabase.cc:248] URI not supported by Fuel [Carts_Wheels_Diffuse]
[gzclient-10] [Wrn] [SystemPaths.cc:464] File or path does not exist [""] [Carts_Wheels_Diffuse]
[gzclient-10] [Err] [Material.cc:96] Unable to find texture[Carts_Wheels_Diffuse] in path[/home/leia/.gazebo/models/CGMClassic/meshes/]

after removing all models and doing a clean build again, ls ~/.gazebo/models/CGMClassic/meshes/ shows this
Carts_Wheels_Diffuse.png CGMClassic_Diffuse.png CGMClassic.mtl CGMClassic.obj

also, the clinic world still launches on gazebo but when I send a delivery, gazebo app crashes.

[tinyRobot_fleet_adapter-13] [INFO] [tinyRobot_fleet_adapter]: Parameter [delay_threshold] set to: 15.000000
[tinyRobot_fleet_adapter-13] [INFO] [tinyRobot_fleet_adapter]: Starting Fleet Adapter
[tinyRobot_fleet_adapter-13] [INFO] [tinyRobot_fleet_adapter]: Added a robot named [tinyRobot_2] with participant ID [1]
[tinyRobot_fleet_adapter-13] [INFO] [tinyRobot_fleet_adapter]: Added a robot named [tinyRobot_3] with participant ID [3]
[tinyRobot_fleet_adapter-13] [INFO] [tinyRobot_fleet_adapter]: Added a robot named [tinyRobot_1] with participant ID [4]
[tinyRobot_fleet_adapter-13] Queuing new task for [tinyRobot/tinyRobot_1]. New queue size: 1
[ERROR] [gzserver-9]: process has died [pid 2302, exit code -11, cmd 'gzserver --verbose -s libgazebo_ros_factory.so -s libgazebo_ros_init.so /home/leia/rmf_demos_ws/install/rmf_demo_maps/share/rmf_demo_maps/maps/clinic/clinic.world'].

from rmf_demos.

Yadunund avatar Yadunund commented on August 12, 2024

The model related errors can be ignored.

It is difficult to determine why gazebo crashed in this instance. Does it consistently crash when you send a delivery request? How about after a simple loop request? Could you also detail the hardware setup of your machine?

from rmf_demos.

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.