![]() |
simulation_interfaces package from simulation_interfaces reposimulation_interfaces |
Package Summary
Tags | No category tags. |
Version | 1.0.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-simulation/simulation_interfaces.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-03-21 |
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
Additional Links
Maintainers
- Adam Dabrowski
Authors
- Adam Dabrowski
Simulation Interfaces
Standard ROS 2 interfaces for interacting with simulators. Messages, services, and actions are documented in their respective files.
Result.msg
The standard includes a generic message for handling service responses, Result.msg, which will likely not be included in the final version of the standard. Since it is generic, it will either be promoted to a common message or included in the service mechanism itself.
Suggested interface implementation priorities
GetSimulatorFeatures should be implemented first, as it provides users with information about the state of support for all standard simulation interfaces.
Following that, aim for maintaining consistency within the implemented feature, such as enabling both Get and Set parts.
Some interfaces represent optional utility and are considered lower priority:
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_common | |
builtin_interfaces | |
geometry_msgs | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
- srv/GetEntityInfo.srv
- srv/GetSimulationState.srv
- srv/SetEntityState.srv
- srv/SetEntityInfo.srv
- srv/GetSpawnables.srv
- srv/GetEntitiesStates.srv
- srv/DeleteEntity.srv
- srv/ResetSimulation.srv
- srv/GetEntities.srv
- srv/GetNamedPoseBounds.srv
- srv/GetSimulatorFeatures.srv
- srv/SpawnEntity.srv
- srv/GetEntityBounds.srv
- srv/StepSimulation.srv
- srv/GetNamedPoses.srv
- srv/GetEntityState.srv
- srv/SetSimulationState.srv