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

Can't make the map size larger #113

Closed
Kevinlibaba opened this issue Jul 27, 2021 · 4 comments
Closed

Can't make the map size larger #113

Kevinlibaba opened this issue Jul 27, 2021 · 4 comments

Comments

@Kevinlibaba
Copy link

Hey all, I am applying the solution in my own application and change the map size to 20010010 in kino_replan.launch. However, the planner said that:

...
process[fast_planner_node-1]: started with pid [22489]
process[traj_server-2]: started with pid [22491]
process[waypoint_generator-3]: started with pid [22492]
process[odom_visualization-4]: started with pid [22503]
hit: 0.619039
miss: -0.619039
min log: -1.99243
max: 2.19722
thresh log: 1.38629
[ WARN] [1627410159.670548166]: [Traj server]: ready.
[fast_planner_node-1] process has died [pid 22489, exit code -9, cmd /home/rui/fast_ws/devel/lib/plan_manage/fast_planner_node /odom_world:=/airsim_node/drone_1/odom_local_ned /sdf_map/odom:=/airsim_node/drone_1/odom_local_ned /sdf_map/cloud:=/airsim_node/drone_1/points /sdf_map/pose:=/pcl_render_node/camera_pose /sdf_map/depth:=/pcl_render_node/depth __name:=fast_planner_node __log:=/home/rui/.ros/log/3029c27e-ef06-11eb-8be3-e86a647151f5/fast_planner_node-1.log].
log file: /home/rui/.ros/log/3029c27e-ef06-11eb-8be3-e86a647151f5/fast_planner_node-1*.log

The error messages didn't provide any helpful information and the log file can't find when i try to open the mentioned logs.
Have anyone or FAST team faced this problem? I'd be grateful if you someone give me any recommendations.

@ZbyLGsc
Copy link
Collaborator

ZbyLGsc commented Jul 28, 2021

Currently the map is not optimized for memory usage, so if you allocate a huge map, it may run out of all your memory. You may try to reduce the 'resolution' to relieve this problem.

@Kevinlibaba
Copy link
Author

Kevinlibaba commented Jul 28, 2021

@ZbyLGsc Wow!!! Thanks for your suggestion. It solved my question. I set the 'resolution' to 0.2 and increase the size of local_map in Rviz. Everything went well!

@rsj007
Copy link

rsj007 commented Mar 11, 2022

@ZbyLGsc Wow!!! Thanks for your suggestion. It solved my question. I set the 'resolution' to 0.2 and increase the size of local_map in Rviz. Everything went well!

@Kevinlibaba Hello! Have you run the Fast Planner in airsim successfully? Can I get in touch with you? Thanks!!! My email is 736720216@qq.com

@Kevinlibaba
Copy link
Author

Kevinlibaba commented Mar 11, 2022

@ZbyLGsc Wow!!! Thanks for your suggestion. It solved my question. I set the 'resolution' to 0.2 and increase the size of local_map in Rviz. Everything went well!

@Kevinlibaba Hello! Have you run the Fast Planner in airsim successfully? Can I get in touch with you? Thanks!!! My email is 736720216@qq.com

@rsj007 Yes, I've done that. My email is lirui4217@icloud.com

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

3 participants