9 int main(
int argc,
char **argv)
13 SE2EZ_ERROR(
"Usage: robot_yaml jointA jointB file");
24 CSpaceGrid grid(robot, jointA, jointB, 500, 500);
RobotPtr loadRobot(const std::string &filename)
Loads a robot from a YAML file.
void compute(bool block=true, const StatePtr &base=nullptr, const GridCallback &callback={})
Compute a PPM image of the configuration space of two joints, jointA and jointB.
int main(int argc, char **argv)
#define SE2EZ_ERROR(fmt,...)
std::shared_ptr< ompl::PPM > getImage() const
Get the current computed PPM image.
Helper class to compute and draw C-Space images from arbitrary robots.