Skip to content

Helper functions for displaying and debugging MoveIt! data in Rviz via published markers

License

Notifications You must be signed in to change notification settings

icclab/moveit_visual_tools

 
 

Repository files navigation

Visualize the planned MoveIt 2 robot arm trajectory in RViz

Steps

  1. After cloning, building and sourcing this branch of the repo in your ROS 2 workspace, navigate to the Displays panel on the left, then go to Add > By display type (in rviz2 window) > rviz_default_plugins > MarkerArray > OK.
  2. You will see now the MarkerArray in the Displays panel. Then click MarkerArray and in Topic replace the topic name with /summit/trajectory/(joint_name) to visualize its trajectory. For example for arm_tool0, it would be /summit/trajectory/arm_tool0.
  3. This trajectory would remain for about 2 mins before disappearing (timing is configurable in the ROS message, here). But then you have to build and source this repo again.
  4. The trajectory would look like this:

trajectory)

About

Helper functions for displaying and debugging MoveIt! data in Rviz via published markers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.3%
  • Python 2.2%
  • CMake 1.5%