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
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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
where is the Topic data source?
File: rpg_quadrotor_control\quad_launch_files\launch\real_quad_example.launch
The text was updated successfully, but these errors were encountered: