Skip to content

ros-simulation/simulation_interfaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Standard interfaces for interacting with simulators from ROS 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages