Skip to main content

Set an environment for easy work with ROS in python without setting things up

Project description

pyrosenv

Set an environment for easy work with ROS in python without setting things up

Usage

For easy working with ROS in Python 3 in your IDE (Pycharm, VSCode, etc.) Do one or more of the following imports. Actually after import pyrosenv you can import anything that you would import in ROS environemnt.

# implicit
import pyrosenv  # set things up
import rospy

#import ros libraries
from pyrosenv import rospy
from pyrosenv import rosbag
from pyrosenv import roslaunch
from pyrosenv import rosgraph
from pyrosenv import roslib

# import std msgs
from pyrosenv.std_msgs.msg import Int16
from pyrosenv.std_msgs.msg import Bool
# ...

# import sensor msgs
from pyrosenv.sensor_msgs.msg import PointCloud2
msg = PointCloud2()
from pyrosenv.sensor_msgs import point_cloud2
point_cloud2.read_points(msg)
# ...

Then you can just use rospy, rosbag, std_msgs, sensor_msgs, etc. as you would in roslaunch.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyrosenv-0.0.0.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

pyrosenv-0.0.0-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file pyrosenv-0.0.0.tar.gz.

File metadata

  • Download URL: pyrosenv-0.0.0.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.0

File hashes

Hashes for pyrosenv-0.0.0.tar.gz
Algorithm Hash digest
SHA256 42b8d729bf752413f6c4dbe815051863580050200257b46c9db23c0f7910093a
MD5 e6d3a5715bd1f50651867e96eef5f428
BLAKE2b-256 8a85b0b196053a7f0be8052b16bf281286f1adc7d55f910a75887130ef84e6e8

See more details on using hashes here.

File details

Details for the file pyrosenv-0.0.0-py3-none-any.whl.

File metadata

  • Download URL: pyrosenv-0.0.0-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.0

File hashes

Hashes for pyrosenv-0.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 faa9f576512a61f8981d21a4f5cc0a27da1e4a0f29dc07e447ca06d50c06f7e3
MD5 f5b9739d1fee0ab306afd401e330c872
BLAKE2b-256 39ea4dde3db3e66645fd4e509c3355f76a55ee9b8b084f2b5f1169eca4db65d9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page