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

ROS planner may display error and warning messages #47

Open
sumjos opened this issue Apr 14, 2018 · 0 comments
Open

ROS planner may display error and warning messages #47

sumjos opened this issue Apr 14, 2018 · 0 comments

Comments

@sumjos
Copy link
Contributor

sumjos commented Apr 14, 2018

When demoC or demoD is launched, following messages can be displayed:

[ WARN] [1523736594.947345603, 9.383000000]: Map update loop missed its desired rate of 2.0000Hz... the loop actually took 1.5250 seconds
[ERROR] [1523736595.193476441, 9.475000000]: [setParam] Failed to contact master at [localhost:11311]. Retrying...

Description

  1. Warning means map update took longer than the set update frequency in config files. The reason for this is a large global and local cost map sizes, which is set in: /MAVs/ros/src/system/config/planner/ros_base_planner/global_costmap_params.yaml, and
    /MAVs/ros/src/system/config/planner/ros_base_planner/local_costmap_params.yaml
    These warnings might not occur in a fast system.

  2. Error occurs while setting large vectors in ROS parameter server, generated by ROS planner(vector contains path coordinates) in file,
    MAVs/ros/src/computing/planning/motion/mavs_ros_planner/src/NavsPathConverter.cpp
    Agan, this might not occur in fast systems. It has been noticed that a smaller vector size didn't cause this issue.

@sumjos sumjos changed the title ROS planner may display error and warning messges ROS planner may display error and warning messages Apr 14, 2018
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

1 participant