CAS-LRJ / ISS

Intelligent Self-driving System
53 stars 15 forks source link

branches -ros1-dev-reframe: Simulation Stops Unexpectedly After Initializing Nodes in ROS #29

Open Jumbo-zczlbj0 opened 8 months ago

Jumbo-zczlbj0 commented 8 months ago

Environment

22

Issue Description

During the initialization of my ROS-based robot simulation environment, the process seems to halt unexpectedly. The last output from the ROS console does not indicate any errors, but the simulation does not proceed beyond a certain point. Below is the last part of the log:

44

33

Waiting for a long time will result in the following error

55

Steps to Reproduce

roslaunch robot_gazebo gazebo_demo.launch

Expected Behavior

Normally, after these initialization steps, I expect the simulation to continue, loading the environment and allowing for interaction with the simulated robot.

Observed Behavior

The simulation stops and does not proceed past the point shown in the log. There are no error messages indicating what might be causing the halt.

Thank you for any assistance or insights you can provide!

SailorBrandon commented 8 months ago

Hi,

This issue is caused by the missing dependencies. Please refer to the updated readme to install them.

Good luck, Shaohang

Jumbo-zczlbj0 commented 8 months ago

Hi,

This issue is caused by the missing dependencies. Please refer to the updated readme to install them.

Good luck, Shaohang

"Two additional ROS packages, ros-controls and ros-controllers, still need to be installed. For ROS Noetic, this can be accomplished with the following commands:

sudo apt-get install ros-noetic-ros-control ros-noetic-ros-controllers