Skip to content

use kr_mavros_interface #173

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<!-- <arg name="rpm_vs_throttle_coeff_a" default="6478.1337706"/> -->
<!-- <arg name="rpm_vs_throttle_coeff_b" default="1807.3243354"/> -->
<group ns="$(arg robot)">
<node pkg="nodelet" type="nodelet" args="standalone mavros_interface/SO3CmdToMavros" name="so3cmd_to_mavros" required="true" clear_params="true" output="screen">
<node pkg="nodelet" type="nodelet" args="standalone kr_mavros_interface/SO3CmdToMavros" name="so3cmd_to_mavros" required="true" clear_params="true" output="screen">
<param name="num_props" value="$(arg num_props)"/>
<param name="thrust_vs_rpm_coeff_a" value="$(arg thrust_vs_rpm_coeff_a)"/>
<param name="thrust_vs_rpm_coeff_b" value="$(arg thrust_vs_rpm_coeff_b)"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<group ns="$(arg robot)">
<node pkg="nodelet"
type="nodelet"
args="standalone mavros_interface/SO3CmdToMavros"
args="standalone kr_mavros_interface/SO3CmdToMavros"
name="so3cmd_to_mavros"
required="true"
clear_params="true"
Expand Down