Ros Configurator
Project description
ros-configurator
NB -> tested only on Ubuntu
This package helps developers to configure their ROS environment.
Install package
Simply run in your terminal
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 setsROS_MASTER_URI=http://127.0.0.1:11311/
andROS_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. If the command is run in a ros workspace directory, you can type '.' and the corresponding bash file is automatically sourced.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.
NB -> after using a command, remember to restart the terminal or source .bashrc
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ros_configurator-1.2.2.tar.gz
(3.8 kB
view hashes)
Built Distribution
Close
Hashes for ros_configurator-1.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce78ff18bcdab665240dfe8390cbb189b5a20319282d6162ae231ba1ca852020 |
|
MD5 | f3c39329518034f58be1de71106cc179 |
|
BLAKE2b-256 | 2d945bde4e927cbed917bb25c2fb941c7bbb6f5b953c175dbc8a5e62e3fd1b45 |