No version for distro humble showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange

No version for distro jazzy showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange

No version for distro kilted showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange

No version for distro rolling showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange

No version for distro ardent showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange

No version for distro bouncy showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange

No version for distro crystal showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange

No version for distro eloquent showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange

No version for distro dashing showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange

No version for distro galactic showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange

Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange

No version for distro iron showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange

No version for distro lunar showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange

No version for distro jade showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange

No version for distro indigo showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange

No version for distro hydro showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange

No version for distro kinetic showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange

No version for distro melodic showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange

No version for distro noetic showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_drake package from maliput_drake repo

maliput_drake

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.2
License BSD Clause 3
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_drake.git
VCS Type git
VCS Version main
Last Updated 2023-04-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Maliput drake extraction to provide trajectory integration support

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_drake

Description

A clone of drake’s trajectory integration support for maliput backends.

Note: For full information about Maliput please visit Maliput Documentation.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_drake.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_drake
    

For further info refer to Source Installation on Ubuntu

How to copy drake into maliput_drake?

Copying files

Follow this tentative guide (it may change release to release) to copy files from a drake release to this package:

  1. Clone drake and point it to a specific release tag, e.g. v0.33.0:
git clone --depth 1 --branch v0.33.0 git@github.com:RobotLocomotion/drake.git $DRAKE_WS/drake

Please note the use of DRAKE_WS which is the path to drake’s workspace. You might want to create a docker container to run and configure drake on it but not necessarily place it inside maliput workspace to avoid any dependency collision.

  1. Follow the instructions for the release to prepare the environment and install drake dependencies.

  2. Derive which dependencies are necessary up to antiderivative_function and scalar_initial_value_problem:

cd $DRAKE_WS/drake
bazel query 'deps(//systems/analysis:antiderivative_function)' | sed -e 's#:.*##g;' | sort | uniq
bazel query 'deps(//systems/analysis:scalar_initial_value_problem)' | sed -e 's#:.*##g;' | sort | uniq

  1. Create a new branch in this repo (maliput_drake) to update the files.
cd src/maliput_drake
git checkout -b username/bump_to_drake_v0.33.0

  1. Remove the previous contents of the folders in maliput_drake/src and maliput_drake/include:

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_drake

0.1.2 (2023-04-13)

  • Improves README. (#25)
  • Contributors: Franco Cipollone

0.1.1 (2022-06-13)

  • Fixes include folder installation. (#23)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-10)

  • Moves package to root. (#22)
  • Updates license. (#21)
  • Uses ament_export_targets. (#20)
  • Removes dashing support. (#19)
  • Adds CI badges (#18)
  • Removes spdlog dependency. (#17)
  • Replaces push by workflow_dispatch event in gcc build. (#15)
  • Adds to the supression list maliput_drake's header files. (#13)
  • Remove autodiff and symbolic instantiations (#11)
  • Remove gflags dependency (#10)
  • Reduce dependencies of analysis (#9)
  • Renames drake definitions (#8)
  • Removes unused extern C method. (#7)
  • Instructions to copy a drake release (#5)
  • Namespace with [maliput]{.title-ref} (#4)
  • Create a proper readme (#3)
  • Adds bionic support (#2)
  • Initial repository structure (#1)
  • Contributors: Agustin Alba Chicar, Franco Cipollone

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
eigen
fmt

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_drake at Robotics Stack Exchange