Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Social drive robot mode not working #71

Open
sasilva1998 opened this issue Apr 13, 2021 · 3 comments
Open

Social drive robot mode not working #71

sasilva1998 opened this issue Apr 13, 2021 · 3 comments

Comments

@sasilva1998
Copy link

I am assigning the robot the following configuration with waypoints with robot_mode equal to 2 but it does not move according to the social forces model, does anyone have an idea why?

<!--robot-->
  <agent x="0" y="0" n="1" dx="0" dy="0" type="2">
    <addwaypoint id="office4"/>
    <addwaypoint id="office3"/>
  </agent>
@ThaiLe79
Copy link

ThaiLe79 commented Jul 7, 2021

I am assigning the robot the following configuration with waypoints with robot_mode equal to 2 but it does not move according to the social forces model, does anyone have an idea why?

<!--robot-->
  <agent x="0" y="0" n="1" dx="0" dy="0" type="2">
    <addwaypoint id="office4"/>
    <addwaypoint id="office3"/>
  </agent>

Have you done this yet? I am also having the same problem

@sasilva1998
Copy link
Author

i haven't been able to solve it, for my purpose I just started to write my own python code to calculate the forces and control a robot I have.

@ThaiLe79
Copy link

ThaiLe79 commented Jul 24, 2021

I see the topic "/pedsim_simulator/robot_position". I thought it would be possible to write a node to use the information in this topic to control the robot I have. Do you do the same?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants