wilselby / ROS_quadrotor_simulator

Quadrotor simulator using ROS, Gazebo, and RVIZ
270 stars 125 forks source link

How does /gazebo node get the msgs from the topic /quad/command/motor_speed ? #10

Closed Imdali closed 7 years ago

Imdali commented 7 years ago

To control the quadrotor manually I have run

$ roslaunch quad_gazebo quad_joystick_empty_world.launch

this is the screen shot of the rqt_graph

quad_sim

when I use the Xbox controller, messages are getting published on /quad/command/motor_speed topic but the quadrotor isn't moving.

how does the /gazebo node get msgs from /quad/command/motor_speed which is published by /quad/attitude_controller_node? Am I missing a plugin in gazebo to get the motor speeds?