turtlebot / turtlebot4

Turtlebot4 common packages.
Apache License 2.0
95 stars 43 forks source link

Turtlebot4 gazebo simulator cmd_vel topic issue #439

Closed dartik24 closed 5 days ago

dartik24 commented 1 week ago

Robot Model

Turtlebot4 Standard

ROS distro

Humble

Networking Configuration

Simple Discovery

OS

Ubuntu 22.04

Built from source or installed?

Built from Source

Package version

Not known

Type of issue

Navigation (SLAM, Nav2 etc.)

Expected behaviour

When running the turtlebot4 gazebo simulation for ros2 humble and publishing data to cmd_vel topic the robot should move accordingly within the simulation.

Actual behaviour

When running the turtlebot4 gazebo simulation for ros2 humble there no reaction/very delayed reaction to published data in cmd_vel topic.

Error messages

N/A

To Reproduce

Launch the simulation via the command below: ros2 launch turtlebot4_ignition_bringup turtlebot4_ignition.launch.py slam:=true nav2:=true rviz:=true Run any simple publisher to the cmd_vel topic.

Other notes

No response

smatarCPR commented 1 week ago

Hello @dartik24 , Thank you for reaching out on the Turtlebot4 Github page. I am very sorry to hear that you are having issues with the simulator. Out of curiosity, did you press the play button found in the bottom left right corner? image Let me know if you have. Looking forward to hearing from you soon. Best Regards, Saif

dartik24 commented 1 week ago

Yes the play button is pressed, the robot briefly moves off the dock but then it does not respond to any further movement commands from either the keyboard or on screen commands.

smatarCPR commented 1 week ago

Hello @dartik24 , Would it be possible to share some screenshots, and the terminal output from the terminal which launched Gazebo?

Looking forward to hearing from you soon. Best Regards, Saif

dartik24 commented 1 week ago

Screenshot 2024-07-08 160306 This issue repeats continuously after bootup. Additionally it should be noted this is being ran in WSL2 however the same issue persists when running on a Linux native machine.

dartik24 commented 1 week ago

20240709_125442

Upon further testing here are some additional errors which pop up after setting the robot into undocked mode.

aharshac commented 4 days ago

@dartik24 How did you solve this?

dartik24 commented 4 days ago

@aharshac This issue is not fully solved, I closed it and re opened it here https://github.com/turtlebot/turtlebot4/issues/441 for a more concise summary.