Message path autocomplete suggestions are not useful in some cases
See original GitHub issueDescription The message path autcomplete suggestions in this file are not useful and lead to empty plots
- Version: 1.2.0
- OS: macOS
Steps To Reproduce
- Load this mcap file into studio
- Create a plot panel
- Select one of the suggested plot paths like
/base_footprint.transforms[:]{child_frame_id==0}.transform.rotation.y
Current Experience The suggested paths result in empty plots.
Desired Experience In this case studio should suggest something that will actually result in a useful plot like:
/base_footprint.transforms[:]{child_frame_id=='base_footprint'}.transform.rotation.y
or
/base_footprint.transforms[:].transform.rotation.y
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Flutter autocomplete suggestions not working #5978 - GitHub
My autocomplete suggestions just stopped working. As an example, none of the widgets show inside suggestions window when I start typing, ...
Read more >VSCode not suggesting and autocompleting java code
This problem might occur if you're using an older version of Java (below 11). · Open VScode and go to Preferences -> Settings...
Read more >AutoComplete not working correctly - Outlook - Microsoft Learn
In Outlook, select File > Options. · Select the Mail tab. · Scroll roughly halfway down until you see Send messages. · If...
Read more >What are predictive search and autocomplete? - Algolia
Optimize your suggestions. Autocomplete is only helpful if the suggestions are relevant. The suggestions should be based on a number of factors ...
Read more >Fortls installation & Autocomplete Suggestions
How do I know fortls is being used by VS code? Also, I have a problem with the autocomplete suggestions (It might be...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Changing to a bug since
child_frame_id
can never match against0
We need to take the type into account for the autocomplete suggestion.