ROBOTIS-GIT / turtlebot3

ROS packages for Turtlebot3
http://turtlebot3.robotis.com
Apache License 2.0
1.51k stars 1.03k forks source link

Open-manipulator X Simulation Issue #1013

Open weaki233 opened 8 months ago

weaki233 commented 8 months ago

ISSUE TEMPLATE ver. 0.4.0

  1. Which TurtleBot3 platform do you use?

    • [ ] Burger
    • [ ] Waffle
    • [√] Waffle Pi
  2. Which ROS is working with TurtleBot3?

    • [ ] ROS 1 Kinetic Kame
    • [ ] ROS 1 Melodic Morenia
    • [√] ROS 1 Noetic Ninjemys
    • [ ] ROS 2 Dashing Diademata
    • [ ] ROS 2 Eloquent Elusor
    • [ ] ROS 2 Foxy Fitzroy
    • [ ] etc (Please specify your ROS Version here)
  3. Which SBC(Single Board Computer) is working on TurtleBot3?

    • [ ] Intel Joule 570x
    • [ ] Raspberry Pi 3B+
    • [√] Raspberry Pi 4
    • [ ] etc (Please specify your SBC here)
  4. Which OS you installed on SBC?

    • [√] Raspbian distributed by ROBOTIS
    • [ ] Ubuntu MATE (16.04/18.04/20.04)
    • [ ] Ubuntu preinstalled server (18.04/20.04)
    • [ ] etc (Please specify your OS here)
  5. Which OS you installed on Remote PC?

    • [ ] Ubuntu 16.04 LTS (Xenial Xerus)
    • [ ] Ubuntu 18.04 LTS (Bionic Beaver)
    • [√] Ubuntu 20.04 LTS (Focal Fossa)
    • [ ] Windows 10
    • [ ] MAC OS X (Specify version)
    • [ ] etc (Please specify your OS here)
  6. Specify the software and firmware version(Can be found from Bringup messages)

    • Software version: [x.x.x]
    • Firmware version: [x.x.x]
  7. Specify the commands or instructions to reproduce the issue.

    roslaunch turtlebot3_manipulation_moveit_config moveit_rviz.launch or import the moveit.rviz file manually after launch the Rviz by runing "rosrun rviz rviz" in the terminal

  8. Copy and Paste the error messages on terminal.

    Can not load the model properly.

  9. Please describe the issue in detail. ① If I run command "roslaunch turtlebot3_manipulation_moveit_config moveit_rviz.launch" directly, then the situation is shown below. It always stuck at initialization stage and thus unable to enter the Rviz. Screenshot from 2024-03-05 21-06-57

    ② If I run "rosrun rviz rviz" in the terminal first and then import the moveit.rviz file manually, it would also stuck at the loading window and sometimes even receive the warning of do not having response from the software. Screenshot from 2024-03-05 20-50-51

Since I have followed and met all the prerequisite requirements on your website, this problem still occurring.

Thanks for your kindly assist.

weaki233 commented 8 months ago

Plus: I tried to import another file like "turtlebot3_manipulation_view.rviz" and found that the status is error. Is that normal? Screenshot from 2024-03-05 21-44-01

yun-goon commented 3 weeks ago

Hi @weaki233 This issue is likely due to the need for Gazebo when launching the robot in simulation rather than on a physical robot.

Please refer to the manual here. First, run Gazebo with the following command:

roslaunch turtlebot3_manipulation_gazebo turtlebot3_manipulation_gazebo.launch

Once Gazebo is running, press the Play button ([▶]) in Gazebo, and then launch RViz. This should resolve the issue. Let me know if you encounter any further problems! Thank you.