No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License MIT License
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/nova-utd/navigator.git
VCS Type git
VCS Version dev
Last Updated 2025-03-25
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Testing utilities for Voltron code

Additional Links

No additional links.

Maintainers

  • Joshua Williams

Authors

No additional authors.

voltron_test_utils

Contains various utilities used to test our code. The different features included are listed below. Currently the only available features are TestPublisher and TestSubscriber:

TestPublisher

This is a templatized utility class to allow test cases to publish messages of any type to a topic.

Usage

First, make sure that you call rclcpp::init() and rclcpp::shutdown() in your code - the TestPublisher will not do that for you! To use, simply include the TestPublisher.hpp header in your code and instantiate it as TestPublisher<MyMessageType> my_publisher("my_topic_name");. You can then call `my_publisher.send_message(MyMessageType message) to publish messages - simple!

Notes

Do not try to call rclcpp::spin() on a TestPublisher - it is not a ROS node. Rather, it wraps a ROS node a spins when necessary.

TestSubscriber

The slightly more complex counterpart of TestPublisher, TestSubscriber allows your test cases to receive messages of any type on arbitrary topics.

Usage

Instantiate it the same way as TestPublisher: TestSubscriber<MyMessageType> my_subscriber("my_topic_name");. You can then call my_subscriber.has_message_ready() to see if any messages are in the queue, and my_subscriber.get_message() to get a pointer to the message.

Notes

Again, this is not a ROS node. Don’t try to call rclcpp::spin() on it. DO call rclcpp::init() and rclcpp::shutdown() before and after using!

CHANGELOG
No CHANGELOG found.

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
pid_controller

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged voltron_test_utils at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
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.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.