Programming for Robotics, Lecture 2: Your first ROS package

Sdílet
Vložit
  • čas přidán 2. 08. 2024
  • The second lecture in the series 'Programming for Robotics', discusses ROS package structure; Integration and programming with Eclipse; ROS C++ client library (roscpp); ROS subscribers and publishers; ROS parameter server and RViz visualization
  • Věda a technologie

Komentáře • 10

  • @FutureLOKJHI
    @FutureLOKJHI Před rokem +2

    I like how Eth made this public.

  • @neoneo1503
    @neoneo1503 Před 9 měsíci

    A good resource for Eclipse with ROS, where the catkin project is compiled by command line and edited in Eclipse(Auto complete and function check). Start from 1:05:48

  • @jasajbalal548
    @jasajbalal548 Před 2 lety +1

    I'm having issues with the \scan topic not receiving any messages. rostopic echo /scan says "WARNING: no messages received and simulated time is active". As I result, I don't see any scan data on rviz even if I place some objects in front of the robot in Gazebo. However, the point cloud data works fine. Do you have any suggestions? Thank you.

    • @jasajbalal548
      @jasajbalal548 Před 2 lety

      Update: I was able to resolve this by installing the missing ROS packages. My recent OS update had removed some of them. Basically, look for the errors that come up during roslaunch and try to install the indicated packages with apt install ros-- where is kinetic, noetic, etc. and could be, say, geographic-msgs.

    • @shrinivasiyengar5799
      @shrinivasiyengar5799 Před 2 lety

      What point cloud data are you talking about here? Is it the node /pointcloud_to_laserscan? Also what do you mean when you say that works fine?
      On a side note, is this related to the bonus questions of publishing the 3D point cloud? If so, for some reason I am unable to see any topics that publish this 3D point cloud.
      /pointcloud_to_laserscan only publishes on the /scan topic.

    • @NatuJiang
      @NatuJiang Před 6 měsíci +1

      You answer was awesome! I just got stuck the same problem as yours. It reports "...Failed to load plugin libgazebo_ros_velodyne_laser.so...", after referring to your solution and with command "sudo apt install ros-noetic-velodyne*", it works. Thank you!

    • @user-vz3vt6nz4l
      @user-vz3vt6nz4l Před 6 měsíci

      When I rostopic echo /scan, it doesn't show anything!

    • @user-vz3vt6nz4l
      @user-vz3vt6nz4l Před 6 měsíci

      So my Rviz does not show the points

  • @piyushgoenka6087
    @piyushgoenka6087 Před 2 lety +2

    1:16:15