Skip to content

Commit 800480f

Browse files
committed
Change nodes to be parametizable
1 parent bbc4d47 commit 800480f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Industrial/ros2_SimRealRobotControl_gz/ros2srrc_execution/src

Industrial/ros2_SimRealRobotControl_gz/ros2srrc_execution/src/robpose.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ moveit::planning_interface::MoveGroupInterface move_group_interface_ROB;
5252

5353
// Declaration of GLOBAL VARIABLE --> ROBOT PARAMETER:
5454
std::string param_ROB = "none";
55-
std::string param_ROB_GROUP = "none"
55+
std::string param_ROB_GROUP = "none";
5656

5757
// Declaration of GLOBAL VARIABLE --> ROBOT POSE:
5858
ros2srrc_data::msg::Robpose POSE;

0 commit comments

Comments
 (0)