Skip to content

Commit acd63c9

Browse files
authored
update documentation
1 parent 9b8429c commit acd63c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/tidybot_solver/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ tidybot_solver/
1717
│ ├── launch_moveit_pose_ik.launch.py # Position based solver bridge launch file
1818
│ └── launch_moveit_vel_ik.launch.py # Velocity based solver bridge launch file
1919
├── 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
2323
├── include/
2424
│ └── tidybot_solver/ # C++ header files
2525
└── CMakeLists.txt
@@ -53,7 +53,7 @@ ROS2 arguments:
5353
- `use_sim` whether to use simulation time
5454

5555
## `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.
5757

5858
The position based solver bridge will subscribe to:
5959
- `/tidybot/arm/target_pose`: the target pose of the end-effector in the planning frame

0 commit comments

Comments
 (0)