GithubHelp home page GithubHelp logo

ros_teb_planner's People

Contributors

bhaktidanve avatar jmonga-1675 avatar peterweissig avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ros_teb_planner's Issues

Plan request don't publish anything

I am trying to use this wrapper to the teb_local_planner without success so far. I have a global planner that publishes as set of waypoints as a nav_msgs::Path, I was hoping that I could uses those by remapping this global path to the /add_waypoints and than sending a empty msg on /plan. It said that was planning but I got no output on the /local_plan topic.
My second attempt was by making a python wrapper that subscribes to this global path topic, populates a teb_planner_pa_msgs/Request and than publish it on /request. This time it generated a path with 3 poses, but all of them on the initial pose, so on rviz all that I can see is a red arrow on my start pose.

That's how I populate the Request msg:

def pathCallback(data):                                                                                                          
    request = Request()                                                                                                          
    request.start = data.poses[0].pose                                                                                           
    request.goal = data.poses[-1].pose                                                                                           
    request.waypoints = data                                                                                                    
                                                                                                                                  
    request.start_vel.linear.x = 20                                                                                              
    pub.publish(request)

Can you see here I am doing something wrong? I guess that I didn't understood the required workflow

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.