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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# MoveIt! Visual Tools
1
+
# MoveIt Visual Tools
2
2
3
-
Helper functions for displaying and debugging MoveIt! data in Rviz via published markers, trajectories, and MoveIt! collision objects. It is sometimes hard to understand everything that is going on internally with MoveIt!, but using these quick convenience functions allows one to easily visualize their code. This package is built in top of [rviz_visual_tools](https://github.com/davetcoleman/rviz_visual_tools) and all those features are included via class inheritance.
3
+
Helper functions for displaying and debugging MoveIt data in Rviz via published markers, trajectories, and MoveIt collision objects. It is sometimes hard to understand everything that is going on internally with MoveIt, but using these quick convenience functions allows one to easily visualize their code. This package is built in top of [rviz_visual_tools](https://github.com/davetcoleman/rviz_visual_tools) and all those features are included via class inheritance.
4
4
5
5
This package helps you visualize:
6
6
7
7
- Basic Rviz geometric shapes
8
-
- MoveIt! collision objects
9
-
- MoveIt! and ROS trajectories
8
+
- MoveIt collision objects
9
+
- MoveIt and ROS trajectories
10
10
- Robot states
11
11
- End effectors
12
12
- Interactive markers to move robot arms using IK from remote applications
0 commit comments