I am a beginner in ROS, and I am working on a quadcopter project using ROS and Gazebo. To give you a bit of the background, here is what I did:
- I created a quadcopter CAD model in solidworks,
- Then I exported it as an urdf file to ROS and Gazebo.
Now my next task to move the quadcopter using python code. But when I type commands like rostopic, I don't see any valuable topic to control my quadcopter. I want the propellers to rotate so that the quadcopter can move.
For ease I have attached an image generated using rqt_graph, and it shows that there are no topics.