[sas_robot_driver_franka_hand_node] added initialization option for not homing hand on startup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user