Skip to content

Standard interfaces for interacting with simulators from ROS 2

License

Notifications You must be signed in to change notification settings

RobotecAI/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

Packages

No packages published

Languages

  • CMake 100.0%