Skip to content
Snippets Groups Projects
Forked from Stack Of Tasks / dynamic_graph_bridge
Source project has a limited visibility.
  • Florent Lamiraux's avatar
    6addab4f
    [SotLoaderBasic] parseOptions does not call initialization anymore. · 6addab4f
    Florent Lamiraux authored
      - initialization() should be called after initializeRosNode() since the
        former stores ROS parameter "/robot_description" in
        sot::sgl_map_name_to_robot_util (sot/tools/robot-utils.cpp), while the
        second sends the python prologue to the interpreter, and the prologue
        needs the parameter server to contain key "/robot_description".
    6addab4f
    History
    [SotLoaderBasic] parseOptions does not call initialization anymore.
    Florent Lamiraux authored
      - initialization() should be called after initializeRosNode() since the
        former stores ROS parameter "/robot_description" in
        sot::sgl_map_name_to_robot_util (sot/tools/robot-utils.cpp), while the
        second sends the python prologue to the interpreter, and the prologue
        needs the parameter server to contain key "/robot_description".