sjtu-drone icon indicating copy to clipboard operation
sjtu-drone copied to clipboard

No topics published for camera feed

Open shubham-shahh opened this issue 3 years ago • 5 comments

Hi, I compiled the package, once I run rostopic list I get the following output

/clock /cmd_vel /drone/gt_acc /drone/gt_pose /drone/gt_vel /drone/imu /drone/land /drone/posctrl /drone/reset /drone/takeoff /drone/vel_mode /gazebo/link_states /gazebo/model_states /gazebo/parameter_descriptions /gazebo/parameter_updates /gazebo/performance_metrics /gazebo/set_link_state /gazebo/set_model_state /rosout /rosout_agg

there are no topics for cam feed I am using ROS noetic @tahsinkose

No data is published on /drone/imu topic

shubham-shahh avatar Aug 30 '21 05:08 shubham-shahh

I also encountered the same problems, thus I proted it to noetic + gazebo 11. You can find the repo here

NovoG93 avatar Sep 08 '21 10:09 NovoG93

I also encountered the same problems, thus I proted it to noetic + gazebo 11. You can find the repo here

Okay thanks, I'll look into it

shubham-shahh avatar Sep 08 '21 10:09 shubham-shahh

Change line 52 in sjtu_drone.urdf from

<gazebo>

to

<gazebo reference="base_link">

works for me

hanqing-yu avatar Apr 23 '22 16:04 hanqing-yu

Change line 52 in sjtu_drone.urdf from

<gazebo>

to

<gazebo reference="base_link">

works for me

Thanks works for me too

Avi241 avatar Aug 09 '22 10:08 Avi241

Change line 52 in sjtu_drone.urdf from

<gazebo>

to

<gazebo reference="base_link">

works for me

Thanks works for me too

pyman223 avatar Sep 15 '23 02:09 pyman223