From 2fd56881315fe1b95b09709a76cf6f8a4a7a80d9 Mon Sep 17 00:00:00 2001 From: qlin960618 Date: Mon, 10 Feb 2025 12:29:26 +0900 Subject: [PATCH] minor update to documentation and package.xml --- README.md | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa8d05d..d5b5149 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,6 @@ Digital twin mirroring node for driver node to CoppeliaSim "vrep_joint_names": ["Franka_joint1#1", "Franka_joint2#1", "Franka_joint3#1", "Franka_joint4#1", "Franka_joint5#1", "Franka_joint6#1", "Franka_joint7#1"] # coppelia scene joint names "robot_topic_prefix": "/arm3" # robot driver namespace -"robot_mode": "VelocityControl" # only use when in simulation node, aka using_real_robot==False, for simulating velocity control mode. (TODO: currently not stable) +"robot_mode": "PositionControl" # only use when in simulation node, aka using_real_robot==False, for simulating velocity control mode. (TODO: currently VelocityControl is not stable) "robot_parameter_file_path": os.environ["ROBOT_3_JSON_PATH"] # Robot definition JSON path ``` diff --git a/package.xml b/package.xml index 555ac2e..17e5677 100644 --- a/package.xml +++ b/package.xml @@ -4,7 +4,7 @@ sas_robot_driver_franka 0.0.0 The sas_driver_franka package - moonshot + qlin LGPLv3 ament_cmake