[sas_robot_driver_franka_hand_node] added initialization option for not homing hand on startup

This commit is contained in:
2024-12-18 15:13:33 +09:00
parent fac7dc597e
commit fc34a7a289
3 changed files with 5 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ namespace qros {
struct EffectorDriverFrankaHandConfiguration
{
std::string robot_ip;
bool initialize_with_homing = true;
double thread_sampeling_time_s = 1e8; // 10Hz
double default_force = 3.0;
double default_speed = 0.1;