Open weaki233 opened 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?
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.
ISSUE TEMPLATE ver. 0.4.0
Which TurtleBot3 platform do you use?
Which ROS is working with TurtleBot3?
Which SBC(Single Board Computer) is working on TurtleBot3?
Which OS you installed on SBC?
Which OS you installed on Remote PC?
Specify the software and firmware version(Can be found from Bringup messages)
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
Copy and Paste the error messages on terminal.
Can not load the model properly.
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.
② 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.
Since I have followed and met all the prerequisite requirements on your website, this problem still occurring.
Thanks for your kindly assist.