🔨 add move_group cpp interface that's work
This commit is contained in:
parent
b1ae818aa0
commit
4fe0324b25
10 changed files with 1135 additions and 60 deletions
|
@ -70,8 +70,8 @@ def generate_launch_description():
|
|||
kinematics_yaml = load_yaml("rasms_moveit_config", "config/kinematics.yml")
|
||||
|
||||
# Update group name
|
||||
kinematics_yaml["rasms_description_arm"] = kinematics_yaml["group_name"]
|
||||
del kinematics_yaml["group_name"]
|
||||
#kinematics_yaml["rasms_arm_group"] = kinematics_yaml["group_name"]
|
||||
#del kinematics_yaml["group_name"]
|
||||
|
||||
# Joint limits
|
||||
robot_description_planning = {
|
||||
|
@ -185,8 +185,8 @@ def generate_launch_description():
|
|||
|
||||
launch_nodes = []
|
||||
launch_nodes.append(rviz)
|
||||
#launch_nodes.append(move_group_node)
|
||||
launch_nodes.append(moveit_cpp_node)
|
||||
launch_nodes.append(move_group_node)
|
||||
#launch_nodes.append(moveit_cpp_node)
|
||||
|
||||
|
||||
return LaunchDescription(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue