Metadata-Version: 2.1
Name: ros-configurator
Version: 1.0.0
Summary: Ros Configurator
Home-page: https://github.com/micheleantonazzi/ros_configurator
Author: Michele Antonazzi
Author-email: micheleantonazzi@gmail.com
License: MIT
Description: # ros-configurator
        
        **NB -> tested only on ubuntu**
        
        This package helps developers to configure their ros environment.
        
        # Install package
        
        Simply run in your terminal
        
        ```bash
        pip install ros-configurator
        ```
        
        # Instruction
        
        This module provides a lot of shell commands, that guide you in the configuration of the ros environment. Run one of the following commands in a terminal:
        
        * ```ros_config_set_ip_localhost```: this command sets ```ROS_MASTER_URI=http://127.0.0.1:11311/``` and ```ROS_HOSTNAME=127.0.0.1```.
        * ```ros_config_set_ip:``` you can use this command to set the ROS_MASTER_URI and ROS_HOSTNAME variables to the current machine IP in the local network.
        * ```ros_config_set_ros_master_uri```: this command asks you for an IP and sets the ROS_MASTER_URI variable to it.
        * ```ros_config_list_source_files```: this command shows a list of the bash files sourced in your ros environment.
        * ```ros_config_add_source_file```: this command asks you a bash file path and adds it to the source files list.
        * ```ros_config_remove_source_file```: this command shows a list of the bash files sourced in your ros environment and you can specify one to remove.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Provides-Extra: test
