14 int main(
int argc,
char **argv)
20 auto ur5 = std::make_shared<UR5Robot>();
24 auto scene = std::make_shared<Scene>(ur5);
25 scene->fromYAMLFile(
"package://robowflex_library/yaml/test.yml");
38 auto msgs = bag_in.
getMessages<moveit_msgs::PlanningScene>({
"scene"});
rosbag management class to ease message saving and loading.
bool addMessage(const std::string &topic, const T &msg)
Adds a message to the bag under topic.
std::vector< T > getMessages(const std::vector< std::string > &topics)
Gets messages from an opened bag. Returns all messages of type T from a list of topics topics.
RAII-pattern for starting up ROS.
Main namespace. Contains all library classes and functions.
Functions for loading and animating scenes in Blender.
int main(int argc, char **argv)