Skip to content

Feature #24: Build state machine.#25

Open
SimeonPr wants to merge 6 commits intomainfrom
feature/24-state-machine
Open

Feature #24: Build state machine.#25
SimeonPr wants to merge 6 commits intomainfrom
feature/24-state-machine

Conversation

@SimeonPr
Copy link
Contributor

Creates a state machine according to #24 and implements a minimal example using the state machine.

* src/node_fsm.cpp: Add src/node_fsm.cpp.
* include/rise_motion/node_fsm.hpp: Add include/rise_motion/node_fsm.hpp.
* CMakeLists.txt:
  - Add dependencies: rclcpp, rise_motion_messages.
  - Add include dirs: include.
  - Add executable: rise_motion_main.
  - Link with rise_motion_messages.
* package.xml:
  - Add dependencies: rclcpp, rise_motion_messages.
* src/rise_motion_main.cpp: Add minimal example.
  - Moves through the states of the state machine and publishes
    state update via StateCurrentMsg on rise_motion_state_changes.
@SimeonPr SimeonPr requested a review from paulwetzel November 27, 2025 13:25
@SimeonPr SimeonPr self-assigned this Nov 27, 2025
@github-actions github-actions bot added the Assigned Someone is assigned and working on this. label Nov 27, 2025
@SimeonPr SimeonPr changed the title Feature #24 Feature #24: Build state machine. Dec 3, 2025
Copy link
Member

@paulwetzel paulwetzel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This state machine looks good and fulfills the requirements that are laid out in the Issue #24
However, i think we should not merge this request yet, but wait for the actual ROS2 node to be set up, before integrating this.

The state machine is a central component of the node, and should be integrated in a way that it is efficient to use in a "ROS2-kind-of-way".

SO my proposal:

  • We will keep this PR open, and keep the code in the back of our heads.
  • As soon as the node is set up, we will revisit this PR and integrate the code back into the node after rebasing this branch here on the then-master.

@github-actions
Copy link

github-actions bot commented Jan 4, 2026

This pull request did not get any activity for the last 30 days. Please revisit if it can be merged, or if there are any changes that have to be made!

@github-actions github-actions bot added the triage These issues are lost and have to be revisited, and rescheduled. label Jan 4, 2026
@SimeonPr SimeonPr closed this Feb 23, 2026
@SimeonPr SimeonPr reopened this Feb 23, 2026
@github-actions github-actions bot removed the triage These issues are lost and have to be revisited, and rescheduled. label Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Assigned Someone is assigned and working on this.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants