Skip to content

Nishida-Lab/industrial_moveit

This branch is 1 commit ahead of, 37 commits behind ros-industrial-attic/industrial_moveit:kinetic-devel.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2d1eee6 · Oct 11, 2018
May 5, 2017
Sep 27, 2017
Jan 15, 2018
Sep 27, 2017
Jul 5, 2018
Jul 5, 2018
Oct 3, 2016
May 5, 2017
Jul 12, 2018
Aug 27, 2013
May 5, 2017
May 5, 2017

Repository files navigation

Industrial MoveIt

Build

  • Build the workspace:
    • Cd into the catkin workspace directory and type the following command:
catkin build

Unit Test

  • Run all of industrial_moveit unit tests:
    • Cd into the catkin workspace directory and type the following command:
catkin run_tests 
  • Run the stomp_core unit tests:
catkin run_tests stomp_core

Stomp Moveit Demo

  • Run the demo

    • Run the demo.launch file
    roslaunch stomp_test_kr210_moveit_config demo.launch
    
    • In the Rviz Motion Planning planel, select rail_start_pose from the dropdwown menu under "Select Start State" and click Update
    • In Rviz, select rail_end_pose from the dropdwown menu under "Select Goal State" and click Update
    • Click Plan in order to generate a motion plan.

Configure Stomp

  • Locate the the stomp planner configuration file
    • roscd into the stomp_test_kr210_moveit_config package and locate the "stomp_config.yaml" file under the config directory
  • Rerun demo.launch file and plan once again to see how the changes affect the planner's behavior.

========================================================================
[ROS-Industrial]: http://www.ros.org/wiki/Industrial
[ROS wiki]: http://ros.org/wiki/industrial_moveit
[ConstrainedIK]: http://wiki.ros.org/constrained_ik [Stomp MoveIt!]: http://wiki.ros.org/stomp_moveit

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.0%
  • CMake 1.7%
  • Python 1.3%