7 {{
"use_sim_time",
false}};
10 {{
"hebiros/node_frequency", 200},
11 {
"hebiros/action_frequency", 200},
12 {
"hebiros/feedback_frequency", 100},
13 {
"hebiros/command_lifetime", 100}};
18 loadInt(
"hebiros/node_frequency");
19 loadInt(
"hebiros/action_frequency");
20 loadInt(
"hebiros/feedback_frequency");
21 loadInt(
"hebiros/command_lifetime");
24 ROS_INFO(
"hebiros/node_frequency=%d",
getInt(
"hebiros/node_frequency"));
25 ROS_INFO(
"hebiros/action_frequency=%d",
getInt(
"hebiros/action_frequency"));
26 ROS_INFO(
"hebiros/feedback_frequency=%d",
getInt(
"hebiros/feedback_frequency"));
27 ROS_INFO(
"hebiros/command_lifetime=%d",
getInt(
"hebiros/command_lifetime"));
static int getInt(std::string name)
static std::map< std::string, bool > bool_parameters_default
static void setInt(std::string name, int value)
static std::map< std::string, bool > bool_parameters
static void loadInt(std::string name)
static std::shared_ptr< ros::NodeHandle > n_ptr
static bool getBool(std::string name)
static void setNodeParameters()
static void setBool(std::string name, bool value)
static std::map< std::string, int > int_parameters_default
static void loadBool(std::string name)
static std::map< std::string, int > int_parameters