-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ROS2-like CLI for iceoryx2 #98
Comments
…-cargo-publish-script [#98] add CLI tools to crates.io publish script
@elBoberido @elfenpiff I would like to close this issue now that we have the foundation for the CLI tooling. What do you think? We can add new issues as we think of use-cases. I can only think of one more obvious one at the moment (memory introspection, maybe an I would also make this open action item a separate issue: |
@orecham agreed, go ahead |
Brief feature description
A ROS2-like CLI enabling users to interact with
iceoryx2
from the terminal would be a useful addition for users to aid development of applications.Detailed information
An summary of the capabilities of the ROS 2 CLI can be found here. NOTE: The
iceoryx2
does not need to necessarily provide all of the same functionality, this should just be taken as inspiration for what could be useful.Proposal for initial for CLI functionality:
introspect
- introspect the internals of theiceoryx2
system (e.g. things stored in shared memory)processes
- manage processes runningiceoryx2
pub
- publish to theiceoryx2
system from the terminalrpc
- executeiceoryx2
rpc operations from the terminalservices
- manage the services currently available iniceoryx2
sub
- subscribe to theiceoryx2
system from the terminalTasks
Follow up from #106:
iceoryx2-cli
tointernal/scripts/crates_io_publish_script.sh
to release it.Follow up from #371:
iox2 services
cli #371 (comment)The text was updated successfully, but these errors were encountered: