random_numbers package from random_numbers repo

random_numbers

Package Summary

Tags No category tags.
Version 2.0.1
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-planning/random_numbers.git
VCS Type git
VCS Version ros2
Last Updated 2022-03-29
Dev Status MAINTAINED
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

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries. The constructor of the wrapper is guaranteed to be thread safe and initialize its random number generator to a random seed. Seeds are obtained using a separate and different random number generator.

Additional Links

Maintainers

  • Anas M'chichou
  • Steven! Ragnarök

Authors

  • Ioan Sucan

random_numbers

This branch has been ported to ROS 2.0

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries.

Build Status

Branch CI Status
ros2 Formatting (pre-commit) Build and Test
master (ROS1) Formatting (pre-commit) Build and Test

Features

New: you can pass in a custom random number generator seed to allow optional deterministic behavior during debugging, testing, etc. using the secondary constructor.

CHANGELOG

Changelog for package random_numbers

2.0.1 (2021-05-24)

  • Support rolling on CI (#32)
  • Migrate to GitHub Actions (#30)
  • Fix Travis README badge (#26)
  • Enable WINDOWS_EXPORT_ALL_SYMBOLS property for MSVC support (#23)
  • Declare specific boost depedencies (#22)
    • removed unnecessary libboost-math libraries as only headers-only parts are used
  • Fix clang-format, ament_lint_cmake (#25)
  • Contributors: Henning Kayser, Lior Lustgarten, Mikael Arguedas, Robert Haschke, Tyler Weaver, Vatan Aksoy Tezer

2.0.0 (2020-11-23)

  • [maint] Run Travis on Foxy and check ament_lint
  • Contributors: Henning Kayser

1.0.0 (2020-07-10)

  • Fix ROS2 port (#18)
  • Update Travis for ROS2 (#14, #16)
  • Fix shared library install path (#13)
  • Contributors: Henning Kayser, Mike Lautman, Robert Haschke, Sean Yen

0.3.2 (2018-02-27)

  • Update maintainership. (#11)
  • Contributors: Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged random_numbers at Robotics Stack Exchange

random_numbers package from random_numbers repo

random_numbers

Package Summary

Tags No category tags.
Version 2.0.1
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-planning/random_numbers.git
VCS Type git
VCS Version ros2
Last Updated 2022-03-29
Dev Status MAINTAINED
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

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries. The constructor of the wrapper is guaranteed to be thread safe and initialize its random number generator to a random seed. Seeds are obtained using a separate and different random number generator.

Additional Links

Maintainers

  • Anas M'chichou
  • Steven! Ragnarök

Authors

  • Ioan Sucan

random_numbers

This branch has been ported to ROS 2.0

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries.

Build Status

Branch CI Status
ros2 Formatting (pre-commit) Build and Test
master (ROS1) Formatting (pre-commit) Build and Test

Features

New: you can pass in a custom random number generator seed to allow optional deterministic behavior during debugging, testing, etc. using the secondary constructor.

CHANGELOG

Changelog for package random_numbers

2.0.1 (2021-05-24)

  • Support rolling on CI (#32)
  • Migrate to GitHub Actions (#30)
  • Fix Travis README badge (#26)
  • Enable WINDOWS_EXPORT_ALL_SYMBOLS property for MSVC support (#23)
  • Declare specific boost depedencies (#22)
    • removed unnecessary libboost-math libraries as only headers-only parts are used
  • Fix clang-format, ament_lint_cmake (#25)
  • Contributors: Henning Kayser, Lior Lustgarten, Mikael Arguedas, Robert Haschke, Tyler Weaver, Vatan Aksoy Tezer

2.0.0 (2020-11-23)

  • [maint] Run Travis on Foxy and check ament_lint
  • Contributors: Henning Kayser

1.0.0 (2020-07-10)

  • Fix ROS2 port (#18)
  • Update Travis for ROS2 (#14, #16)
  • Fix shared library install path (#13)
  • Contributors: Henning Kayser, Mike Lautman, Robert Haschke, Sean Yen

0.3.2 (2018-02-27)

  • Update maintainership. (#11)
  • Contributors: Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged random_numbers at Robotics Stack Exchange

random_numbers package from random_numbers repo

random_numbers

Package Summary

Tags No category tags.
Version 2.0.1
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-planning/random_numbers.git
VCS Type git
VCS Version ros2
Last Updated 2022-03-29
Dev Status MAINTAINED
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

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries. The constructor of the wrapper is guaranteed to be thread safe and initialize its random number generator to a random seed. Seeds are obtained using a separate and different random number generator.

Additional Links

Maintainers

  • Anas M'chichou
  • Steven! Ragnarök

Authors

  • Ioan Sucan

random_numbers

This branch has been ported to ROS 2.0

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries.

Build Status

Branch CI Status
ros2 Formatting (pre-commit) Build and Test
master (ROS1) Formatting (pre-commit) Build and Test

Features

New: you can pass in a custom random number generator seed to allow optional deterministic behavior during debugging, testing, etc. using the secondary constructor.

CHANGELOG

Changelog for package random_numbers

2.0.1 (2021-05-24)

  • Support rolling on CI (#32)
  • Migrate to GitHub Actions (#30)
  • Fix Travis README badge (#26)
  • Enable WINDOWS_EXPORT_ALL_SYMBOLS property for MSVC support (#23)
  • Declare specific boost depedencies (#22)
    • removed unnecessary libboost-math libraries as only headers-only parts are used
  • Fix clang-format, ament_lint_cmake (#25)
  • Contributors: Henning Kayser, Lior Lustgarten, Mikael Arguedas, Robert Haschke, Tyler Weaver, Vatan Aksoy Tezer

2.0.0 (2020-11-23)

  • [maint] Run Travis on Foxy and check ament_lint
  • Contributors: Henning Kayser

1.0.0 (2020-07-10)

  • Fix ROS2 port (#18)
  • Update Travis for ROS2 (#14, #16)
  • Fix shared library install path (#13)
  • Contributors: Henning Kayser, Mike Lautman, Robert Haschke, Sean Yen

0.3.2 (2018-02-27)

  • Update maintainership. (#11)
  • Contributors: Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged random_numbers at Robotics Stack Exchange

random_numbers package from random_numbers repo

random_numbers

Package Summary

Tags No category tags.
Version 0.3.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-planning/random_numbers.git
VCS Type git
VCS Version master
Last Updated 2022-03-29
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries. The constructor of the wrapper is guaranteed to be thread safe and initialize its random number generator to a random seed. Seeds are obtained using a separate and different random number generator.

Additional Links

Maintainers

  • Steven! Ragnarök

Authors

  • Ioan Sucan

random_numbers

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries.

Build Status

BuildAndTest Format

Features

New: you can pass in a custom random number generator seed to allow optional deterministic behavior during debugging, testing, etc. using the secondary constructor.

CHANGELOG

Changelog for package random_numbers

0.3.2 (2018-02-27)

  • Update maintainership. (#11)
  • Contributors: Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

Deps Name
1 catkin

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged random_numbers at Robotics Stack Exchange

No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.

random_numbers package from random_numbers repo

random_numbers

Package Summary

Tags No category tags.
Version 2.0.1
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-planning/random_numbers.git
VCS Type git
VCS Version ros2
Last Updated 2022-03-29
Dev Status MAINTAINED
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

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries. The constructor of the wrapper is guaranteed to be thread safe and initialize its random number generator to a random seed. Seeds are obtained using a separate and different random number generator.

Additional Links

Maintainers

  • Anas M'chichou
  • Steven! Ragnarök

Authors

  • Ioan Sucan

random_numbers

This branch has been ported to ROS 2.0

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries.

Build Status

Branch CI Status
ros2 Formatting (pre-commit) Build and Test
master (ROS1) Formatting (pre-commit) Build and Test

Features

New: you can pass in a custom random number generator seed to allow optional deterministic behavior during debugging, testing, etc. using the secondary constructor.

CHANGELOG

Changelog for package random_numbers

2.0.1 (2021-05-24)

  • Support rolling on CI (#32)
  • Migrate to GitHub Actions (#30)
  • Fix Travis README badge (#26)
  • Enable WINDOWS_EXPORT_ALL_SYMBOLS property for MSVC support (#23)
  • Declare specific boost depedencies (#22)
    • removed unnecessary libboost-math libraries as only headers-only parts are used
  • Fix clang-format, ament_lint_cmake (#25)
  • Contributors: Henning Kayser, Lior Lustgarten, Mikael Arguedas, Robert Haschke, Tyler Weaver, Vatan Aksoy Tezer

2.0.0 (2020-11-23)

  • [maint] Run Travis on Foxy and check ament_lint
  • Contributors: Henning Kayser

1.0.0 (2020-07-10)

  • Fix ROS2 port (#18)
  • Update Travis for ROS2 (#14, #16)
  • Fix shared library install path (#13)
  • Contributors: Henning Kayser, Mike Lautman, Robert Haschke, Sean Yen

0.3.2 (2018-02-27)

  • Update maintainership. (#11)
  • Contributors: Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged random_numbers at Robotics Stack Exchange

random_numbers package from random_numbers repo

random_numbers

Package Summary

Tags No category tags.
Version 2.0.1
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-planning/random_numbers.git
VCS Type git
VCS Version ros2
Last Updated 2022-03-29
Dev Status MAINTAINED
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

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries. The constructor of the wrapper is guaranteed to be thread safe and initialize its random number generator to a random seed. Seeds are obtained using a separate and different random number generator.

Additional Links

Maintainers

  • Anas M'chichou
  • Steven! Ragnarök

Authors

  • Ioan Sucan

random_numbers

This branch has been ported to ROS 2.0

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries.

Build Status

Branch CI Status
ros2 Formatting (pre-commit) Build and Test
master (ROS1) Formatting (pre-commit) Build and Test

Features

New: you can pass in a custom random number generator seed to allow optional deterministic behavior during debugging, testing, etc. using the secondary constructor.

CHANGELOG

Changelog for package random_numbers

2.0.1 (2021-05-24)

  • Support rolling on CI (#32)
  • Migrate to GitHub Actions (#30)
  • Fix Travis README badge (#26)
  • Enable WINDOWS_EXPORT_ALL_SYMBOLS property for MSVC support (#23)
  • Declare specific boost depedencies (#22)
    • removed unnecessary libboost-math libraries as only headers-only parts are used
  • Fix clang-format, ament_lint_cmake (#25)
  • Contributors: Henning Kayser, Lior Lustgarten, Mikael Arguedas, Robert Haschke, Tyler Weaver, Vatan Aksoy Tezer

2.0.0 (2020-11-23)

  • [maint] Run Travis on Foxy and check ament_lint
  • Contributors: Henning Kayser

1.0.0 (2020-07-10)

  • Fix ROS2 port (#18)
  • Update Travis for ROS2 (#14, #16)
  • Fix shared library install path (#13)
  • Contributors: Henning Kayser, Mike Lautman, Robert Haschke, Sean Yen

0.3.2 (2018-02-27)

  • Update maintainership. (#11)
  • Contributors: Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged random_numbers at Robotics Stack Exchange

random_numbers package from random_numbers repo

random_numbers

Package Summary

Tags No category tags.
Version 0.3.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-planning/random_numbers.git
VCS Type git
VCS Version master
Last Updated 2022-03-29
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries. The constructor of the wrapper is guaranteed to be thread safe and initialize its random number generator to a random seed. Seeds are obtained using a separate and different random number generator.

Additional Links

Maintainers

  • Steven! Ragnarök

Authors

  • Ioan Sucan

random_numbers

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries.

Build Status

BuildAndTest Format

Features

New: you can pass in a custom random number generator seed to allow optional deterministic behavior during debugging, testing, etc. using the secondary constructor.

CHANGELOG

Changelog for package random_numbers

0.3.2 (2018-02-27)

  • Update maintainership. (#11)
  • Contributors: Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

Deps Name
1 catkin

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged random_numbers at Robotics Stack Exchange

random_numbers package from random_numbers repo

random_numbers

Package Summary

Tags No category tags.
Version 0.3.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-planning/random_numbers.git
VCS Type git
VCS Version master
Last Updated 2022-03-29
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries. The constructor of the wrapper is guaranteed to be thread safe and initialize its random number generator to a random seed. Seeds are obtained using a separate and different random number generator.

Additional Links

Maintainers

  • Steven! Ragnarök

Authors

  • Ioan Sucan

random_numbers

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries.

Build Status

BuildAndTest Format

Features

New: you can pass in a custom random number generator seed to allow optional deterministic behavior during debugging, testing, etc. using the secondary constructor.

CHANGELOG

Changelog for package random_numbers

0.3.2 (2018-02-27)

  • Update maintainership. (#11)
  • Contributors: Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

Deps Name
1 catkin

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged random_numbers at Robotics Stack Exchange

random_numbers package from random_numbers repo

random_numbers

Package Summary

Tags No category tags.
Version 0.3.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-planning/random_numbers.git
VCS Type git
VCS Version master
Last Updated 2022-03-29
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries. The constructor of the wrapper is guaranteed to be thread safe and initialize its random number generator to a random seed. Seeds are obtained using a separate and different random number generator.

Additional Links

Maintainers

  • Steven! Ragnarök

Authors

  • Ioan Sucan

random_numbers

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries.

Build Status

BuildAndTest Format

Features

New: you can pass in a custom random number generator seed to allow optional deterministic behavior during debugging, testing, etc. using the secondary constructor.

CHANGELOG

Changelog for package random_numbers

0.3.2 (2018-02-27)

  • Update maintainership. (#11)
  • Contributors: Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

Deps Name
1 catkin

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged random_numbers at Robotics Stack Exchange

random_numbers package from random_numbers repo

random_numbers

Package Summary

Tags No category tags.
Version 0.3.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-planning/random_numbers.git
VCS Type git
VCS Version master
Last Updated 2022-03-29
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries. The constructor of the wrapper is guaranteed to be thread safe and initialize its random number generator to a random seed. Seeds are obtained using a separate and different random number generator.

Additional Links

Maintainers

  • Steven! Ragnarök

Authors

  • Ioan Sucan

random_numbers

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries.

Build Status

BuildAndTest Format

Features

New: you can pass in a custom random number generator seed to allow optional deterministic behavior during debugging, testing, etc. using the secondary constructor.

CHANGELOG

Changelog for package random_numbers

0.3.2 (2018-02-27)

  • Update maintainership. (#11)
  • Contributors: Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged random_numbers at Robotics Stack Exchange

random_numbers package from random_numbers repo

random_numbers

Package Summary

Tags No category tags.
Version 0.3.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-planning/random_numbers.git
VCS Type git
VCS Version master
Last Updated 2022-03-29
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries. The constructor of the wrapper is guaranteed to be thread safe and initialize its random number generator to a random seed. Seeds are obtained using a separate and different random number generator.

Additional Links

Maintainers

  • Steven! Ragnarök

Authors

  • Ioan Sucan

random_numbers

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries.

Build Status

BuildAndTest Format

Features

New: you can pass in a custom random number generator seed to allow optional deterministic behavior during debugging, testing, etc. using the secondary constructor.

CHANGELOG

Changelog for package random_numbers

0.3.2 (2018-02-27)

  • Update maintainership. (#11)
  • Contributors: Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged random_numbers at Robotics Stack Exchange

random_numbers package from random_numbers repo

random_numbers

Package Summary

Tags No category tags.
Version 0.3.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-planning/random_numbers.git
VCS Type git
VCS Version master
Last Updated 2022-03-29
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries. The constructor of the wrapper is guaranteed to be thread safe and initialize its random number generator to a random seed. Seeds are obtained using a separate and different random number generator.

Additional Links

Maintainers

  • Steven! Ragnarök

Authors

  • Ioan Sucan

random_numbers

This library contains wrappers for generating floating point values, integers, quaternions using boost libraries.

Build Status

BuildAndTest Format

Features

New: you can pass in a custom random number generator seed to allow optional deterministic behavior during debugging, testing, etc. using the secondary constructor.

CHANGELOG

Changelog for package random_numbers

0.3.2 (2018-02-27)

  • Update maintainership. (#11)
  • Contributors: Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

Deps Name
1 catkin

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged random_numbers at Robotics Stack Exchange