Skip to content

mjlee111/catkin_create_qt_pkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catkin_create_qt_pkg Script

ROS2 Support!

https://github.com/mjlee111/ros2_create_qt_pkg.git

Overview

The catkin_create_qt_pkg script helps in creating a ROS (Robot Operating System) package based on QT5 for GUI development. It automates the initial setup of the package and adds necessary dependencies, allowing developers to start working quickly.

Installation

To use the script, clone the repository from GitHub and run the setup script to complete the necessary configuration.

$ git clone https://github.com/mjlee111/catkin_create_qt_pkg.git
$ cd catkin_create_qt_pkg
$ ./setup.sh

Usage

To create a package, use the following command:

$ catkin_create_qt_pkg [package_name] [dependencies]
  • [package_name]: The name of the package you want to create.
  • [dependencies]: Other ROS packages or QT modules that your package depends on, separated by spaces.

For example, to create a package named my_qt_package with dependencies roscpp and std_msgs, you would run:

$ catkin_create_qt_pkg my_qt_package roscpp std_msgs

test image

Screenshot from 2023-09-13 04-52-27

Screenshot from 2023-09-13 04-36-58

About

catkin_create_qt_pkg script file for ROS 1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published