Giter Club home page Giter Club logo

Comments (5)

chapulina avatar chapulina commented on May 29, 2024

Could you try running in verbose mode and see if any error messages are printed? (i.e. add verbose:=true to the launch command)

from dolly.

yahoo2016 avatar yahoo2016 commented on May 29, 2024

Screen capture is attached. I noticed warning in reviz "no tf data".
Screenshot from 2019-10-14 20-53-35

from dolly.

chapulina avatar chapulina commented on May 29, 2024

Thanks for the screenshot. I can't see what would be wrong, it looks like all nodes were properly loaded for the robot.

  1. Can you confirm that the simulation is not paused (i.e. sim time is increasing)?

  2. What do you get with ros2 node list?

  3. How did you install ROS 2? What version are you using? Which branch of this repository are you using?

from dolly.

yahoo2016 avatar yahoo2016 commented on May 29, 2024

Thanks for the troubleshooting hints.

  1. Simulation was running I got FPS < 10.
  2. "ros2 node list" shows
    /launch_ros
    /gazebo
    /dolly/laser
    /dolly/diff_drive
    /follow
    /rviz
  3. I used a script to install dashing:
    sudo locale-gen en_US en_US.UTF-8
    sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8
    export LANG=en_US.UTF-8
    sudo apt update && sudo apt install curl gnupg2 lsb-release
    curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -
    sudo sh -c 'echo "deb [arch=amd64,arm64] http://packages.ros.org/ros2/ubuntu lsb_release -cs main" > /etc/apt/sources.list.d/ros2-latest.list'
    export CHOOSE_ROS_DISTRO=dashing
    sudo apt update
    sudo apt install ros-$CHOOSE_ROS_DISTRO-desktop -y
    sudo apt install python3-argcomplete -y
    sudo apt install ros-$CHOOSE_ROS_DISTRO-ros1-bridge -y
    sudo apt install python3-colcon-common-extensions -y

Based on the warning "Conversion of sensor type[gpu_ray] not supported", I searched/identified Nvidia graphic card and installed driver by:
ubuntu-drivers devices
sudo ubuntu-drivers autoinstall

after reboot, the demo worked great:
Screenshot from 2019-10-15 08-36-50

from dolly.

chapulina avatar chapulina commented on May 29, 2024

Glad to hear it worked ok! I'll close this issue for now, but feel free to reopen if the problem comes back. ✌️

from dolly.

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.