RobotSurface.h
Go to the documentation of this file.
1 /*
2  * Copyright 2015-2024 CNRS-UM LIRMM, CNRS-AIST JRL
3  */
4 
5 #pragma once
6 
7 #include <mc_rbdyn/Robot.h>
9 
10 namespace mc_rbdyn::gui
11 {
12 
13 static const mc_rtc::gui::LineConfig defaultSurfaceConfig = []()
15 
36 MC_RBDYN_DLLAPI std::vector<std::string> addSurfaceToGUI(mc_rtc::gui::StateBuilder & gui,
37  const std::vector<std::string> & category,
38  const mc_rbdyn::Robot & robot,
39  const std::string & name,
40  const mc_rtc::gui::LineConfig & cfg = defaultSurfaceConfig,
41  const std::optional<std::string> & publishName = std::nullopt);
42 
43 } // namespace mc_rbdyn::gui
mc_rtc::gui::LineConfig
Definition: types.h:135
mc_rbdyn::Robot
Definition: Robot.h:62
StateBuilder.h
mc_rbdyn::gui
Definition: RobotConvex.h:12
mc_rtc::gui::StateBuilder
Definition: StateBuilder.h:27
Robot.h
mc_rbdyn::gui::addSurfaceToGUI
MC_RBDYN_DLLAPI std::vector< std::string > addSurfaceToGUI(mc_rtc::gui::StateBuilder &gui, const std::vector< std::string > &category, const mc_rbdyn::Robot &robot, const std::string &name, const mc_rtc::gui::LineConfig &cfg=defaultSurfaceConfig, const std::optional< std::string > &publishName=std::nullopt)
MC_RBDYN_DLLAPI
#define MC_RBDYN_DLLAPI
Definition: api.h:50
mc_rtc::gui::Color::Green
static const Color Green
Definition: types.h:103