Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Removes drake/math and ammends use cases of AutoDiff and Expression.
Browse files Browse the repository at this point in the history
Signed-off-by: Agustin Alba Chicar <ag.albachicar@gmail.com>
  • Loading branch information
agalbachicar committed Sep 11, 2023
1 parent c4c2868 commit f9cabac
Show file tree
Hide file tree
Showing 130 changed files with 618 additions and 10,806 deletions.
3 changes: 3 additions & 0 deletions include/maliput/drake/common/autodiff.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#pragma once

#define MALIPUT_USED

/// @file This header provides a single inclusion point for autodiff-related
/// header files in the `drake/common` directory. Users should include this
/// file. Including other individual headers such as `drake/common/autodiffxd.h`
Expand Down
1 change: 1 addition & 0 deletions include/maliput/drake/common/default_scalars.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#define MALIPUT_USED

// N.B. `CommonScalarPack` and `NonSymbolicScalarPack` in `systems_pybind.h`
// should be kept in sync with this file.
Expand Down
2 changes: 2 additions & 0 deletions include/maliput/drake/common/drake_assert.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#define MALIPUT_USED

#include <type_traits>

/// @file
Expand Down
2 changes: 2 additions & 0 deletions include/maliput/drake/common/drake_bool.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#define MALIPUT_USED

#include <type_traits>

#include <Eigen/Core>
Expand Down
2 changes: 2 additions & 0 deletions include/maliput/drake/common/drake_copyable.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#define MALIPUT_USED

// ============================================================================
// N.B. The spelling of the macro names between doc/Doxyfile_CXX.in and this
// file must be kept in sync!
Expand Down
2 changes: 2 additions & 0 deletions include/maliput/drake/common/drake_deprecated.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#define MALIPUT_USED

/** @file
Provides a portable macro for use in generating compile-time warnings for
use of code that is permitted but discouraged. */
Expand Down
16 changes: 0 additions & 16 deletions include/maliput/drake/common/drake_marker.h

This file was deleted.

2 changes: 2 additions & 0 deletions include/maliput/drake/common/drake_throw.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#define MALIPUT_USED

#include <type_traits>

#include "maliput/drake/common/drake_assert.h"
Expand Down
2 changes: 2 additions & 0 deletions include/maliput/drake/common/eigen_types.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#define MALIPUT_USED

/// @file
/// This file contains abbreviated definitions for certain specializations of
/// Eigen::Matrix that are commonly used in Drake.
Expand Down
3 changes: 3 additions & 0 deletions include/maliput/drake/common/extract_double.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#pragma once


#define MALIPUT_USED

#include <stdexcept>

#include "maliput/drake/common/drake_deprecated.h"
Expand Down
2 changes: 2 additions & 0 deletions include/maliput/drake/common/nice_type_name.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#define MALIPUT_USED

#include <memory>
#include <string>
#include <typeinfo>
Expand Down
3 changes: 3 additions & 0 deletions include/maliput/drake/common/symbolic.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#pragma once

#define MALIPUT_USED

/// @file
/// Provides public header files of Drake's symbolic library.
/// A user of the symbolic library should only include this header file.
Expand Down
3 changes: 3 additions & 0 deletions include/maliput/drake/common/text_logging.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#pragma once


#define MALIPUT_USED

/**
@file
This is the entry point for all text logging within Drake.
Expand Down
144 changes: 0 additions & 144 deletions include/maliput/drake/common/trajectories/bspline_trajectory.h

This file was deleted.

139 changes: 0 additions & 139 deletions include/maliput/drake/common/trajectories/discrete_time_trajectory.h

This file was deleted.

Loading

0 comments on commit f9cabac

Please sign in to comment.