We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I want to test VINS-Fusion on an ArduPilot FCU For this I need to feed mavros with the correct reference I see here: https://github.com/Zhefan-Xu/VINS-PX4/blob/main/VINS-Fusion/vins_estimator/launch/vins_stereo_d435i_px4.launch That you make many static_transform_publisher
My question is: How do you set the frame_id for viosion in Mavros (apm_config.yaml for ArduPilot) ? https://github.com/mavlink/mavros/blob/indigo-devel/mavros/launch/apm_config.yaml#L131
vision_pose: tf: listen: false # enable tf listener (disable topic subscribers) frame_id: "local_origin" child_frame_id: "vision" rate_limit: 10.0
Regards
The text was updated successfully, but these errors were encountered:
Hi @patrickpoirier51 , do you got the answer ?
Sorry, something went wrong.
No branches or pull requests
Hello,
I want to test VINS-Fusion on an ArduPilot FCU
For this I need to feed mavros with the correct reference
I see here:
https://github.com/Zhefan-Xu/VINS-PX4/blob/main/VINS-Fusion/vins_estimator/launch/vins_stereo_d435i_px4.launch
That you make many static_transform_publisher
My question is:
How do you set the frame_id for viosion in Mavros (apm_config.yaml for ArduPilot) ?
https://github.com/mavlink/mavros/blob/indigo-devel/mavros/launch/apm_config.yaml#L131
vision_pose_estimate
vision_pose:
tf:
listen: false # enable tf listener (disable topic subscribers)
frame_id: "local_origin"
child_frame_id: "vision"
rate_limit: 10.0
Regards
The text was updated successfully, but these errors were encountered: