Code Monkey home page Code Monkey logo

ros_qtc_plugins's Introduction

ros_qtc_plugins

This contains ROS related plugins for Qt Creator

ros_qtc_plugins's People

Contributors

levi-armstrong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ros_qtc_plugins's Issues

Feature Ideas

Future Features

  • ROS File Templates/Plugin's
    • .launch
    • .msg
    • .srv
    • new package
    • .urdf
    • basic node
    • xcal.yaml
    • user templates
  • Launch file tools
    • visualizer
    • auto complete
  • Formating tools
    • ROS Format warnings
  • User interface to existing ROS tools
    • rosnode List
    • rosparm list
  • Dock all existing ROS gui tools
    • rqt
    • SMACH

ctrl clicking functions sometimes opens includes from install space

We use catkin tools with install space enabled (catkin config --install).

If we have a CMakeLists.txt that installs the include directory, e.g.

install(DIRECTORY
    include/
  DESTINATION ${CATKIN_GLOBAL_INCLUDE_DESTINATION}
)

This can confuse QtCreator, because now some includes are available in the catkin_ws/src and in the catkin_ws/install folder (after a catkin build). This can be very annoying in practice, because sometimes you ctrl click in QtCreator into a header and make some edits there. After the next catkin build, these edits will be overwritten again with the header from below the src space. All that work will be wasted. This happened a couple of times already to me today.

It would be great if we can get the QtCreator ROS Plugin to tell QtCreator to prefer the includes in src over the ones in install. I'm not sure if this is even technically possible though. @Levi-Armstrong , what do you think? any ideas?

If desired I can provide a minimal example that (stochastically but surely) reproduces this issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.