-
Notifications
You must be signed in to change notification settings - Fork 2
Space satellite sim camera calibration config #260
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
base: main
Are you sure you want to change the base?
Conversation
… with TF version. Direct detect version WIP.
…ot urdf tfs. Pro detection is working now too, but hardcoded camera topics.
… detection. External detection works well, internal does not.
84aa917
to
8195bad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a lot of assets that are copied here that don't need to be or should be pulled out into a common resource package if they really are shared and also needed in this config
space_satellite_sim_camera_cal/meshes
space_satellite_sim_camera_cal/description/mujoco/kinova
space_satellite_sim_camera_cal/description/mujoco/landsat
space_satellite_sim_camera_cal/description/mujoco/rafti
space_satellite_sim_camera_cal/description/mujoco/robotiq_2f85
Also I'm wondering about the motivation for creating this calibration config in a space environment. Would it be simpler/easier to do this based on the kinova_sim config and just call it something like kinova_calibration_sim?
You can reference the premier_labs_ws for an example of sharing assets between configs, where the |
Closes https://github.com/PickNikRobotics/moveit_pro/issues/11194.
Added external camera calibration procedure example config.
Depends on https://github.com/PickNikRobotics/moveit_pro/pull/12204