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

None Publisher in Topic: autopilot/state_estimate #114

Open
LeiOuYang opened this issue Feb 21, 2023 · 0 comments
Open

None Publisher in Topic: autopilot/state_estimate #114

LeiOuYang opened this issue Feb 21, 2023 · 0 comments

Comments

@LeiOuYang
Copy link

LeiOuYang commented Feb 21, 2023

where is the Topic data source?
File: rpg_quadrotor_control\quad_launch_files\launch\real_quad_example.launch

<group unless="$(arg use_mpc)">
  <node pkg="autopilot" type="autopilot" name="autopilot" output="screen">
    <rosparam file="$(find state_predictor)/parameters/default.yaml" />
    <rosparam file="$(find position_controller)/parameters/default.yaml" />
    <rosparam file="$(find autopilot)/parameters/default.yaml" />

    <param name="position_controller/use_rate_mode" value="True" />

    <param name="velocity_estimate_in_world_frame" value="True" />
    <param name="state_estimate_timeout" value="0.1" />
    <param name="control_command_delay" value="0.0" />
<param name="enable_command_feedthrough" value="$(arg enable_command_feedthrough)" />

    <remap from="autopilot/state_estimate" to="state_estimate" />
  </node>
</group>
@LeiOuYang LeiOuYang changed the title autopilot/state_estimate None Publisher in Topic: autopilot/state_estimate Feb 21, 2023
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

1 participant