You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tidybot_solver/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ tidybot_solver/
17
17
│ ├── launch_moveit_pose_ik.launch.py # Position based solver bridge launch file
18
18
│ └── launch_moveit_vel_ik.launch.py # Velocity based solver bridge launch file
19
19
├── src/
20
-
│ ├── keyboard_input.cpp # Keyboard control interface for velocity control demostration
21
-
│ ├── moveit_ee_pose_ik.cpp # Kinematics solver bridge for positiob based commands using MoveIt ik solver
22
-
│ └── moveit_ee_vel_ik.cpp # Kinematics sovler bridge for velocity based commands using Moveit Servo
20
+
│ ├── keyboard_input.cpp # Keyboard control interface for velocity control demonstration
21
+
│ ├── moveit_ee_pose_ik.cpp # Kinematics solver bridge for position based commands using MoveIt ik solver
22
+
│ └── moveit_ee_vel_ik.cpp # Kinematics solver bridge for velocity based commands using Moveit Servo
23
23
├── include/
24
24
│ └── tidybot_solver/ # C++ header files
25
25
└── CMakeLists.txt
@@ -53,7 +53,7 @@ ROS2 arguments:
53
53
-`use_sim` whether to use simulation time
54
54
55
55
## `launch_moveit_pose_ik.launch.py`
56
-
Launch position based solver bridge with MoveIt IK solver. Used by tidybot_policy package for phone teleoperation and remote policy control. We choose MoveIt API instead of MoveIt Servo API because the MoveIt Servo does not seem to do as well for positoinal based control as for velocity control.
56
+
Launch position based solver bridge with MoveIt IK solver. Used by tidybot_policy package for phone teleoperation and remote policy control. We choose MoveIt API instead of MoveIt Servo API because the MoveIt Servo does not seem to do as well for position based control as for velocity control.
57
57
58
58
The position based solver bridge will subscribe to:
59
59
-`/tidybot/arm/target_pose`: the target pose of the end-effector in the planning frame
0 commit comments