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

Migrate PathDisplay #236

Merged
merged 20 commits into from
Mar 31, 2018
Merged

Conversation

greimela-si
Copy link
Contributor

Resolves #81.

  • Migrate PathDisplay to be used in RViz2.
  • Refactor PathDisplay
  • Fix alpha blending
  • Add tests

@greimela-si
Copy link
Contributor Author

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Copy link
Member

@wjwwood wjwwood left a comment

Choose a reason for hiding this comment

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

lgtm, with some minor comments

@@ -118,6 +121,7 @@ target_link_libraries(rviz_default_plugins
)
ament_target_dependencies(rviz_default_plugins
# geometry_msgs
Copy link
Member

Choose a reason for hiding this comment

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

This one should probably also be uncommented?

@@ -29,6 +29,8 @@
<depend>rviz_common</depend>
<depend>rviz_rendering</depend>
<depend>urdf</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
Copy link
Member

Choose a reason for hiding this comment

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

nitpick: please alphabetically order dependencies :)

* POSSIBILITY OF SUCH DAMAGE.
*/


Copy link
Member

Choose a reason for hiding this comment

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

nitpick: minimize vertical whitespace

* POSSIBILITY OF SUCH DAMAGE.
*/


Copy link
Member

Choose a reason for hiding this comment

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

nitpick: mvw

@wjwwood wjwwood merged commit f2aaabd into ros2:ros2 Mar 31, 2018
@greimela-si greimela-si deleted the feature/migrate_path_display branch April 5, 2018 08:44
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.

None yet

4 participants