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

No topics published for camera feed #8

Open
shubham-shahh opened this issue Aug 30, 2021 · 5 comments
Open

No topics published for camera feed #8

shubham-shahh opened this issue Aug 30, 2021 · 5 comments

Comments

@shubham-shahh
Copy link

shubham-shahh commented Aug 30, 2021

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

@NovoG93
Copy link

NovoG93 commented Sep 8, 2021

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

@shubham-shahh
Copy link
Author

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

@hanqing-yu
Copy link

Change line 52 in sjtu_drone.urdf from

<gazebo>

to

<gazebo reference="base_link">

works for me

@Avi241
Copy link

Avi241 commented Aug 9, 2022

Change line 52 in sjtu_drone.urdf from

<gazebo>

to

<gazebo reference="base_link">

works for me

Thanks works for me too

@pyman223
Copy link

Change line 52 in sjtu_drone.urdf from

<gazebo>

to

<gazebo reference="base_link">

works for me

Thanks works for me too

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

5 participants