Skip to content

lit-af/vention.io-take-home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vention-take-home

This script is an adaptation of the moveit_tutorials/pick_place_tutorial

Dependencies

Setup

  1. mkdir -p ~/catkin_ws/src && cd ~/catkin_ws/src
  2. git clone https://github.com/makingRobotsDoStuff/take-home.git
  3. cd ~/catkin_ws
  4. rosdep install --from-paths src --ignore-src -r -y
  5. catkin_make
  6. source devel/setup.bash

Usage

  1. In a first terminal, launch the panda arm demo
roslaunch panda_moveit_config demo.launch
  1. In a second terminal, launch the cube pose publisher node
roslaunch vention_take_home pub_cube_pose.launch
  1. In a third terminal, launch the pick and place node
roslaunch vention_take_home pick_place_poc.launch
  1. Enjoy!

Development Notes

Todo

  • print: Starting position of the cube
  • print: the destination of the cube
  • Every 500ms: print the cube pose
  • Every 500ms: print the cube 'up' vector

Known bugs

  • The cube pose is only updated when it's part of the planning scene. While it's attached to the manipulator, it's coordinates in the planning scene remain the same as the last time it was part of the planning scene.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Contributors

No contributors