GithubHelp home page GithubHelp logo

michaelchi08 / euclid_robot_movement_controller Goto Github PK

View Code? Open in Web Editor NEW

This project forked from inteleuclid/euclid_robot_movement_controller

0.0 2.0 0.0 12 KB

Robot movement controller sample for Intel® Euclid™

License: BSD 3-Clause "New" or "Revised" License

CMake 8.07% Python 4.46% C++ 87.47%

euclid_robot_movement_controller's Introduction

Robot movement controller sample for Intel® Euclid™

This nodelet registered to a number of goals topics (where goal1 has the highest priority and goalN has the Nth priority), and send command velocity messages to direct the robot to that goal. The goal values are actually the sensor input of where the goal is with respect to the robot. Note - the goal needs to be sent every "frame", 30 FPS in order to reach a gaol. every frame the goal needs to be updated with the new goal values.

Intel® Euclid™ Community Site.

Intel® Euclid™ Support Forum.

Subscribed Topics

goal1 (geometry_msgs::PointStamped)
    X,Y,Z goal (priority 1)
goal2 (geometry_msgs::PointStamped)
    X,Y,Z goal (priority 2)

Published Topics

Point Cloud

cmd_vel_mux/input/teleop (geometry_msgs::Twist)
	Command velocity message for the robot

Parameters

MaxRobotSpeed(double, default: 1) 
     Maximum speed (forward and reverse) in m/s
GoalZ(double, default: 0.6) 
     The distance away from the robot which we want to keep the constant distance from
GoalX(double, default: 0) 
     The distance in the horizontal axis which we want to keep the constant distance from
ScaleZ(double, default: 1) 
     The scaling factor for translational robot speed
ScaleX(double, default: 5) 
     The scaling factor for rotational robot speed
DamperDivisor(double, default: 30) 
     Linear Speed Damping factor. higher means slower change in linear speed.
GoalInterval(float, default: 0.1)
	minimum threshold in which the robot will stop moving if reached that distance from the goal
Enabled(bool, default: true)
	Enable flag for the algorithm

Contributing to the Project

The Intel® Euclid™ Robot movement controller sample is developed and distributed under a BSD-3 license as noted in License file.

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or

(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or

(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.

(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.

Configuration:

Version Best Known
OS Ubuntu 16.04 LTS
ROS Kinetic

euclid_robot_movement_controller's People

Contributors

tsahimiz1 avatar

Watchers

James Cloos avatar Michael 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.