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

Failed when launch start_arena.launch #191

Open
lsylsy0516 opened this issue Jun 16, 2024 · 1 comment
Open

Failed when launch start_arena.launch #191

lsylsy0516 opened this issue Jun 16, 2024 · 1 comment

Comments

@lsylsy0516
Copy link

After reconfiguring the project environment, I launched the test files

roslaunch arena_bringup start_arena.launch

Received an error message

File "/home/luo/arena_ws/src/arena/arena rosnav/task_generator/task_generator/manager/entity_manager/crowdsim_manager. py", line 383, in spawn_dynamic_obstacles
Msg. configuration=json. dumps ({})
AttributeError: 'Ped' object has no attribute 'configuration'

I checked the pedsim_msgs/Ped imformation and I really didn't find configuration in the msg

geometry_msgs/Point pos
  float64 x
  float64 y
  float64 z
string type
string yaml_file
int16 number_of_peds
float64 vmax
string start_up_mode
float64 wait_time
float64 trigger_zone_radius
float64 max_talking_distance
float64 max_servicing_radius
float64 chatting_probability
float64 tell_story_probability
float64 group_talking_probability
float64 talking_and_walking_probability
float64 requesting_service_probability
float64 requesting_guide_probability
float64 requesting_follower_probability
float64 talking_base_time
float64 tell_story_base_time
float64 group_talking_base_time
float64 talking_and_walking_base_time
float64 receiving_service_base_time
float64 requesting_service_base_time
float64 force_factor_desired
float64 force_factor_obstacle
float64 force_factor_social
float64 force_factor_robot
geometry_msgs/Point[] waypoints
  float64 x
  float64 y
  float64 z
int16 waypoint_mode

Is this because I installed an old version of arena-rosnav before or something else?

@voshch
Copy link
Contributor

voshch commented Jun 16, 2024

Hey,
should be fixed in #192.
Please verify.

Best

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