Git Product home page Git Product logo

backprop-mpdm_torch's People

Contributors

alexpostnikov avatar warenick avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

backprop-mpdm_torch's Issues

calc_linear_covariance exd_step not correct?

ped_cov = calc_linear_covariance(x[0])
for ped in ped_cov.keys():
for timestemp in range(ped_cov[ped]["start_step"]+1, ped_cov[ped]["end_step"]):
cov_prev = ped_cov[ped]["cov"][timestemp-1]
pose_prev = ped_cov[ped]["pose"][timestemp-1]
pose_cur = ped_cov[ped]["pose"][timestemp]

i`ve got IndexError

calc_linear_covariance(x[0]) error

File "scripts/cov_prediction/model.py", line 64, in
ped_cov = calc_linear_covariance(x[0])
File "scripts/cov_prediction/model.py", line 30, in calc_linear_covariance
peds[ped]["vel"] = peds[ped]["pose"][1] - peds[ped]["pose"][0]
IndexError: index 1 is out of bounds for axis 0 with size 1

Check HLM

ориентация пешехода должна учитываться в модели движения. Возможно и робота тоже. Стоит сверить с cpp кодом и перечитать статьи

robot_state_

I found in cpp code this idea:

switch(distance_to_nearest_ped):
high_dist: robot_state_=FREE_ZONE_NAVIGATING || PORA_FORSITb
mid_dist: robot_state_=MID_ZONE_NAVIGATING
low_dist: robot_state_=INNER_ZONE_NAVIGATING

robot_state_=IDLE - stop navigation. Set this mode manual for stop moving

robot_state_ need to controll maximum robot speed.

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.