Drake
Drake C++ Documentation
environment.h File Reference
#include <initializer_list>
#include <ostream>
#include <string>
#include <unordered_map>
#include "drake/common/drake_copyable.h"
#include "drake/common/eigen_types.h"
#include "drake/common/fmt.h"
#include "drake/common/random.h"
Include dependency graph for environment.h:
This graph shows which files directly or indirectly include this file:

Classes

class  Environment
 Represents a symbolic environment (mapping from a variable to a value). More...
 

Namespaces

 drake
 
 drake::symbolic
 

Functions

Environment PopulateRandomVariables (Environment env, const Variables &variables, RandomGenerator *random_generator)
 Populates the environment env by sampling values for the unassigned random variables in variables using random_generator. More...