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

Bugs for DISCO #84

Open
wants to merge 4 commits into
base: indigo-devel
Choose a base branch
from

Conversation

weiweikong
Copy link

No description provided.

@@ -10,6 +10,6 @@
<param name="bebop_ip" value="$(arg ip)" />
<rosparam command="load" file="$(arg config_file)" />
</node>
<include file="$(find bebop_description)/launch/description.launch" />
<!--include file="$(find bebop_description)/launch/description.launch" /-->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please revert back this line? I understand that Bebop's URDF does not match Disco's, but that should be fixed in a more generalized way.

@mani-monaj
Copy link
Member

Thank you for submitting this PR. Please see my comment.

@weiweikong
Copy link
Author

@mani-monaj Please check.

@@ -10,6 +10,6 @@
<param name="bebop_ip" value="$(arg ip)" />
<rosparam command="load" file="$(arg config_file)" />
</node>
<include file="$(find bebop_description)/launch/description.launch" />
<include file="$(find bebop_description)/launch/description.launch">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for re-enabling this. However this will not run since it's not a valid XML. Please also add back the missing />. It might be easier to just checkout bode_node.launch from upstream.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for my typo.

@@ -536,7 +536,8 @@ void BebopDriverNodelet::AuxThread()
if (bebop_ptr_->ardrone3_pilotingstate_positionchanged_ptr)
{
gps_state_ptr = bebop_ptr_->ardrone3_pilotingstate_positionchanged_ptr->GetDataCstPtr();
if ((gps_state_ptr->header.stamp - last_gps_time).toSec() > util::eps)
//if ((gps_state_ptr->header.stamp - last_gps_time).toSec() > util::eps)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for my delayed feedback and thanks for making all the changes. I will merge it in very soon. Please also remove this commented line. Also, please consider adding your name to the following file as part of this pull request: https://github.com/AutonomyLab/bebop_autonomy/blob/indigo-devel/docs/contribute.rst

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

Successfully merging this pull request may close these issues.

2 participants