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

Wrap everything with ROS #1

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Wrap everything with ROS #1

wants to merge 10 commits into from

Conversation

EricPedley
Copy link
Member

@EricPedley EricPedley commented Sep 14, 2024

Doing this because I hit a roadblock with the panda3d simulation when trying to add depth-of-field as a post-processing effect. The problem is that the bounding box I calculate from the positions of the rocket 3d model and camera is out of sync with what's actually showing up in the image, which is only apparent when the rocket is moving really fast. I didn't spend too much time on that because I was kinda looking for an excuse to try out Gazebo anyways.

Opening this to remind myself I have a feature branch going.

First steps are simulating the camera mount in gazebo. Copying stuff from this tutorial: https://github.com/joshnewans/urdf_example

TODO

  • robot with two joints and a camera
  • control camera focus from ROS and verify depth-of-field is being simulated right
  • add rocket model and simulated motion to world
  • control joint speed from ROS node (last because I know this is possible and should be easy. The other ones could cause me to abandon this so no point in doing this until they work)

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

Successfully merging this pull request may close these issues.

1 participant