Giter Club home page Giter Club logo

topological_navigation's People

Contributors

adambinch avatar ayu135 avatar baardkrk avatar bfalacerda avatar cburbridge avatar cdondrup avatar francescodelduchetto avatar gestom avatar gpdas avatar hawesie avatar heuristicus avatar jailander avatar magnucha avatar marc-hanheide avatar mikhut avatar mudrole1 avatar nilsbore avatar raresambrus avatar strands-jenkins avatar

Watchers

 avatar

topological_navigation's Issues

Make sure topomap is not empty before setting received to true

Also in subsequent topomap callbacks it might be worth rejecting an empty map

rospy.Subscriber('topological_map_2', String, self.MapCallback)
rospy.loginfo("Localisation waiting for the Topological Map...")
while not self.rec_map :
rospy.sleep(rospy.Duration.from_sec(0.1))

self._map_received = False
rospy.Subscriber("/topological_map_2", String, self.MapCallback)
rospy.loginfo("Navigation waiting for the Topological Map...")
while not self._map_received:
rospy.sleep(rospy.Duration.from_sec(0.05))
rospy.loginfo("Navigation received the Topological Map")

Fill continue_action field of goal msg if the field exists

continue_action is a std::msgs Bool that should define if the goal following the current goal is of the same type (therefor the action should be continued after the current goal is complete). Automatically should be false if there are no intermediate nodes to the goal.

Possible collisions

Without modelling physical barriers cases like this are possible:

image

The closest node was a the other side of a tunnel wall, but the planner didn't see that as a problem, so it asked the robot to drive straight through. Not sure if this normally is an issue outside of simple simulations?

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.