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

Add ROS (Robot Operating System) related icons #185

Open
BrunoB81HK opened this issue Dec 11, 2023 · 2 comments
Open

Add ROS (Robot Operating System) related icons #185

BrunoB81HK opened this issue Dec 11, 2023 · 2 comments

Comments

@BrunoB81HK
Copy link

BrunoB81HK commented Dec 11, 2023

Hi!

First of all, this icon pack is great. Thank you for it!

I was wondering if it was possible to include/add ROS related file icons? It would include the following patterns:

interfaces:
  - *.action
  - *.msg
  - *.srv
  - **/action/*.action # if *.action is not specific enough
  - **/msg/*.msg # if *.msg is not specific enough
  - **/srv/*.srv # if *.srv is not specific enough
meta-data: # This may not be specific to ROS
  - package.xml
  - plugin_description.xml
launch:
  - *.launch.py
  - **/launch/*.launch.py # if *.launch.py is not specific enough
vcstool: # https://github.com/dirk-thomas/vcstool
  - *.repos
moveit: # 
  - .setup_assistant
rviz: # https://github.com/ros-visualization/rviz
  - *.rviz
sdf:
  - *.sdf
srdf:
  - *.srdf
urdf:
  - *.urdf.xacro # Maybe it should use xacro
  - *.urdf
xacro: # https://github.com/ros/xacro/tree/ros2
  - *.xacro

I think I have listed all of them, but I could have missed some.

The only thing that I'm not sure about are what logo/images to use as icons. Some of those tools do not have logos. I think that a good place to get inspiration is the ROS Artwork repository.

Thanks a lot!

@BeardedBear
Copy link
Owner

Hi! unfortunately it's not possible to display icons according to a structural pattern, the way icon themes are designed on VSCode only allows you to list files without their tree context :/

@BrunoB81HK
Copy link
Author

Well that is a bummer. Do you think those file patterns are too generic to be used without the tree structure?

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