Giter Site home page Giter Site logo

highfivebot's Introduction

Prerequirements

sudo apt install python3-rosdep2

Build

Zbuduj sklonowany projekt

mkdir -p src/
git clone https://github.com/PartyKusZ/HighFiveBot.git src/
rosdep update
rosdep install --from-paths src -y --ignore-src
colcon build
source install/setup.bash

Bez moveita

Odpal symulację bez moveita

ros2 launch ur_simulation_gazebo ur_sim_control.launch.py ur_type:="ur3"

Z moveitem

LC_NUMERIC=en_US.UTF-8 ros2 launch ur_simulation_gazebo ur_sim_moveit.launch.py ur_type:="ur3"

Test

W osobnym terminalu odpal test czy działa trajectory controller

ros2 action send_goal /joint_trajectory_controller/follow_joint_trajectory control_msgs/action/FollowJointTrajectory "{
  trajectory: {
    joint_names: [shoulder_pan_joint, elbow_joint , shoulder_lift_joint, wrist_1_joint,  wrist_2_joint, wrist_3_joint ],
    points: [
        { positions: [1.0, 0.5, -1.0, 1.0, 0.0, 0.0], time_from_start: { sec: 3, nanosec: 0 } },
    ]
  }
}"

highfivebot's People

Contributors

eryk-mozdzen avatar delipl avatar zuzmej avatar partykusz avatar

Watchers

 avatar

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.