Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROBOT not moving on gazebo #21

Open
moroaolado opened this issue Feb 21, 2024 · 1 comment
Open

ROBOT not moving on gazebo #21

moroaolado opened this issue Feb 21, 2024 · 1 comment

Comments

@moroaolado
Copy link

Hi everyone, i'm having an issue trying to move the robot on gazebo, I followed all the instructions of the videos and the troubleshoot, but it doesn't move, only tried it with the keyboard. I didn't change anything in the folders before trying, so, apparently the code here in github may be with the problem, is there anything to change? any value?
FYI: I'm new to ROS

@amoljamble1
Copy link

amoljamble1 commented Feb 23, 2024

return LaunchDescription([
        rsp,
        #joystick,
        #twist_mux,
        gazebo,
        spawn_entity,
        diff_drive_spawner,
        joint_broad_spawner
    ])   

inside robot_sim.launch.py comment joystick and twist_mux and try with
ros2 run teleop_twist_keyboard teleop_twist_keyboard .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants