ArduPilot / ArduPilot/MAVProxy
'MapModule' object has no attribute 'default_popup'
Open
- Dominant language
- Python
- Stars
- 595
- Forks
- 773
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 18
Description
whenever I execute this command i'm getting this error :
mavproxy --master=udp:my_ip:5760 --out=udp:my_ip:14550 --map
File "modules\mavproxy_map\__init__.py", line 145, in add_menu
AttributeError: 'MapModule' object has no attribute 'default_popup'
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the reported command with the --map option and inspect modules\mavproxy_map\__init__.py around line 145, where add_menu accesses default_popup. Trace how MapModule is initialized and determine why that attribute is missing; done means the command starts without this AttributeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100