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 TODO: License declaration
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ubc-subbots/triton.git
VCS Type git
VCS Version master
Last Updated 2024-07-18
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

TODO: Package description

Additional Links

No additional links.

Maintainers

  • logan

Authors

No additional authors.

triton_example

Description

This package serves as an example package displaying how to write component nodes to be used in the pipeline and also to show the style conventions that are expected to be followed.

Usage

Follow the usage of the triton_pipeline package with <SEQUENCE_CONFIG_FILE> = example_sequence.yaml which configures the pipeline to run the example pipeline 3 times. You can then use the following command to send data to the example pipeline and see output from each node in the same terminal where the pipeline_launch.py launch file was launched.

ros2 topic pub /triton/example/component_one/in std_msgs/String '{data: "Hello World"}'

You can also see the final output of the pipeline using the command

ros2 topic echo /triton/example/component_two/out

You should see the string "Hello World from ComponentOne and ComponentTwo" being output from the above command. Once this message is output 25 times, the second component notifies the pipeline manager that the example pipeline has been successfully run and it is unloaded from the pipeline. Since the pipeline sequence only contains the example pipeline, it is loaded again and the process of counting messages is started again.

Nodes

  • component_one : A component node (triton_example::ComponentOne) which adds "from ComponentOne" to any string it recieves.

    ### Subscribed Topics

    • example/component_one/in (std_msgs/msg/String.msg) : Input string.

    ### Published Topics

    • example/component_one/out (std_msgs/msg/String.msg) : Output string.
  • component_two : A component node (triton_example::ComponentTwo) which adds "and ComponentTwo" to any string it recieves. Also notifies pipeline of success once it recieves 25 string messages.

    ### Subscribed Topics

    • example/component_two/in (std_msgs/msg/String.msg) : Input string.

    ### Published Topics

    • example/component_two/out (std_msgs/msg/String.msg) : Output string.
    • /triton/pipeline_feedback (triton_interfaces/msg/PipelineFeedback.msg) : Pipeline feedback.

Contributors

  • Logan Fillo (logan.fillo@gmail.com)
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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged triton_example 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.