Package Summary

Tags No category tags.
Version 0.3.14
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_pr2eus.git
VCS Type git
VCS Version master
Last Updated 2019-04-27
Dev Status DEVELOPED
Released RELEASED

Package Description

pr2eus_moveit

Additional Links

Maintainers

  • YoheiKakiuchi

Authors

  • YoheiKakiuchi

pr2eus_moveit

This package contains euslisp interface file for using moveit

Setting Up

Check if pr2 robot with moveit is already running, if not, run gazebo and moveit by

$ roslaunch pr2eus_moveit test-pr2eus-moveit.test  gui:=true

Run roseus, load required packages and setup robot-interface with moveit feature enabled.

(load "package://pr2eus/pr2-interface.l")
(load "package://pr2eus_moveit/euslisp/pr2eus-moveit.l")
(pr2-init)
(send *ri* :set-moveit-environment (instance pr2-moveit-environment :init))

Send collision-free angle-vector

To send collision-free angle-vector, run following command instead of normal :angle-vector

(send *ri* :angle-vector-motion-plan (send *pr2* :reset-pose) :move-arm :rarm :use-torso t)

Plan motions and execute

If you want to specify target enc-coords instead of angle-vector, use following command

(send *ri* :move-end-coords-plan (make-coords :pos #f(700 0 750)) :move-arm :larm :use-torso t)

Use MoveIt IK service

If you want to use IK service provided by MoveIt, try

(setq av (send *ri* :collision-aware-ik (make-coords :pos #f(700 0 850)) :move-arm :rarm :use-torso nil))
(send *pr2* :angle-vector av)


CHANGELOG

Could not convert RST to MD: No such file or directory - pandoc

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pr2eus_moveit at answers.ros.org

Package Summary

Tags No category tags.
Version 0.3.14
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_pr2eus.git
VCS Type git
VCS Version master
Last Updated 2019-04-27
Dev Status DEVELOPED
Released RELEASED

Package Description

pr2eus_moveit

Additional Links

Maintainers

  • YoheiKakiuchi

Authors

  • YoheiKakiuchi

pr2eus_moveit

This package contains euslisp interface file for using moveit

Setting Up

Check if pr2 robot with moveit is already running, if not, run gazebo and moveit by

$ roslaunch pr2eus_moveit test-pr2eus-moveit.test  gui:=true

Run roseus, load required packages and setup robot-interface with moveit feature enabled.

(load "package://pr2eus/pr2-interface.l")
(load "package://pr2eus_moveit/euslisp/pr2eus-moveit.l")
(pr2-init)
(send *ri* :set-moveit-environment (instance pr2-moveit-environment :init))

Send collision-free angle-vector

To send collision-free angle-vector, run following command instead of normal :angle-vector

(send *ri* :angle-vector-motion-plan (send *pr2* :reset-pose) :move-arm :rarm :use-torso t)

Plan motions and execute

If you want to specify target enc-coords instead of angle-vector, use following command

(send *ri* :move-end-coords-plan (make-coords :pos #f(700 0 750)) :move-arm :larm :use-torso t)

Use MoveIt IK service

If you want to use IK service provided by MoveIt, try

(setq av (send *ri* :collision-aware-ik (make-coords :pos #f(700 0 850)) :move-arm :rarm :use-torso nil))
(send *pr2* :angle-vector av)


CHANGELOG

Could not convert RST to MD: No such file or directory - pandoc

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pr2eus_moveit at answers.ros.org

Package Summary

Tags No category tags.
Version 0.3.14
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_pr2eus.git
VCS Type git
VCS Version master
Last Updated 2019-04-27
Dev Status DEVELOPED
Released RELEASED

Package Description

pr2eus_moveit

Additional Links

Maintainers

  • YoheiKakiuchi

Authors

  • YoheiKakiuchi

pr2eus_moveit

This package contains euslisp interface file for using moveit

Setting Up

Check if pr2 robot with moveit is already running, if not, run gazebo and moveit by

$ roslaunch pr2eus_moveit test-pr2eus-moveit.test  gui:=true

Run roseus, load required packages and setup robot-interface with moveit feature enabled.

(load "package://pr2eus/pr2-interface.l")
(load "package://pr2eus_moveit/euslisp/pr2eus-moveit.l")
(pr2-init)
(send *ri* :set-moveit-environment (instance pr2-moveit-environment :init))

Send collision-free angle-vector

To send collision-free angle-vector, run following command instead of normal :angle-vector

(send *ri* :angle-vector-motion-plan (send *pr2* :reset-pose) :move-arm :rarm :use-torso t)

Plan motions and execute

If you want to specify target enc-coords instead of angle-vector, use following command

(send *ri* :move-end-coords-plan (make-coords :pos #f(700 0 750)) :move-arm :larm :use-torso t)

Use MoveIt IK service

If you want to use IK service provided by MoveIt, try

(setq av (send *ri* :collision-aware-ik (make-coords :pos #f(700 0 850)) :move-arm :rarm :use-torso nil))
(send *pr2* :angle-vector av)


CHANGELOG

Could not convert RST to MD: No such file or directory - pandoc

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pr2eus_moveit at answers.ros.org

Package Summary

Tags No category tags.
Version 0.3.14
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_pr2eus.git
VCS Type git
VCS Version master
Last Updated 2019-04-27
Dev Status DEVELOPED
Released RELEASED

Package Description

pr2eus_moveit

Additional Links

Maintainers

  • YoheiKakiuchi

Authors

  • YoheiKakiuchi

pr2eus_moveit

This package contains euslisp interface file for using moveit

Setting Up

Check if pr2 robot with moveit is already running, if not, run gazebo and moveit by

$ roslaunch pr2eus_moveit test-pr2eus-moveit.test  gui:=true

Run roseus, load required packages and setup robot-interface with moveit feature enabled.

(load "package://pr2eus/pr2-interface.l")
(load "package://pr2eus_moveit/euslisp/pr2eus-moveit.l")
(pr2-init)
(send *ri* :set-moveit-environment (instance pr2-moveit-environment :init))

Send collision-free angle-vector

To send collision-free angle-vector, run following command instead of normal :angle-vector

(send *ri* :angle-vector-motion-plan (send *pr2* :reset-pose) :move-arm :rarm :use-torso t)

Plan motions and execute

If you want to specify target enc-coords instead of angle-vector, use following command

(send *ri* :move-end-coords-plan (make-coords :pos #f(700 0 750)) :move-arm :larm :use-torso t)

Use MoveIt IK service

If you want to use IK service provided by MoveIt, try

(setq av (send *ri* :collision-aware-ik (make-coords :pos #f(700 0 850)) :move-arm :rarm :use-torso nil))
(send *pr2* :angle-vector av)


CHANGELOG

Could not convert RST to MD: No such file or directory - pandoc

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pr2eus_moveit at answers.ros.org