micro-ROS / micro-ROS/system_modes
(sub-)systems not recognized by ros2 lifecycle cli
Open
@norro is already working on this.
Since Dec 12, 2018.
help wanted
- Dominant language
- C++
- Stars
- 45
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
When calling `ros2 lifecycle set`, the tool will abort with an error (*"Node not found"*). Reproduce:
1. Start mode manager with example system (see [system_modes_examples](system_modes_examples/README.md)
2. Execute `ros2 lifecycle set actuation configure`
Expected result: actuation system is set to inactive
Actual result: rros2 lifecycle returns *"Node not found"*, actuation system remains unchanged
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.