Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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

No direct system dependencies.

Dependant Packages

Name Deps
autoware_utils

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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

No direct system dependencies.

Dependant Packages

Name Deps
autoware_utils

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange

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

Package Summary

Tags No category tags.
Version 1.4.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_utils.git
VCS Type git
VCS Version main
Last Updated 2025-06-06
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

The autoware_utils_rclcpp package

Additional Links

No additional links.

Maintainers

  • Jian Kang
  • Ryohsuke Mitsudome
  • Esteve Fernandez
  • Yutaka Kondo
  • Takagi, Isamu

Authors

No additional authors.

autoware_utils_rclcpp

Overview

The autoware_utils library is a comprehensive toolkit designed to facilitate the development of autonomous driving applications. This package provides essential utilities for rclcpp. It is extensively used in the Autoware project to handle common tasks such as handling parameters, topics and services.

Design

  • parameter.hpp: Simplifies parameter declaration, retrieval, updating, and waiting.
  • polling_subscriber.hpp: A subscriber class with different polling policies (latest, newest, all).

Example Code Snippets

Update Parameters Dynamically with update_param.hpp

#include <autoware_utils_rclcpp/update_param.hpp>
#include <rclcpp/rclcpp.hpp>

int main(int argc, char * argv[]) {
  rclcpp::init(argc, argv);
  auto node = rclcpp::Node::make_shared("param_node");

  double param_value = 0.0;
  std::vector<rclcpp::Parameter> params = node->get_parameters({"my_param"});

  if (autoware_utils::update_param(params, "my_param", param_value)) {
    RCLCPP_INFO(node->get_logger(), "Updated parameter value: %f", param_value);
  } else {
    RCLCPP_WARN(node->get_logger(), "Parameter 'my_param' not found.");
  }

  rclcpp::shutdown();
  return 0;
}

CHANGELOG

Changelog for package autoware_utils_rclcpp

1.4.2 (2025-05-21)

1.4.1 (2025-05-15)

1.4.0 (2025-04-22)

1.3.0 (2025-03-21)

  • unify version

  • update changelog

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu, Yutaka Kondo

  • feat(autoware_utils_rclcpp): split package (#40)

    • feat(autoware_utils_rclcpp): split package
    • update test

    * update readme ---------

  • Contributors: Takagi, Isamu

1.2.0 (2025-02-26)

1.1.0 (2025-01-27)

1.0.0 (2024-05-02)

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_utils_rclcpp at Robotics Stack Exchange