Navigation Menu

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

Mirror magni_robot in loki_robot #3

Merged
merged 11 commits into from Dec 27, 2017
Merged

Mirror magni_robot in loki_robot #3

merged 11 commits into from Dec 27, 2017

Conversation

rohbotics
Copy link
Member

Fixes #1

This should significantly simplify the whole loki setup situation from the mess it is right now.
It still isn't ideal because of all the code duplication, but we can work on fixing that.

Please look for any errors, as I probably screwed up somewhere, and I haven't tested this on anything.

@rohbotics rohbotics self-assigned this Dec 27, 2017
@ghost ghost added the in progress label Dec 27, 2017
<launch>
<arg name="gui" default="False" />
<param name="use_gui" value="$(arg gui)"/>
<param name="robot_description" textfile="$(find magni_description)/urdf/loki.urdf" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems to reference magni_description directory

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed, also greped for magni and removed all references to it.

Copy link
Contributor

@jim-v jim-v left a comment

Choose a reason for hiding this comment

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

Looks OK to me, but I don't have the hardware to test on.

you need to use exec_depend on all the subpackages in the metapackage
otherwise the installing the metapackage won't pull in the others
@rohbotics
Copy link
Member Author

Tested on real hardware: teleop works, sonars come up, and urdf renders in rviz.

img_20171227_130820875
screenshot from 2017-12-27 13-08-52

@rohbotics rohbotics closed this Dec 27, 2017
@rohbotics rohbotics reopened this Dec 27, 2017
@ghost ghost added in progress and removed in progress labels Dec 27, 2017
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.

Make loki_robot like magni_robot
2 participants