Reduce the use of ignition libraries in RNDF for Drake

Issue #126 on hold
Agustin Alba Chicar created an issue

We need to reduce the use of ignition libraries to a minimum so as to make simpler the integration with Drake's superbuilds.

Current problem:

Ignition libraries are Mercurial based repositories which leads in some problems. Also they are not integrated into the superbuild and are only compatible through Bazel builds.

Current usage:

  • loader.cc makes use of both ignition-rndf and ignition-math
  • builder makes use of both ignition-rndf and ignition-math
  • spline_lane.cc makes use of ignition-math

From the discussion in https://github.com/RobotLocomotion/drake/pull/5932

Comments (3)

  1. Log in to comment