Programming for Robotics, Lecture 2: Your first ROS package

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

ความคิดเห็น • 10

  • @neoneo1503
    @neoneo1503 ปีที่แล้ว

    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

  • @FutureLOKJHI
    @FutureLOKJHI 2 ปีที่แล้ว +2

    I like how Eth made this public.

  • @jasajbalal548
    @jasajbalal548 2 ปีที่แล้ว +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 2 ปีที่แล้ว

      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 2 ปีที่แล้ว

      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 10 หลายเดือนก่อน +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!

    • @Corey-ych
      @Corey-ych 9 หลายเดือนก่อน

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

    • @Corey-ych
      @Corey-ych 9 หลายเดือนก่อน

      So my Rviz does not show the points

  • @piyushgoenka6087
    @piyushgoenka6087 2 ปีที่แล้ว +2

    1:16:15