RethinkRobotics / sawyer_simulator

Gazebo Simulation interface for the Sawyer Robot
http://sdk.rethinkrobotics.com/intera/Gazebo_Tutorial
Apache License 2.0
50 stars 65 forks source link

Updates Camera Sim IO controller config pubs #17

Closed IanTheEngineer closed 6 years ago

IanTheEngineer commented 6 years ago

The camera example and intera_interface.Cameras() class broke some of the assumptions used for the camera_sim_io node, particularly with regards to not utilizing the config. This adds in config messages directly from an SDK robot. It also makes sure all messages are considered "valid" by forcing the minimum timestamp to be 1 second. A zero timestamp is considered invalid by the IO Framework.