Giter Site home page Giter Site logo

mobile-robotic-manipulation's Introduction

mobile-robotic-manipulation

A project for CS 491/691 Autonomous Mobile Manipulation class at the University of Nevada, Reno.

Important files

  • sample_control/src/sample_control_node.cpp is an example of using move_control service.

Setup

First time setting up only

Setup a workspace with the instructions at Autonomous Mobile Manipulation GitHub repository.

Edit the file autonomous_mobile_manipulation/robowork_moveit_config/launch/trajectory_execution.launch.xml on line 16 from

<param name="trajectory_execution/allowed_start_tolerance" value="0.01"/>

to

<param name="trajectory_execution/allowed_start_tolerance" value="0.00"/>

Clone this repository in ~/your_catkin_ws/src.

Your directory tree should look like this:

src
├── autonomous_mobile_manipulation
│   └── ...
└── mobile-robotic-manipulation
    ├── README.md
    ├── docs
    ├── read_dae
    ├── arm_control
    ├── base_control
    └── move_control

Build packages in this repository

Build the packages in this project repository (replace <your_catkin_ws> with your catkin workspace name) with:

cd ~/<your_catkin_ws>/src/mobile-robotic-manipulation

CMAKE_PREFIX_PATH=~/<your_catkin_ws>/devel:/opt/ros/melodic catkin build motion_planning

Run sample control simulation

Launch the simulation

Source your workspace.

In terminal 1, run:

roslaunch robowork_gazebo bvr_SIM_playpen.launch

Wait until terminal 1 finishes setting up the simulation (after about 10 seconds), in terminal 2, run:

ROS_NAMESPACE="bvr_SIM" roslaunch robowork_moveit_config robowork_moveit_planning_execution.launch robot_namespace:=bvr_SIM arm_namespace:=main_arm_SIM sim_suffix:=_SIM

Wait until terminal 2 finishes setting up Moveit (after about 3 seconds), in terminal 3, run:

ROS_NAMESPACE="bvr_SIM" roslaunch move_control move_control_server.launch

Wait until terminal 3 finishes setting up control services (after about 5 seconds), in terminal 4, run:

ROS_NAMESPACE="bvr_SIM" rosrun motion_planning motion_planning_node

Expected result

The robot moves around the boat and tounch target points along the boat.

mobile-robotic-manipulation's People

Contributors

themiraclemango avatar mschmidtwolf avatar playweird avatar songj01 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

mobile-robotic-manipulation's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.