No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.16.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/ros_comm.git
VCS Type git
VCS Version noetic-devel
Last Updated 2023-11-21
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

roslaunch is a tool for easily launching multiple ROS

Additional Links

Maintainers

  • Michael Carroll
  • Shane Loretz

Authors

  • Ken Conley
  • Dirk Thomas
  • Jacob Perron
README
No README found. No README in repository either.
CHANGELOG

Changelog for package roslaunch

1.16.0 (2023-02-15)

1.15.15 (2022-11-23)

  • Move \@jacobperron from maintainer to author (#2302)
  • Fix \$(dirname) resolution in include tags (#2173)
  • Contributors: Robert Haschke, Shane Loretz

1.15.14 (2022-01-06)

1.15.13 (2021-09-22)

1.15.12 (2021-09-21)

1.15.11 (2021-04-06)

1.15.10 (2021-03-18)

  • Fix AttributeError isAlive (#2092)
  • Contributors: Brutus The Tschiepel

1.15.9 (2020-10-16)

  • Update maintainers (#2075)
  • Fix handling of single quotes in command arguments on Windows (#2051)
  • Fix spelling (#2066)
  • Clearer error message (#2035)
  • Ignore underscores when parsing literal numeric values for Python 3 compatibility (#2022)
  • Contributors: Andreas Vinter-Hviid, Jochen Sprickerhof, Sean Yen, Shane Loretz, tomoya

1.15.8 (2020-07-23)

  • fix bad relative import (still Python 2 style) (#1973)

1.15.7 (2020-05-28)

  • fix NameError in launch error handling (#1965)

1.15.6 (2020-05-21)

1.15.5 (2020-05-15)

  • add --sigint-timeout and --sigterm-timeout parameters (#1937)
  • roslaunch-check: search dir recursively (#1914)
  • sort printed nodes by namespace alphabetically (#1934)
  • remove pycrypto import (not used) (#1922)

1.15.4 (2020-03-19)

1.15.3 (2020-02-28)

1.15.2 (2020-02-25)

1.15.1 (2020-02-24)

  • use setuptools instead of distutils (#1870)

1.15.0 (2020-02-21)

  • update test to pass with old and new yaml (#1893)

1.14.4 (2020-02-20)

  • allow empty machine arg in node tag (#1885)
  • use double quotes for portable roslaunch-check command (#1883)
  • bump CMake minimum version to avoid CMP0048 warning (#1869)
  • wrap env prefix with double quotes (#1810)
  • add ignore default args option to roslaunch-check (#1788)
  • add platform check for --args code path (#1809)
  • [Windows] workaround for Python 2 xmlrpc performance issues (#1872)
  • allow empty ssh password for remote launching (#1826)
  • [Windows] escape drive as well as path separator (#1815)
  • more Python 3 compatibility (#1795)
  • use condition attributes to specify Python 2 and 3 dependencies (#1792)
  • [Windows] skip [cat]{.title-ref} related test cases on Windows build (#1724)
  • [Windows] use taskkill to kill process tree (#1725)
  • pass missing args (#1733)
  • fix for roslaunch-check on Python 3
  • roslaunch added --required option (#1681)
  • more Python 3 compatibility (#1783)
  • more Python 3 compatibility (#1782)
  • switch to yaml.safe_load(_all) to prevent YAMLLoadWarning (#1688)
  • fix \$(dirname) for roslaunch-check (#1624)
  • change how commands are executed (#1628)
  • add option to hide summary from roslaunch output (#1655)
  • make roslaunch-check respect arg remappings with command line argument (#1653)
  • add POSIX flag for shlex.split() (#1619)
  • respawn if process died while checking should_respawn() (#1590)
  • add python prefix for python scripts when there is no .py extension (#1589)
  • xmlloader: use continue instead of pass for args_only (#1540)
  • fix various test problems (#1601)
  • normalize strings to utf-8 before setting as environment variable (#1593)
  • fix typos: awhile -> a while (#1534)
  • add more useful helper text here to indicate that this might be a permission error (#1568)
  • exclude unused args check if pass_all_args is set (#1520)
  • add an option in XmlLoader to only load arg tags (#1521)
  • update wiki.ros.org URLs (#1536)
  • improve exception handling when resource is not found (#1476)
  • fix issues when built or run on Windows (#1466)

1.14.3 (2018-08-06)

1.14.2 (2018-06-06)

1.14.1 (2018-05-21)

1.14.0 (2018-05-21)

  • fix \"pass_all_args\" for roslaunch-check, add nosetest (#1368)
  • add --log option to roslaunch (#1330)
  • add substitution when loading yaml files (#1354)

1.13.6 (2018-02-05)

  • add process listeners to XML RPC server (#1319)
  • pass through command-line args to the xmlloader when using the API (#1115)
  • make master process explicitly \'required\' for parent launch (#1228)
  • remove unreachable exceptions (#1260)
  • replace Thread.setDaemon() using new API (#1276)
  • use roslaunch.core.printerrlog for printing error message (#1193, #1317)

1.13.5 (2017-11-09)

1.13.4 (2017-11-02)

1.13.3 (2017-10-25)

  • add --set-master-logger-level option for \'rosmaster\' to output LOG_API (#1180)
  • use defined error codes rather than hardcoded integers (#1174, #1181)
  • fix parameter leaking into sibling scopes (#1158)
  • avoid full stack trace for ResourceNotFound (#1147)
  • remove mention of rosmake from error message (#1140)

1.13.2 (2017-08-15)

1.13.1 (2017-07-27)

  • add \$(dirname) to get directory of current launch file (#1103)
  • clean the namespace to get rid of double or trailing forward slashes (#1100)
  • only launch core nodes if master was launched by roslaunch (#1098)
  • ensure pid file is removed on exit (#1057, #1084)
  • add yaml type for param tag (#1045)
  • ensure cwd exists (#1031)
  • respect if/unless for roslaunch-check (#998)

1.13.0 (2017-02-22)

1.12.7 (2017-02-17)

  • improve error message for invalid tags (#989)
  • fix caching logic to improve performance (#931)

1.12.6 (2016-10-26)

  • add USE_TEST_DEPENDENCIES option to roslaunch_add_file_check() (#910)

1.12.5 (2016-09-30)

1.12.4 (2016-09-19)

1.12.3 (2016-09-17)

  • better naming for roslaunch check test results (#897)
  • support use_test_depends option for roslaunch-check (#887)
  • allow empty include (#882)
  • fix param command for Python 3 (#840)

1.12.2 (2016-06-03)

  • support registering the same test multiple times with different arguments (#814)
  • fix passing multiple args to roslaunch_add_file_check (#814)

1.12.1 (2016-04-18)

  • add support for Python expressions (#784, #793)

1.12.0 (2016-03-18)

1.11.18 (2016-03-17)

1.11.17 (2016-03-11)

  • improve roslaunch-check to not fail if recursive dependencies lack dependencies (#730)
  • add \"pass_all_args\" attribute to roslaunch \"include\" tag (#710)
  • fix a typo in unknown host error message (#735)
  • wait for param server to be available before trying to get param (#711)

1.11.16 (2015-11-09)

  • add [-w]{.title-ref} and [-t]{.title-ref} options (#687)
  • fix missing minimum version for rospkg dependency (#693)

1.11.15 (2015-10-13)

  • improve performance by reusing the rospack instance across nodes with the same default environment (#682)

1.11.14 (2015-09-19)

  • add more information when test times out

1.11.13 (2015-04-28)

1.11.12 (2015-04-27)

1.11.11 (2015-04-16)

1.11.10 (2014-12-22)

  • fix exception at roscore startup if python has IPv6 disabled (#515)
  • fix error handling (#516)
  • fix compatibility with paramiko 1.10.0 (#498)

1.11.9 (2014-08-18)

  • fix usage of logger before it is initialized (#490) (regression from 1.11.6)

1.11.8 (2014-08-04)

  • remove implicit rostest dependency and use rosunit instead (#475)
  • accept stdin input alongside files (#472)

1.11.7 (2014-07-18)

  • fix the ROS_MASTER_URI environment variable logic on Windows (#2)

1.11.6 (2014-07-10)

  • fix printing of non-ascii roslaunch parameters (#454)
  • add respawn_delay attribute to node tag in roslaunch (#446)
  • write traceback for exceptions in roslaunch to log file

1.11.5 (2014-06-24)

1.11.4 (2014-06-16)

  • fix handling of if/unless attributes on args (#437)
  • improve parameter printing in roslaunch (#89)
  • Python 3 compatibility (#426, #427, #429)

1.11.3 (2014-05-21)

1.11.2 (2014-05-08)

1.11.1 (2014-05-07)

  • fix roslaunch anonymous function to generate the same output for the same input (#297)
  • add doc attribute to roslaunch arg tags (#379)
  • print parameter values in roslaunch (#89)
  • add architecture_independent flag in package.xml (#391)

1.11.0 (2014-03-04)

  • use catkin_install_python() to install Python scripts (#361)

1.10.0 (2014-02-11)

  • add optional DEPENDENCIES argument to roslaunch_add_file_check()
  • add explicit run dependency (#347)

1.9.54 (2014-01-27)

  • add missing run/test dependencies on rosbuild to get ROS_ROOT environment variable

1.9.53 (2014-01-14)

1.9.52 (2014-01-08)

1.9.51 (2014-01-07)

  • fix roslaunch-check for unreleased wet dependencies (#332)

1.9.50 (2013-10-04)

  • add option to disable terminal title setting
  • fix roslaunch-check to handle more complex launch files

1.9.49 (2013-09-16)

1.9.48 (2013-08-21)

  • update roslaunch to support ROS_NAMESPACE (#58)
  • make roslaunch relocatable (ros/catkin#490)
  • change roslaunch resolve order (#256)
  • fix roslaunch check script in install space (#257)

1.9.47 (2013-07-03)

  • improve roslaunch completion to include launch file arguments (#230)
  • check for CATKIN_ENABLE_TESTING to enable configure without tests

1.9.46 (2013-06-18)

  • add CMake function roslaunch_add_file_check() (#241)

1.9.45 (2013-06-06)

  • modified roslaunch \$(find PKG) to consider path behind it for resolve strategy (#233)
  • add boolean attribute \'subst_value\' to rosparam tag in launch files (#218)
  • add command line parameter to print out launch args
  • fix missing import in arg_dump.py

1.9.44 (2013-03-21)

  • fix \'roslaunch --files\' with non-unique anononymous ids (#186)
  • fix ROS_MASTER_URI for Windows

1.9.43 (2013-03-13)

  • implement process killer for Windows

1.9.42 (2013-03-08)

  • add option --skip-log-check (#133)
  • update API doc to list raised exceptions in config.py
  • fix invocation of Python scripts under Windows (#54)

1.9.41 (2013-01-24)

  • improve performance of \$(find ...)

1.9.40 (2013-01-13)

  • fix \'roslaunch --pid=\' when pointing to ROS_HOME but folder does not exist (#43)
  • fix \'roslaunch --pid=\' to use shell expansion for the pid value (#44)

1.9.39 (2012-12-29)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

Name Repo Deps
app_manager github-pr2-app_manager
capabilities github-osrf-capabilities
cob_default_env_config github-ipa320-cob_environments
cob_mapping_slam github-ipa320-cob_navigation
cob_navigation_global github-ipa320-cob_navigation
cob_navigation_local github-ipa320-cob_navigation
cob_navigation_slam github-ipa320-cob_navigation
cob_bringup github-ipa320-cob_robots
cob_default_robot_config github-ipa320-cob_robots
cob_hardware_config github-ipa320-cob_robots
cob_bringup_sim github-ipa320-cob_simulation
cob_gazebo github-ipa320-cob_simulation
cob_gazebo_worlds github-ipa320-cob_simulation
cras_cpp_common github-ctu-vras-ros-utils
cras_topic_tools github-ctu-vras-ros-utils
create_description github-AutonomyLab-create_robot
dataspeed_can_usb bitbucket-dataspeedinc-dataspeed_can
dataspeed_pds_can bitbucket-DataspeedInc-dataspeed_pds
dataspeed_pds_lcm bitbucket-DataspeedInc-dataspeed_pds
dbw_fca_can bitbucket-DataspeedInc-dbw_fca_ros
dbw_fca_description bitbucket-DataspeedInc-dbw_fca_ros
dbw_fca_joystick_demo bitbucket-DataspeedInc-dbw_fca_ros
dbw_mkz_can bitbucket-dataspeedinc-dbw_mkz_ros
dbw_mkz_description bitbucket-dataspeedinc-dbw_mkz_ros
dbw_mkz_joystick_demo bitbucket-dataspeedinc-dbw_mkz_ros
dbw_polaris_can bitbucket-DataspeedInc-dbw_polaris_ros
dbw_polaris_description bitbucket-DataspeedInc-dbw_polaris_ros
dbw_polaris_joystick_demo bitbucket-DataspeedInc-dbw_polaris_ros
dingo_control github-dingo-cpr-dingo
dingo_navigation github-dingo-cpr-dingo
dingo_viz github-dingo-cpr-dingo_desktop
dingo_gazebo github-dingo-cpr-dingo_simulator
fetch_navigation github-fetchrobotics-fetch_ros
franka_gazebo github-frankaemika-franka_ros
husky_control github-husky-husky
husky_description github-husky-husky
husky_gazebo github-husky-husky
husky_navigation github-husky-husky
husky_viz github-husky-husky
imu_transformer github-ros-perception-imu_pipeline
industrial_robot_client github-ros-industrial-industrial_core
industrial_robot_simulator github-ros-industrial-industrial_core
interactive_marker_twist_server github-ros-visualization-interactive_marker_twist_server
jackal_control github-jackal-jackal
jackal_description github-jackal-jackal
jackal_navigation github-jackal-jackal
jackal_viz github-jackal-jackal_desktop
jackal_gazebo github-jackal-jackal_simulator
dialogflow_task_executive github-jsk-ros-pkg-jsk_3rdparty
gdrive_ros github-jsk-ros-pkg-jsk_3rdparty
ros_speech_recognition github-jsk-ros-pkg-jsk_3rdparty
jsk_data github-jsk-ros-pkg-jsk_common
jsk_topic_tools github-jsk-ros-pkg-jsk_common
audio_to_spectrogram github-jsk-ros-pkg-jsk_recognition
jsk_pcl_ros github-jsk-ros-pkg-jsk_recognition
jsk_pcl_ros_utils github-jsk-ros-pkg-jsk_recognition
jsk_perception github-jsk-ros-pkg-jsk_recognition
sound_classification github-jsk-ros-pkg-jsk_recognition
jsk_rqt_plugins github-jsk-ros-pkg-jsk_visualization
khi_duaro_description github-Kawasaki-Robotics-khi_robot
khi_duaro_moveit_config github-Kawasaki-Robotics-khi_robot
khi_robot_bringup github-Kawasaki-Robotics-khi_robot
khi_rs007l_moveit_config github-Kawasaki-Robotics-khi_robot
khi_rs007n_moveit_config github-Kawasaki-Robotics-khi_robot
khi_rs013n_moveit_config github-Kawasaki-Robotics-khi_robot
khi_rs020n_moveit_config github-Kawasaki-Robotics-khi_robot
khi_rs025n_moveit_config github-Kawasaki-Robotics-khi_robot
khi_rs080n_moveit_config github-Kawasaki-Robotics-khi_robot
khi_rs_description github-Kawasaki-Robotics-khi_robot
map_laser github-DLu-laser_filtering
lms1xx github-clearpathrobotics-lms1xx
explore_lite github-hrnr-m-explore
multirobot_map_merge github-hrnr-m-explore
mir_description github-DFKI-NI-mir_robot
mir_driver github-DFKI-NI-mir_robot
mir_gazebo github-DFKI-NI-mir_robot
mir_navigation github-DFKI-NI-mir_robot
mocap_nokov github-NOKOV-MOCAP-mocap_nokov
mocap_optitrack github-ros-drivers-mocap_optitrack
mrpt_ekf_slam_2d github-mrpt-ros-pkg-mrpt_slam
mrpt_ekf_slam_3d github-mrpt-ros-pkg-mrpt_slam
mrpt_icp_slam_2d github-mrpt-ros-pkg-mrpt_slam
mrpt_rbpf_slam github-mrpt-ros-pkg-mrpt_slam
fkie_node_manager github-fkie-multimaster_fkie
fkie_node_manager_daemon github-fkie-multimaster_fkie
nmea_comms github-ros-drivers-nmea_comms
omron_os32c_driver github-ros-drivers-omron
osm_cartography github-ros-geographic-info-open_street_map
route_network github-ros-geographic-info-open_street_map
opencv_apps github-ros-perception-opencv_apps
openni2_launch github-ros-drivers-openni2_camera
openni_launch github-ros-drivers-openni_camera
openzen_sensor bitbucket-lpresearch-openzenros
oxford_gps_eth bitbucket-DataspeedInc-oxford_gps_eth
face_detector github-wg-perception-people
leg_detector github-wg-perception-people
people_tracking_filter github-wg-perception-people
people_velocity_tracker github-wg-perception-people
phidgets_accelerometer github-ros-drivers-phidgets_drivers
phidgets_analog_inputs github-ros-drivers-phidgets_drivers
phidgets_analog_outputs github-ros-drivers-phidgets_drivers
phidgets_digital_inputs github-ros-drivers-phidgets_drivers
phidgets_digital_outputs github-ros-drivers-phidgets_drivers
phidgets_gyroscope github-ros-drivers-phidgets_drivers
phidgets_high_speed_encoder github-ros-drivers-phidgets_drivers
phidgets_humidity github-ros-drivers-phidgets_drivers
phidgets_ik github-ros-drivers-phidgets_drivers
phidgets_magnetometer github-ros-drivers-phidgets_drivers
phidgets_motors github-ros-drivers-phidgets_drivers
phidgets_spatial github-ros-drivers-phidgets_drivers
phidgets_temperature github-ros-drivers-phidgets_drivers
prbt_gazebo github-PilzDE-pilz_robots
prbt_moveit_config github-PilzDE-pilz_robots
prbt_support github-PilzDE-pilz_robots
pointgrey_camera_driver github-ros-drivers-pointgrey_camera_driver
pr2_app_manager github-pr2-pr2_apps
pr2_mannequin_mode github-pr2-pr2_apps
pr2_position_scripts github-pr2-pr2_apps
pr2_teleop github-pr2-pr2_apps
pr2_teleop_general github-pr2-pr2_apps
pr2_tuckarm github-pr2-pr2_apps
pr2_bringup github-pr2-pr2_robot
pr2_controller_configuration github-pr2-pr2_robot
psen_scan_v2 github-PilzDE-psen_scan_v2
raptor_dbw_can github-NewEagleRaptor-raptor-dbw-ros
raptor_dbw_joystick_demo github-NewEagleRaptor-raptor-dbw-ros
raptor_dbw_joystick_speed_demo github-NewEagleRaptor-raptor-dbw-ros
rc_visard_description github-roboception-rc_visard_ros
ridgeback_control github-ridgeback-ridgeback
ridgeback_description github-ridgeback-ridgeback
ridgeback_navigation github-ridgeback-ridgeback
ridgeback_viz github-ridgeback-ridgeback_desktop
ridgeback_gazebo github-ridgeback-ridgeback_simulator
robot_nav_viz_demos github-locusrobotics-robot_navigation
robot_upstart github-clearpathrobotics-robot_upstart
ros_comm github-ros-ros_comm
test_roslaunch github-ros-ros_comm
rostest github-ros-ros_comm
roswtf github-ros-ros_comm
rospilot github-rospilot-rospilot
rqt_launch github-ros-visualization-rqt_launch
sensehat_ros github-allxone-sensehat_ros
sick_ldmrs_description github-SICKAG-sick_ldmrs_laser
sick_ldmrs_driver github-SICKAG-sick_ldmrs_laser
sick_ldmrs_tools github-SICKAG-sick_ldmrs_laser
sick_tim github-uos-sick_tim
teleop_twist_joy github-ros-teleop-teleop_twist_joy
ublox_msg_filters github-KumarRobotics-ublox
ur10_moveit_config github-ros-industrial-universal_robot
ur10e_moveit_config github-ros-industrial-universal_robot
ur16e_moveit_config github-ros-industrial-universal_robot
ur20_moveit_config github-ros-industrial-universal_robot
ur30_moveit_config github-ros-industrial-universal_robot
ur3_moveit_config github-ros-industrial-universal_robot
ur3e_moveit_config github-ros-industrial-universal_robot
ur5_moveit_config github-ros-industrial-universal_robot
ur5e_moveit_config github-ros-industrial-universal_robot
ur_description github-ros-industrial-universal_robot
ur_gazebo github-ros-industrial-universal_robot
urdf_tutorial github-ros-urdf_tutorial
urg_node github-ros-drivers-urg_node
velodyne_driver github-ros-drivers-velodyne
velodyne_laserscan github-ros-drivers-velodyne
velodyne_pointcloud github-ros-drivers-velodyne
rwt_app_chooser github-tork-a-visualization_rwt
rwt_image_view github-tork-a-visualization_rwt
rwt_nav github-tork-a-visualization_rwt
rwt_plot github-tork-a-visualization_rwt
rwt_robot_monitor github-tork-a-visualization_rwt
rwt_speech_recognition github-tork-a-visualization_rwt
rwt_steer github-tork-a-visualization_rwt
vrpn_client_ros github-ros-drivers-vrpn_client_ros
warthog_control github-warthog-cpr-warthog
warthog_description github-warthog-cpr-warthog
warthog_viz github-warthog-cpr-warthog_desktop
warthog_gazebo github-warthog-cpr-warthog_simulator
xacro github-ros-xacro
spinnaker_camera_driver github-ros-drivers-flir_camera_driver
atf_core github-floweisshardt-atf
cras_joy_tools github-ctu-vras-cras_joy_tools
raspimouse_bringup github-rt-net-raspimouse
raspimouse_control github-rt-net-raspimouse
sick_visionary_ros github-SICKAG-sick_visionary_ros
thunder_line_follower_pmr3100 github-ThundeRatz-thunder_line_follower_pmr3100
turtlebot3_autorace_core github-ROBOTIS-GIT-turtlebot3_autorace_2020

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roslaunch at Robotics Stack Exchange

No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.13.7
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/ros_comm.git
VCS Type git
VCS Version lunar-devel
Last Updated 2019-02-01
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

roslaunch is a tool for easily launching multiple ROS

Additional Links

Maintainers

  • Dirk Thomas

Authors

  • Ken Conley
README
No README found. No README in repository either.
CHANGELOG

Changelog for package roslaunch

1.13.7 (2018-08-17)

  • fix \"pass_all_args\" for roslaunch-check, add nosetest (#1368)
  • add substitution when loading yaml files (#1354)

1.13.6 (2018-02-05)

  • add process listeners to XML RPC server (#1319)
  • pass through command-line args to the xmlloader when using the API (#1115)
  • make master process explicitly \'required\' for parent launch (#1228)
  • remove unreachable exceptions (#1260)
  • replace Thread.setDaemon() using new API (#1276)
  • use roslaunch.core.printerrlog for printing error message (#1193, #1317)

1.13.5 (2017-11-09)

1.13.4 (2017-11-02)

1.13.3 (2017-10-25)

  • add --set-master-logger-level option for \'rosmaster\' to output LOG_API (#1180)
  • use defined error codes rather than hardcoded integers (#1174, #1181)
  • fix parameter leaking into sibling scopes (#1158)
  • avoid full stack trace for ResourceNotFound (#1147)
  • remove mention of rosmake from error message (#1140)

1.13.2 (2017-08-15)

1.13.1 (2017-07-27)

  • add \$(dirname) to get directory of current launch file (#1103)
  • clean the namespace to get rid of double or trailing forward slashes (#1100)
  • only launch core nodes if master was launched by roslaunch (#1098)
  • ensure pid file is removed on exit (#1057, #1084)
  • add yaml type for param tag (#1045)
  • ensure cwd exists (#1031)
  • respect if/unless for roslaunch-check (#998)

1.13.0 (2017-02-22)

1.12.7 (2017-02-17)

  • improve error message for invalid tags (#989)
  • fix caching logic to improve performance (#931)

1.12.6 (2016-10-26)

  • add USE_TEST_DEPENDENCIES option to roslaunch_add_file_check() (#910)

1.12.5 (2016-09-30)

1.12.4 (2016-09-19)

1.12.3 (2016-09-17)

  • better naming for roslaunch check test results (#897)
  • support use_test_depends option for roslaunch-check (#887)
  • allow empty include (#882)
  • fix param command for Python 3 (#840)

1.12.2 (2016-06-03)

  • support registering the same test multiple times with different arguments (#814)
  • fix passing multiple args to roslaunch_add_file_check (#814)

1.12.1 (2016-04-18)

  • add support for Python expressions (#784, #793)

1.12.0 (2016-03-18)

1.11.18 (2016-03-17)

1.11.17 (2016-03-11)

  • improve roslaunch-check to not fail if recursive dependencies lack dependencies (#730)
  • add \"pass_all_args\" attribute to roslaunch \"include\" tag (#710)
  • fix a typo in unknown host error message (#735)
  • wait for param server to be available before trying to get param (#711)

1.11.16 (2015-11-09)

  • add [-w]{.title-ref} and [-t]{.title-ref} options (#687)
  • fix missing minimum version for rospkg dependency (#693)

1.11.15 (2015-10-13)

  • improve performance by reusing the rospack instance across nodes with the same default environment (#682)

1.11.14 (2015-09-19)

  • add more information when test times out

1.11.13 (2015-04-28)

1.11.12 (2015-04-27)

1.11.11 (2015-04-16)

1.11.10 (2014-12-22)

  • fix exception at roscore startup if python has IPv6 disabled (#515)
  • fix error handling (#516)
  • fix compatibility with paramiko 1.10.0 (#498)

1.11.9 (2014-08-18)

  • fix usage of logger before it is initialized (#490) (regression from 1.11.6)

1.11.8 (2014-08-04)

  • remove implicit rostest dependency and use rosunit instead (#475)
  • accept stdin input alongside files (#472)

1.11.7 (2014-07-18)

  • fix the ROS_MASTER_URI environment variable logic on Windows (#2)

1.11.6 (2014-07-10)

  • fix printing of non-ascii roslaunch parameters (#454)
  • add respawn_delay attribute to node tag in roslaunch (#446)
  • write traceback for exceptions in roslaunch to log file

1.11.5 (2014-06-24)

1.11.4 (2014-06-16)

  • fix handling of if/unless attributes on args (#437)
  • improve parameter printing in roslaunch (#89)
  • Python 3 compatibility (#426, #427, #429)

1.11.3 (2014-05-21)

1.11.2 (2014-05-08)

1.11.1 (2014-05-07)

  • fix roslaunch anonymous function to generate the same output for the same input (#297)
  • add doc attribute to roslaunch arg tags (#379)
  • print parameter values in roslaunch (#89)
  • add architecture_independent flag in package.xml (#391)

1.11.0 (2014-03-04)

  • use catkin_install_python() to install Python scripts (#361)

1.10.0 (2014-02-11)

  • add optional DEPENDENCIES argument to roslaunch_add_file_check()
  • add explicit run dependency (#347)

1.9.54 (2014-01-27)

  • add missing run/test dependencies on rosbuild to get ROS_ROOT environment variable

1.9.53 (2014-01-14)

1.9.52 (2014-01-08)

1.9.51 (2014-01-07)

  • fix roslaunch-check for unreleased wet dependencies (#332)

1.9.50 (2013-10-04)

  • add option to disable terminal title setting
  • fix roslaunch-check to handle more complex launch files

1.9.49 (2013-09-16)

1.9.48 (2013-08-21)

  • update roslaunch to support ROS_NAMESPACE (#58)
  • make roslaunch relocatable (ros/catkin#490)
  • change roslaunch resolve order (#256)
  • fix roslaunch check script in install space (#257)

1.9.47 (2013-07-03)

  • improve roslaunch completion to include launch file arguments (#230)
  • check for CATKIN_ENABLE_TESTING to enable configure without tests

1.9.46 (2013-06-18)

  • add CMake function roslaunch_add_file_check() (#241)

1.9.45 (2013-06-06)

  • modified roslaunch \$(find PKG) to consider path behind it for resolve strategy (#233)
  • add boolean attribute \'subst_value\' to rosparam tag in launch files (#218)
  • add command line parameter to print out launch args
  • fix missing import in arg_dump.py

1.9.44 (2013-03-21)

  • fix \'roslaunch --files\' with non-unique anononymous ids (#186)
  • fix ROS_MASTER_URI for Windows

1.9.43 (2013-03-13)

  • implement process killer for Windows

1.9.42 (2013-03-08)

  • add option --skip-log-check (#133)
  • update API doc to list raised exceptions in config.py
  • fix invocation of Python scripts under Windows (#54)

1.9.41 (2013-01-24)

  • improve performance of \$(find ...)

1.9.40 (2013-01-13)

  • fix \'roslaunch --pid=\' when pointing to ROS_HOME but folder does not exist (#43)
  • fix \'roslaunch --pid=\' to use shell expansion for the pid value (#44)

1.9.39 (2012-12-29)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

Name Repo Deps
app_manager github-pr2-app_manager
capabilities github-osrf-capabilities
cartographer_ros github-googlecartographer-cartographer_ros
imu_transformer github-ros-perception-imu_pipeline
interactive_marker_twist_server github-ros-visualization-interactive_marker_twist_server
dialogflow_task_executive github-jsk-ros-pkg-jsk_3rdparty
gdrive_ros github-jsk-ros-pkg-jsk_3rdparty
ros_speech_recognition github-jsk-ros-pkg-jsk_3rdparty
explore_lite github-hrnr-m-explore
multirobot_map_merge github-hrnr-m-explore
mir_description github-dfki-ric-mir_robot
mir_driver github-dfki-ric-mir_robot
mir_gazebo github-dfki-ric-mir_robot
mir_navigation github-dfki-ric-mir_robot
novatel_span_driver github-ros-drivers-novatel_span_driver
omronsentech_camera github-ose-support-ros-omronsentech_camera
osm_cartography github-ros-geographic-info-open_street_map
route_network github-ros-geographic-info-open_street_map
opencv_apps github-ros-perception-opencv_apps
openni2_launch github-ros-drivers-openni2_camera
openni_launch github-ros-drivers-openni_camera
face_detector github-wg-perception-people
leg_detector github-wg-perception-people
people_tracking_filter github-wg-perception-people
people_velocity_tracker github-wg-perception-people
phidgets_imu github-ros-drivers-phidgets_drivers
pointgrey_camera_driver github-ros-drivers-pointgrey_camera_driver
pr2_app_manager github-pr2-pr2_apps
pr2_mannequin_mode github-pr2-pr2_apps
pr2_position_scripts github-pr2-pr2_apps
pr2_teleop github-pr2-pr2_apps
pr2_teleop_general github-pr2-pr2_apps
pr2_tuckarm github-pr2-pr2_apps
rc_visard_description github-roboception-rc_visard_ros
ros_comm github-ros-ros_comm
test_roslaunch github-ros-ros_comm
rostest github-ros-ros_comm
roswtf github-ros-ros_comm
rqt_launch github-ros-visualization-rqt_launch
sick_ldmrs_description github-SICKAG-sick_ldmrs_laser
sick_ldmrs_driver github-SICKAG-sick_ldmrs_laser
sick_ldmrs_tools github-SICKAG-sick_ldmrs_laser
sick_tim github-uos-sick_tim
urdf_tutorial github-ros-urdf_tutorial
urg_node github-ros-drivers-urg_node
velodyne_driver github-ros-drivers-velodyne
velodyne_laserscan github-ros-drivers-velodyne
velodyne_pointcloud github-ros-drivers-velodyne
vrpn_client_ros github-ros-drivers-vrpn_client_ros
xacro github-ros-xacro
ca_description github-AutonomyLab-create_autonomy
pyros_utils github-pyros-dev-pyros-utils

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roslaunch at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.11.21
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/ros_comm.git
VCS Type git
VCS Version indigo-devel
Last Updated 2017-03-06
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

roslaunch is a tool for easily launching multiple ROS

Additional Links

Maintainers

  • Dirk Thomas

Authors

  • Ken Conley
README
No README found. No README in repository either.
CHANGELOG

Changelog for package roslaunch

1.11.21 (2017-03-06)

  • improve error message for invalid tags (#989)
  • fix caching logic to improve performance (#931)

1.11.20 (2016-06-27)

  • fix roslaunch check for multiple tests with multiple args (#814)

1.11.19 (2016-04-18)

1.11.18 (2016-03-17)

1.11.17 (2016-03-11)

  • improve roslaunch-check to not fail if recursive dependencies lack dependencies (#730)
  • add \"pass_all_args\" attribute to roslaunch \"include\" tag (#710)
  • fix a typo in unknown host error message (#735)
  • wait for param server to be available before trying to get param (#711)

1.11.16 (2015-11-09)

  • add [-w]{.title-ref} and [-t]{.title-ref} options (#687)
  • fix missing minimum version for rospkg dependency (#693)

1.11.15 (2015-10-13)

  • improve performance by reusing the rospack instance across nodes with the same default environment (#682)

1.11.14 (2015-09-19)

  • add more information when test times out

1.11.13 (2015-04-28)

1.11.12 (2015-04-27)

1.11.11 (2015-04-16)

1.11.10 (2014-12-22)

  • fix exception at roscore startup if python has IPv6 disabled (#515)
  • fix error handling (#516)
  • fix compatibility with paramiko 1.10.0 (#498)

1.11.9 (2014-08-18)

  • fix usage of logger before it is initialized (#490) (regression from 1.11.6)

1.11.8 (2014-08-04)

  • remove implicit rostest dependency and use rosunit instead (#475)
  • accept stdin input alongside files (#472)

1.11.7 (2014-07-18)

  • fix the ROS_MASTER_URI environment variable logic on Windows (#2)

1.11.6 (2014-07-10)

  • fix printing of non-ascii roslaunch parameters (#454)
  • add respawn_delay attribute to node tag in roslaunch (#446)
  • write traceback for exceptions in roslaunch to log file

1.11.5 (2014-06-24)

1.11.4 (2014-06-16)

  • fix handling of if/unless attributes on args (#437)
  • improve parameter printing in roslaunch (#89)
  • Python 3 compatibility (#426, #427, #429)

1.11.3 (2014-05-21)

1.11.2 (2014-05-08)

1.11.1 (2014-05-07)

  • fix roslaunch anonymous function to generate the same output for the same input (#297)
  • add doc attribute to roslaunch arg tags (#379)
  • print parameter values in roslaunch (#89)
  • add architecture_independent flag in package.xml (#391)

1.11.0 (2014-03-04)

  • use catkin_install_python() to install Python scripts (#361)

1.10.0 (2014-02-11)

  • add optional DEPENDENCIES argument to roslaunch_add_file_check()
  • add explicit run dependency (#347)

1.9.54 (2014-01-27)

  • add missing run/test dependencies on rosbuild to get ROS_ROOT environment variable

1.9.53 (2014-01-14)

1.9.52 (2014-01-08)

1.9.51 (2014-01-07)

  • fix roslaunch-check for unreleased wet dependencies (#332)

1.9.50 (2013-10-04)

  • add option to disable terminal title setting
  • fix roslaunch-check to handle more complex launch files

1.9.49 (2013-09-16)

1.9.48 (2013-08-21)

  • update roslaunch to support ROS_NAMESPACE (#58)
  • make roslaunch relocatable (ros/catkin#490)
  • change roslaunch resolve order (#256)
  • fix roslaunch check script in install space (#257)

1.9.47 (2013-07-03)

  • improve roslaunch completion to include launch file arguments (#230)
  • check for CATKIN_ENABLE_TESTING to enable configure without tests

1.9.46 (2013-06-18)

  • add CMake function roslaunch_add_file_check() (#241)

1.9.45 (2013-06-06)

  • modified roslaunch \$(find PKG) to consider path behind it for resolve strategy (#233)
  • add boolean attribute \'subst_value\' to rosparam tag in launch files (#218)
  • add command line parameter to print out launch args
  • fix missing import in arg_dump.py

1.9.44 (2013-03-21)

  • fix \'roslaunch --files\' with non-unique anononymous ids (#186)
  • fix ROS_MASTER_URI for Windows

1.9.43 (2013-03-13)

  • implement process killer for Windows

1.9.42 (2013-03-08)

  • add option --skip-log-check (#133)
  • update API doc to list raised exceptions in config.py
  • fix invocation of Python scripts under Windows (#54)

1.9.41 (2013-01-24)

  • improve performance of \$(find ...)

1.9.40 (2013-01-13)

  • fix \'roslaunch --pid=\' when pointing to ROS_HOME but folder does not exist (#43)
  • fix \'roslaunch --pid=\' to use shell expansion for the pid value (#44)

1.9.39 (2012-12-29)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

Name Repo Deps
fanuc_cr35ia_support github-ros-industrial-fanuc
fanuc_cr7ia_moveit_config github-ros-industrial-fanuc
fanuc_cr7ia_support github-ros-industrial-fanuc
fanuc_cr7ial_moveit_config github-ros-industrial-fanuc
fanuc_driver github-ros-industrial-fanuc
fanuc_lrmate200i_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200i_support github-ros-industrial-fanuc
fanuc_lrmate200ib3l_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ib_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ib_support github-ros-industrial-fanuc
fanuc_lrmate200ic5h_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ic5l_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ic_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ic_support github-ros-industrial-fanuc
fanuc_m10ia_moveit_config github-ros-industrial-fanuc
fanuc_m10ia_support github-ros-industrial-fanuc
fanuc_m16ib20_moveit_config github-ros-industrial-fanuc
fanuc_m16ib_support github-ros-industrial-fanuc
fanuc_m20ia10l_moveit_config github-ros-industrial-fanuc
fanuc_m20ia_moveit_config github-ros-industrial-fanuc
fanuc_m20ia_support github-ros-industrial-fanuc
fanuc_m20ib25_moveit_config github-ros-industrial-fanuc
fanuc_m20ib_support github-ros-industrial-fanuc
fanuc_m430ia2f_moveit_config github-ros-industrial-fanuc
fanuc_m430ia2p_moveit_config github-ros-industrial-fanuc
fanuc_m430ia_support github-ros-industrial-fanuc
fanuc_m6ib6s_moveit_config github-ros-industrial-fanuc
fanuc_m6ib_moveit_config github-ros-industrial-fanuc
fanuc_m6ib_support github-ros-industrial-fanuc
fanuc_m710ic_support github-ros-industrial-fanuc
fanuc_m900ia_support github-ros-industrial-fanuc
fanuc_m900ib_support github-ros-industrial-fanuc
fanuc_r1000ia80f_moveit_config github-ros-industrial-fanuc
fanuc_r1000ia_support github-ros-industrial-fanuc
fanuc_lrmate200id7l_moveit_config github-ros-industrial-fanuc_experimental
fanuc_lrmate200id_moveit_config github-ros-industrial-fanuc_experimental
fanuc_lrmate200id_support github-ros-industrial-fanuc_experimental
fanuc_r2000ib_support github-ros-industrial-fanuc_experimental
fanuc_r2000ic_support github-ros-industrial-fanuc_experimental
fetch_navigation github-fetchrobotics-fetch_ros
imu_transformer github-ros-perception-imu_pipeline
industrial_robot_simulator github-ros-industrial-industrial_core
interactive_marker_twist_server github-ros-visualization-interactive_marker_twist_server
dialogflow_task_executive github-jsk-ros-pkg-jsk_3rdparty
gdrive_ros github-jsk-ros-pkg-jsk_3rdparty
ros_speech_recognition github-jsk-ros-pkg-jsk_3rdparty
jsk_data github-jsk-ros-pkg-jsk_common
jsk_topic_tools github-jsk-ros-pkg-jsk_common
audio_to_spectrogram github-jsk-ros-pkg-jsk_recognition
jsk_pcl_ros github-jsk-ros-pkg-jsk_recognition
jsk_pcl_ros_utils github-jsk-ros-pkg-jsk_recognition
jsk_perception github-jsk-ros-pkg-jsk_recognition
sound_classification github-jsk-ros-pkg-jsk_recognition
lms1xx github-clearpathrobotics-lms1xx
explore_lite github-hrnr-m-explore
multirobot_map_merge github-hrnr-m-explore
mrpt_ekf_slam_2d github-mrpt-ros-pkg-mrpt_slam
mrpt_ekf_slam_3d github-mrpt-ros-pkg-mrpt_slam
mrpt_icp_slam_2d github-mrpt-ros-pkg-mrpt_slam
mrpt_rbpf_slam github-mrpt-ros-pkg-mrpt_slam
default_cfg_fkie github-fkie-multimaster_fkie
node_manager_fkie github-fkie-multimaster_fkie
nmea_comms github-ros-drivers-nmea_comms
novatel_span_driver github-ros-drivers-novatel_span_driver
opencv_apps github-ros-perception-opencv_apps
openni2_launch github-ros-drivers-openni2_camera
openni_launch github-ros-drivers-openni_camera
openni_launch github-ros-drivers-openni_launch
pointgrey_camera_driver github-ros-drivers-pointgrey_camera_driver
robot_upstart github-clearpathrobotics-robot_upstart
ros_comm github-ros-ros_comm
test_roslaunch github-ros-ros_comm
rostest github-ros-ros_comm
roswtf github-ros-ros_comm
rospilot github-rospilot-rospilot
rqt_launch github-ros-visualization-rqt_launch
rqt_launchtree github-pschillinger-rqt_launchtree
sick_ldmrs_description github-SICKAG-sick_ldmrs_laser
sick_ldmrs_driver github-SICKAG-sick_ldmrs_laser
sick_ldmrs_tools github-SICKAG-sick_ldmrs_laser
teleop_twist_joy github-ros-teleop-teleop_twist_joy
ublox_msg_filters github-KumarRobotics-ublox
urdf_tutorial github-ros-urdf_tutorial
urg_node github-ros-drivers-urg_node
vrpn_client_ros github-clearpathrobotics-vrpn_client_ros
xacro github-ros-xacro
bebop_description github-AutonomyLab-bebop_autonomy
ca_description github-AutonomyLab-create_autonomy
grizzly_navigation github-g-grizzly
nao_audio github-ros-naoqi-naoqi_interaction
nao_vision github-ros-naoqi-naoqi_interaction
naoqi_driver_py github-ros-naoqi-naoqi_bridge
pepper_bringup github-ros-naoqi-pepper_robot
pyros_utils github-asmodehn-pyros-utils
rsv_balance_description github-robosavvy-rsv_balance
rsv_balance_viz github-robosavvy-rsv_balance_desktop
rsv_balance_gazebo github-robosavvy-rsv_balance_simulator
rplidar_python github-DinnerHowe-rplidar_python

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roslaunch at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.11.21
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/ros_comm.git
VCS Type git
VCS Version indigo-devel
Last Updated 2017-03-06
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

roslaunch is a tool for easily launching multiple ROS

Additional Links

Maintainers

  • Dirk Thomas

Authors

  • Ken Conley
README
No README found. No README in repository either.
CHANGELOG

Changelog for package roslaunch

1.11.21 (2017-03-06)

  • improve error message for invalid tags (#989)
  • fix caching logic to improve performance (#931)

1.11.20 (2016-06-27)

  • fix roslaunch check for multiple tests with multiple args (#814)

1.11.19 (2016-04-18)

1.11.18 (2016-03-17)

1.11.17 (2016-03-11)

  • improve roslaunch-check to not fail if recursive dependencies lack dependencies (#730)
  • add \"pass_all_args\" attribute to roslaunch \"include\" tag (#710)
  • fix a typo in unknown host error message (#735)
  • wait for param server to be available before trying to get param (#711)

1.11.16 (2015-11-09)

  • add [-w]{.title-ref} and [-t]{.title-ref} options (#687)
  • fix missing minimum version for rospkg dependency (#693)

1.11.15 (2015-10-13)

  • improve performance by reusing the rospack instance across nodes with the same default environment (#682)

1.11.14 (2015-09-19)

  • add more information when test times out

1.11.13 (2015-04-28)

1.11.12 (2015-04-27)

1.11.11 (2015-04-16)

1.11.10 (2014-12-22)

  • fix exception at roscore startup if python has IPv6 disabled (#515)
  • fix error handling (#516)
  • fix compatibility with paramiko 1.10.0 (#498)

1.11.9 (2014-08-18)

  • fix usage of logger before it is initialized (#490) (regression from 1.11.6)

1.11.8 (2014-08-04)

  • remove implicit rostest dependency and use rosunit instead (#475)
  • accept stdin input alongside files (#472)

1.11.7 (2014-07-18)

  • fix the ROS_MASTER_URI environment variable logic on Windows (#2)

1.11.6 (2014-07-10)

  • fix printing of non-ascii roslaunch parameters (#454)
  • add respawn_delay attribute to node tag in roslaunch (#446)
  • write traceback for exceptions in roslaunch to log file

1.11.5 (2014-06-24)

1.11.4 (2014-06-16)

  • fix handling of if/unless attributes on args (#437)
  • improve parameter printing in roslaunch (#89)
  • Python 3 compatibility (#426, #427, #429)

1.11.3 (2014-05-21)

1.11.2 (2014-05-08)

1.11.1 (2014-05-07)

  • fix roslaunch anonymous function to generate the same output for the same input (#297)
  • add doc attribute to roslaunch arg tags (#379)
  • print parameter values in roslaunch (#89)
  • add architecture_independent flag in package.xml (#391)

1.11.0 (2014-03-04)

  • use catkin_install_python() to install Python scripts (#361)

1.10.0 (2014-02-11)

  • add optional DEPENDENCIES argument to roslaunch_add_file_check()
  • add explicit run dependency (#347)

1.9.54 (2014-01-27)

  • add missing run/test dependencies on rosbuild to get ROS_ROOT environment variable

1.9.53 (2014-01-14)

1.9.52 (2014-01-08)

1.9.51 (2014-01-07)

  • fix roslaunch-check for unreleased wet dependencies (#332)

1.9.50 (2013-10-04)

  • add option to disable terminal title setting
  • fix roslaunch-check to handle more complex launch files

1.9.49 (2013-09-16)

1.9.48 (2013-08-21)

  • update roslaunch to support ROS_NAMESPACE (#58)
  • make roslaunch relocatable (ros/catkin#490)
  • change roslaunch resolve order (#256)
  • fix roslaunch check script in install space (#257)

1.9.47 (2013-07-03)

  • improve roslaunch completion to include launch file arguments (#230)
  • check for CATKIN_ENABLE_TESTING to enable configure without tests

1.9.46 (2013-06-18)

  • add CMake function roslaunch_add_file_check() (#241)

1.9.45 (2013-06-06)

  • modified roslaunch \$(find PKG) to consider path behind it for resolve strategy (#233)
  • add boolean attribute \'subst_value\' to rosparam tag in launch files (#218)
  • add command line parameter to print out launch args
  • fix missing import in arg_dump.py

1.9.44 (2013-03-21)

  • fix \'roslaunch --files\' with non-unique anononymous ids (#186)
  • fix ROS_MASTER_URI for Windows

1.9.43 (2013-03-13)

  • implement process killer for Windows

1.9.42 (2013-03-08)

  • add option --skip-log-check (#133)
  • update API doc to list raised exceptions in config.py
  • fix invocation of Python scripts under Windows (#54)

1.9.41 (2013-01-24)

  • improve performance of \$(find ...)

1.9.40 (2013-01-13)

  • fix \'roslaunch --pid=\' when pointing to ROS_HOME but folder does not exist (#43)
  • fix \'roslaunch --pid=\' to use shell expansion for the pid value (#44)

1.9.39 (2012-12-29)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

Name Repo Deps
abb_irb2400_support github-ros-industrial-abb
abb_irb5400_support github-ros-industrial-abb
abb_irb6600_support github-ros-industrial-abb
abb_irb6640_support github-ros-industrial-abb
adi_driver github-tork-a-adi_driver
app_manager github-pr2-app_manager
ati_force_torque github-iirob-ati_force_torque
capabilities github-osrf-capabilities
cartographer_ros github-googlecartographer-cartographer_ros
cob_default_env_config github-ipa320-cob_environments
cob_mapping_slam github-ipa320-cob_navigation
cob_navigation_global github-ipa320-cob_navigation
cob_navigation_local github-ipa320-cob_navigation
cob_navigation_slam github-ipa320-cob_navigation
cob_bringup github-ipa320-cob_robots
cob_default_robot_config github-ipa320-cob_robots
cob_hardware_config github-ipa320-cob_robots
cob_bringup_sim github-ipa320-cob_simulation
cob_gazebo github-ipa320-cob_simulation
cob_gazebo_objects github-ipa320-cob_simulation
cob_gazebo_worlds github-ipa320-cob_simulation
fanuc_cr35ia_support github-ros-industrial-fanuc
fanuc_cr7ia_moveit_config github-ros-industrial-fanuc
fanuc_cr7ia_support github-ros-industrial-fanuc
fanuc_cr7ial_moveit_config github-ros-industrial-fanuc
fanuc_driver github-ros-industrial-fanuc
fanuc_lrmate200i_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200i_support github-ros-industrial-fanuc
fanuc_lrmate200ib3l_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ib_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ib_support github-ros-industrial-fanuc
fanuc_lrmate200ic5h_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ic5l_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ic_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ic_support github-ros-industrial-fanuc
fanuc_m10ia_moveit_config github-ros-industrial-fanuc
fanuc_m10ia_support github-ros-industrial-fanuc
fanuc_m16ib20_moveit_config github-ros-industrial-fanuc
fanuc_m16ib_support github-ros-industrial-fanuc
fanuc_m20ia10l_moveit_config github-ros-industrial-fanuc
fanuc_m20ia_moveit_config github-ros-industrial-fanuc
fanuc_m20ia_support github-ros-industrial-fanuc
fanuc_m20ib25_moveit_config github-ros-industrial-fanuc
fanuc_m20ib_support github-ros-industrial-fanuc
fanuc_m430ia2f_moveit_config github-ros-industrial-fanuc
fanuc_m430ia2p_moveit_config github-ros-industrial-fanuc
fanuc_m430ia_support github-ros-industrial-fanuc
fanuc_m6ib6s_moveit_config github-ros-industrial-fanuc
fanuc_m6ib_moveit_config github-ros-industrial-fanuc
fanuc_m6ib_support github-ros-industrial-fanuc
fanuc_m710ic_support github-ros-industrial-fanuc
fanuc_m900ia_support github-ros-industrial-fanuc
fanuc_m900ib_support github-ros-industrial-fanuc
fanuc_r1000ia80f_moveit_config github-ros-industrial-fanuc
fanuc_r1000ia_support github-ros-industrial-fanuc
fanuc_lrmate200id7l_moveit_config github-ros-industrial-fanuc_experimental
fanuc_lrmate200id_moveit_config github-ros-industrial-fanuc_experimental
fanuc_lrmate200id_support github-ros-industrial-fanuc_experimental
fanuc_r2000ib_support github-ros-industrial-fanuc_experimental
fanuc_r2000ic_support github-ros-industrial-fanuc_experimental
fetch_navigation github-fetchrobotics-fetch_ros
flir_ptu_driver github-ros-drivers-flir_ptu
flir_ptu_viz github-ros-drivers-flir_ptu
heron_description github-heron-heron
heron_viz github-heron-heron_desktop
husky_control github-husky-husky
husky_description github-husky-husky
husky_navigation github-husky-husky
husky_ur5_moveit_config github-husky-husky
imu_transformer github-ros-perception-imu_pipeline
industrial_robot_simulator github-ros-industrial-industrial_core
interactive_marker_twist_server github-ros-visualization-interactive_marker_twist_server
jackal_control github-jackal-jackal
jackal_description github-jackal-jackal
jackal_navigation github-jackal-jackal
jackal_viz github-jackal-jackal_desktop
jackal_gazebo github-jackal-jackal_simulator
dialogflow_task_executive github-jsk-ros-pkg-jsk_3rdparty
gdrive_ros github-jsk-ros-pkg-jsk_3rdparty
ros_speech_recognition github-jsk-ros-pkg-jsk_3rdparty
jsk_data github-jsk-ros-pkg-jsk_common
jsk_topic_tools github-jsk-ros-pkg-jsk_common
audio_to_spectrogram github-jsk-ros-pkg-jsk_recognition
jsk_pcl_ros github-jsk-ros-pkg-jsk_recognition
jsk_pcl_ros_utils github-jsk-ros-pkg-jsk_recognition
jsk_perception github-jsk-ros-pkg-jsk_recognition
sound_classification github-jsk-ros-pkg-jsk_recognition
jsk_rqt_plugins github-jsk-ros-pkg-jsk_visualization
lms1xx github-clearpathrobotics-lms1xx
ethercat_manager github-tork-a-minas
minas_control github-tork-a-minas
tra1_bringup github-tork-a-minas
tra1_description github-tork-a-minas
tra1_moveit_config github-tork-a-minas
mir_description github-dfki-ric-mir_robot
mir_driver github-dfki-ric-mir_robot
mir_gazebo github-dfki-ric-mir_robot
mir_navigation github-dfki-ric-mir_robot
mrpt_ekf_slam_2d github-mrpt-ros-pkg-mrpt_slam
mrpt_ekf_slam_3d github-mrpt-ros-pkg-mrpt_slam
mrpt_icp_slam_2d github-mrpt-ros-pkg-mrpt_slam
mrpt_rbpf_slam github-mrpt-ros-pkg-mrpt_slam
default_cfg_fkie github-fkie-multimaster_fkie
node_manager_fkie github-fkie-multimaster_fkie
nmea_comms github-ros-drivers-nmea_comms
novatel_span_driver github-ros-drivers-novatel_span_driver
omron_os32c_driver github-ros-drivers-omron
osm_cartography github-ros-geographic-info-open_street_map
route_network github-ros-geographic-info-open_street_map
opencv_apps github-ros-perception-opencv_apps
openni2_launch github-ros-drivers-openni2_camera
openni_launch github-ros-drivers-openni_camera
pointgrey_camera_driver github-ros-drivers-pointgrey_camera_driver
pr2_controller_configuration github-pr2-pr2_robot
rc_visard_description github-roboception-rc_visard_ros
ridgeback_control github-ridgeback-ridgeback
ridgeback_description github-ridgeback-ridgeback
ridgeback_navigation github-ridgeback-ridgeback
ridgeback_viz github-ridgeback-ridgeback_desktop
ridgeback_gazebo github-ridgeback-ridgeback_simulator
robot_upstart github-clearpathrobotics-robot_upstart
rocon_launch github-robotics-in-concert-rocon_tools
ros_comm github-ros-ros_comm
test_roslaunch github-ros-ros_comm
rostest github-ros-ros_comm
roswtf github-ros-ros_comm
rospilot github-rospilot-rospilot
rqt_joint_trajectory_plot github-tork-a-rqt_joint_trajectory_plot
rqt_launch github-ros-visualization-rqt_launch
rqt_launchtree github-pschillinger-rqt_launchtree
sick_ldmrs_description github-SICKAG-sick_ldmrs_laser
sick_ldmrs_driver github-SICKAG-sick_ldmrs_laser
sick_ldmrs_tools github-SICKAG-sick_ldmrs_laser
sick_tim github-uos-sick_tim
staubli_rx160_support github-ros-industrial-staubli
staubli_tx60_support github-ros-industrial-staubli_experimental
staubli_tx90_support github-ros-industrial-staubli_experimental
staubli_val3_driver github-ros-industrial-staubli_experimental
teleop_twist_joy github-ros-teleop-teleop_twist_joy
timed_roslaunch github-MoriKen254-timed_roslaunch
ublox_msg_filters github-KumarRobotics-ublox
urdf_tutorial github-ros-urdf_tutorial
urg_node github-ros-drivers-urg_node
velodyne_driver github-ros-drivers-velodyne
velodyne_laserscan github-ros-drivers-velodyne
velodyne_pointcloud github-ros-drivers-velodyne
vrpn_client_ros github-ros-drivers-vrpn_client_ros
warthog_control github-warthog-cpr-warthog
warthog_description github-warthog-cpr-warthog
warthog_viz github-warthog-cpr-warthog_desktop
warthog_gazebo github-warthog-cpr-warthog_simulator
xacro github-ros-xacro
abb_irb120_support github-ros-industrial-abb_experimental
abb_irb4400_support github-ros-industrial-abb_experimental
bebop_description github-AutonomyLab-bebop_autonomy
ca_description github-AutonomyLab-create_autonomy
grizzly_navigation github-g-grizzly
grizzly_viz github-g-grizzly_desktop
infinisoleil github-ncs-3d-sensing-infinisoleil
innok_heros_description github-innokrobotics-innok_heros_description
kuka_kr10_support github-ros-industrial-kuka_experimental
kuka_kr120_support github-ros-industrial-kuka_experimental
kuka_kr150_support github-ros-industrial-kuka_experimental
kuka_kr16_support github-ros-industrial-kuka_experimental
kuka_kr210_support github-ros-industrial-kuka_experimental
kuka_kr3_support github-ros-industrial-kuka_experimental
kuka_kr5_support github-ros-industrial-kuka_experimental
kuka_kr6_support github-ros-industrial-kuka_experimental
kuka_lbr_iiwa_support github-ros-industrial-kuka_experimental
motoman_mh5_support github-ros-industrial-motoman
motoman_sda10f_support github-ros-industrial-motoman
motoman_sia10d_support github-ros-industrial-motoman
motoman_sia10f_support github-ros-industrial-motoman
motoman_sia20d_support github-ros-industrial-motoman
motoman_sia5d_support github-ros-industrial-motoman
motoman_bmda3_support github-ros-industrial-motoman_experimental
motoman_mh_support github-ros-industrial-motoman_experimental
motoman_mpl_support github-ros-industrial-motoman_experimental
nao_audio github-ros-naoqi-naoqi_interaction
nao_vision github-ros-naoqi-naoqi_interaction
naoqi_driver_py github-ros-naoqi-naoqi_bridge
openrave_calibration github-jsk-ros-pkg-openrave_planning
pepper_bringup github-ros-naoqi-pepper_robot
puma_motor_driver github-clearpathrobotics-puma_motor_driver
pyros_utils github-asmodehn-pyros-utils
rb1_base_description github-RobotnikAutomation-rb1_base_common
rb1_base_sim_bringup github-RobotnikAutomation-rb1_base_sim
roch_bringup github-SawYer-Robotics-roch
roch_navigation github-SawYer-Robotics-roch
roch_teleop github-SawYer-Robotics-roch
roch_base github-SawYer-Robotics-roch_robot
roch_control github-SawYer-Robotics-roch_robot
roch_description github-SawYer-Robotics-roch_robot
roch_gazebo github-SawYer-Robotics-roch_simulator
roch_viz github-SawYer-Robotics-roch_viz
rocon_app_utilities github-robotics-in-concert-rocon_app_platform
rocon_test github-robotics-in-concert-rocon_multimaster
roomblock_bringup github-tork-a-roomblock
roomblock_description github-tork-a-roomblock
roomblock_mapping github-tork-a-roomblock
roomblock_navigation github-tork-a-roomblock
summit_xl_description github-RobotnikAutomation-summit_xl_common
summit_xl_sim_bringup github-RobotnikAutomation-summit_xl_sim
launchman github-UNR-RoboticsResearchLab-web_interface
bwi_launch github-utexas-bwi-bwi
bwi_gazebo_entities github-utexas-bwi-bwi_common
bwi_logging github-utexas-bwi-bwi_common
utexas_gdc github-utexas-bwi-bwi_common
husky_gazebo github-husky-husky_simulator
jsk_cobotta_startup github-jsk-ros-pkg-jsk_robot
jsk_fetch_gazebo_demo github-jsk-ros-pkg-jsk_robot
jsk_kinova_startup github-jsk-ros-pkg-jsk_robot
jsk_pepper_startup github-jsk-ros-pkg-jsk_robot
jsk_unitree_startup github-jsk-ros-pkg-jsk_robot
kingfisher_description github-kf-kingfisher
concert_service_manager github-robotics-in-concert-rocon_concert
segbot_bringup github-utexas-bwi-segbot
segbot_gazebo github-utexas-bwi-segbot
segbot_navigation github-utexas-bwi-segbot
segbot_sensors github-utexas-bwi-segbot
segbot_simulation_apps github-utexas-bwi-segbot
evarobot_viz github-inomuh-evapc_ros
husky_viz github-husky-husky_desktop
husky_base github-husky-husky_robot
husky_bringup github-husky-husky_robot
innok_heros_control github-innokrobotics-innok_heros_control
innok_heros_gazebo github-innokrobotics-innok_heros_gazebo
jackal_base github-jackal-jackal_robot
jsk_2013_04_pr2_610 github-jsk-ros-pkg-jsk_demos
numatac_can_driver github-clearpathrobotics-numatac_can_driver
raptor_dbw_can github-NewEagleRaptor-pacifica-dbw-ros
raptor_dbw_joystick_demo github-NewEagleRaptor-pacifica-dbw-ros
raptor_dbw_joystick_speed_demo github-NewEagleRaptor-pacifica-dbw-ros
ridgeback_base github-ridgeback-ridgeback_robot
ridgeback_bringup github-ridgeback-ridgeback_robot
p3dx_dpl github-hrnr-robo-rescue
p3dx_robot github-hrnr-robo-rescue
rplidar_python github-DinnerHowe-rplidar_python
schunk_lwa4d github-ipa320-schunk_robots
schunk_lwa4p github-ipa320-schunk_robots
schunk_lwa4p_extended github-ipa320-schunk_robots
schunk_pg70 github-ipa320-schunk_robots
schunk_pw70 github-ipa320-schunk_robots
ursa_driver github-mikehosmar-ursa_driver

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roslaunch at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.10.12
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/ros_comm.git
VCS Type git
VCS Version hydro-devel
Last Updated 2014-12-29
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

roslaunch is a tool for easily launching multiple ROS

Additional Links

Maintainers

  • Dirk Thomas

Authors

  • Ken Conley
README
No README found. No README in repository either.
CHANGELOG

Changelog for package roslaunch

1.10.12 (2014-12-29)

1.10.11 (2014-08-18)

  • fix the ROS_MASTER_URI environment variable logic on Windows (#2)

1.10.10 (2014-06-16)

  • fix handling of if/unless attributes on args (#437)

1.10.3 (2014-06-02)

1.10.2 (2014-03-03)

1.10.1 (2014-02-25)

  • add optional DEPENDENCIES argument to roslaunch_add_file_check()
  • add explicit run dependency (#347)

1.9.54 (2014-01-27)

  • add missing run/test dependencies on rosbuild to get ROS_ROOT environment variable

1.9.53 (2014-01-14)

1.9.52 (2014-01-08)

1.9.51 (2014-01-07)

  • fix roslaunch-check for unreleased wet dependencies (#332)

1.9.50 (2013-10-04)

  • add option to disable terminal title setting
  • fix roslaunch-check to handle more complex launch files

1.9.49 (2013-09-16)

1.9.48 (2013-08-21)

  • update roslaunch to support ROS_NAMESPACE (#58)
  • make roslaunch relocatable (ros/catkin#490)
  • change roslaunch resolve order (#256)
  • fix roslaunch check script in install space (#257)

1.9.47 (2013-07-03)

  • improve roslaunch completion to include launch file arguments (#230)
  • check for CATKIN_ENABLE_TESTING to enable configure without tests

1.9.46 (2013-06-18)

  • add CMake function roslaunch_add_file_check() (#241)

1.9.45 (2013-06-06)

  • modified roslaunch \$(find PKG) to consider path behind it for resolve strategy (#233)
  • add boolean attribute \'subst_value\' to rosparam tag in launch files (#218)
  • add command line parameter to print out launch args
  • fix missing import in arg_dump.py

1.9.44 (2013-03-21)

  • fix \'roslaunch --files\' with non-unique anononymous ids (#186)
  • fix ROS_MASTER_URI for Windows

1.9.43 (2013-03-13)

  • implement process killer for Windows

1.9.42 (2013-03-08)

  • add option --skip-log-check (#133)
  • update API doc to list raised exceptions in config.py
  • fix invocation of Python scripts under Windows (#54)

1.9.41 (2013-01-24)

  • improve performance of \$(find ...)

1.9.40 (2013-01-13)

  • fix \'roslaunch --pid=\' when pointing to ROS_HOME but folder does not exist (#43)
  • fix \'roslaunch --pid=\' to use shell expansion for the pid value (#44)

1.9.39 (2012-12-29)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

Name Repo Deps
abb_common github-ros-industrial-abb
abb_irb2400_support github-ros-industrial-abb
abb_irb5400_support github-ros-industrial-abb
abb_irb6600_support github-ros-industrial-abb
app_manager github-pr2-app_manager
capabilities github-osrf-capabilities
cob_bringup github-ipa320-cob_robots
cob_controller_configuration_gazebo github-ipa320-cob_robots
cob_default_robot_config github-ipa320-cob_robots
cob_hardware_config github-ipa320-cob_robots
fanuc_driver github-ros-industrial-fanuc
fanuc_lrmate200ic_support github-ros-industrial-fanuc
fanuc_m10ia_support github-ros-industrial-fanuc
fanuc_m16ib_support github-ros-industrial-fanuc
fanuc_m20ia_support github-ros-industrial-fanuc
fanuc_m430ia_support github-ros-industrial-fanuc
fanuc_lrmate200ib_support github-ros-industrial-fanuc_experimental
fanuc_lrmate200id_support github-ros-industrial-fanuc_experimental
fanuc_m900ia_support github-ros-industrial-fanuc_experimental
flir_ptu_driver github-ros-drivers-flir_ptu
flir_ptu_viz github-ros-drivers-flir_ptu
dialogflow_task_executive github-jsk-ros-pkg-jsk_3rdparty
gdrive_ros github-jsk-ros-pkg-jsk_3rdparty
ros_speech_recognition github-jsk-ros-pkg-jsk_3rdparty
jsk_data github-jsk-ros-pkg-jsk_common
jsk_topic_tools github-jsk-ros-pkg-jsk_common
audio_to_spectrogram github-jsk-ros-pkg-jsk_recognition
jsk_pcl_ros github-jsk-ros-pkg-jsk_recognition
jsk_pcl_ros_utils github-jsk-ros-pkg-jsk_recognition
jsk_perception github-jsk-ros-pkg-jsk_recognition
sound_classification github-jsk-ros-pkg-jsk_recognition
jsk_rqt_plugins github-jsk-ros-pkg-jsk_visualization
lms1xx github-clearpathrobotics-LMS1xx
default_cfg_fkie github-fkie-multimaster_fkie
node_manager_fkie github-fkie-multimaster_fkie
novatel_span_driver github-ros-drivers-novatel_span_driver
osm_cartography github-ros-geographic-info-open_street_map
route_network github-ros-geographic-info-open_street_map
pointcloud_to_laserscan github-ros-perception-perception_pcl
pointgrey_camera_driver github-ros-drivers-pointgrey_camera_driver
pr2_controller_configuration github-PR2-pr2_robot
robot_upstart github-clearpathrobotics-robot_upstart
ros_comm github-ros-ros_comm
test_roslaunch github-ros-ros_comm
rostest github-ros-ros_comm
roswtf github-ros-ros_comm
staubli_rx160_support github-ros-industrial-staubli
urdf_tutorial github-ros-urdf_tutorial
velodyne_driver github-ros-drivers-velodyne
velodyne_laserscan github-ros-drivers-velodyne
velodyne_pointcloud github-ros-drivers-velodyne
xacro github-ros-xacro
grizzly_viz github-g-grizzly_desktop
motoman_mh5_support github-ros-industrial-motoman
motoman_sia10d_support github-ros-industrial-motoman
motoman_sia20d_support github-ros-industrial-motoman
motoman_sia5d_support github-ros-industrial-motoman
nao_audio github-ros-naoqi-nao_interaction
nao_vision github-ros-naoqi-nao_interaction
naoqi_driver_py github-ros-naoqi-naoqi_bridge
pepper_bringup github-ros-naoqi-pepper_robot
bwi_launch github-utexas-bwi-bwi
bwi_planning github-utexas-bwi-bwi_planning
husky_base github-husky-husky_base
husky_bringup github-husky-husky_bringup
husky_navigation github-husky-husky_navigation
husky_viz github-husky-husky_viz
jsk_cobotta_startup github-jsk-ros-pkg-jsk_robot
jsk_fetch_gazebo_demo github-jsk-ros-pkg-jsk_robot
jsk_kinova_startup github-jsk-ros-pkg-jsk_robot
jsk_pepper_startup github-jsk-ros-pkg-jsk_robot
jsk_unitree_startup github-jsk-ros-pkg-jsk_robot
kingfisher_viz github-kf-kingfisher_desktop
openni_launch github-ros-drivers-openni_launch
segbot_navigation github-utexas-bwi-segbot_apps
bwi_guidance_concert github-utexas-bwi-segbot_rocon
segbot_gazebo github-utexas-bwi-segbot_simulator
segbot_simulation_apps github-utexas-bwi-segbot_simulator

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roslaunch at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.12.17
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/ros_comm.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2020-10-26
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

roslaunch is a tool for easily launching multiple ROS

Additional Links

Maintainers

  • Jacob Perron
  • Michael Carroll
  • Shane Loretz

Authors

  • Ken Conley
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package roslaunch

1.12.17 (2020-10-26)

  • Update maintainers (#2075)
  • Change error message (#2035)
  • Contributors: Andreas Vinter-Hviid, Jacob Perron, Shane Loretz

1.12.16 (2020-08-26)

1.12.15 (2020-08-10)

  • fix NameError in launch error handling (#1965)
  • allow empty ssh password for remote launching (#1826)
  • fix missing args (#1733)
  • fix \$(dirname) for roslaunch-check. (#1624)
  • make roslaunch-check respect arg remappings with command line argument (#1653)
  • respawn if process died while checking should_respawn() (#1590)
  • normalize strings to utf-8 before setting as environment variable (#1593)
  • exclude unused args check if pass_all_args is set (#1520)

1.12.14 (2018-08-23)

  • fix \"pass_all_args\" for roslaunch-check, add nosetest (#1368)
  • add substitution when loading yaml files (#1354)

1.12.13 (2018-02-21)

  • add process listeners to XML RPC server (#1319)
  • make master process explicitly \'required\' for parent launch (#1228)

1.12.12 (2017-11-16)

1.12.11 (2017-11-07)

1.12.10 (2017-11-06)

1.12.9 (2017-11-06)

1.12.8 (2017-11-06)

  • fix parameter leaking into sibling scopes (#1158)
  • remove mention of rosmake from error message (#1140)
  • only launch core nodes if master was launched by roslaunch (#1098)
  • ensure pid file is removed on exit (#1057, #1084)
  • ensure cwd exists (#1031)
  • respect if/unless for roslaunch-check (#998)

1.12.7 (2017-02-17)

  • improve error message for invalid tags (#989)
  • fix caching logic to improve performance (#931)

1.12.6 (2016-10-26)

  • add USE_TEST_DEPENDENCIES option to roslaunch_add_file_check() (#910)

1.12.5 (2016-09-30)

1.12.4 (2016-09-19)

1.12.3 (2016-09-17)

  • better naming for roslaunch check test results (#897)
  • support use_test_depends option for roslaunch-check (#887)
  • allow empty include (#882)
  • fix param command for Python 3 (#840)

1.12.2 (2016-06-03)

  • support registering the same test multiple times with different arguments (#814)
  • fix passing multiple args to roslaunch_add_file_check (#814)

1.12.1 (2016-04-18)

  • add support for Python expressions (#784, #793)

1.12.0 (2016-03-18)

1.11.18 (2016-03-17)

1.11.17 (2016-03-11)

  • improve roslaunch-check to not fail if recursive dependencies lack dependencies (#730)
  • add \"pass_all_args\" attribute to roslaunch \"include\" tag (#710)
  • fix a typo in unknown host error message (#735)
  • wait for param server to be available before trying to get param (#711)

1.11.16 (2015-11-09)

  • add [-w]{.title-ref} and [-t]{.title-ref} options (#687)
  • fix missing minimum version for rospkg dependency (#693)

1.11.15 (2015-10-13)

  • improve performance by reusing the rospack instance across nodes with the same default environment (#682)

1.11.14 (2015-09-19)

  • add more information when test times out

1.11.13 (2015-04-28)

1.11.12 (2015-04-27)

1.11.11 (2015-04-16)

1.11.10 (2014-12-22)

  • fix exception at roscore startup if python has IPv6 disabled (#515)
  • fix error handling (#516)
  • fix compatibility with paramiko 1.10.0 (#498)

1.11.9 (2014-08-18)

  • fix usage of logger before it is initialized (#490) (regression from 1.11.6)

1.11.8 (2014-08-04)

  • remove implicit rostest dependency and use rosunit instead (#475)
  • accept stdin input alongside files (#472)

1.11.7 (2014-07-18)

  • fix the ROS_MASTER_URI environment variable logic on Windows (#2)

1.11.6 (2014-07-10)

  • fix printing of non-ascii roslaunch parameters (#454)
  • add respawn_delay attribute to node tag in roslaunch (#446)
  • write traceback for exceptions in roslaunch to log file

1.11.5 (2014-06-24)

1.11.4 (2014-06-16)

  • fix handling of if/unless attributes on args (#437)
  • improve parameter printing in roslaunch (#89)
  • Python 3 compatibility (#426, #427, #429)

1.11.3 (2014-05-21)

1.11.2 (2014-05-08)

1.11.1 (2014-05-07)

  • fix roslaunch anonymous function to generate the same output for the same input (#297)
  • add doc attribute to roslaunch arg tags (#379)
  • print parameter values in roslaunch (#89)
  • add architecture_independent flag in package.xml (#391)

1.11.0 (2014-03-04)

  • use catkin_install_python() to install Python scripts (#361)

1.10.0 (2014-02-11)

  • add optional DEPENDENCIES argument to roslaunch_add_file_check()
  • add explicit run dependency (#347)

1.9.54 (2014-01-27)

  • add missing run/test dependencies on rosbuild to get ROS_ROOT environment variable

1.9.53 (2014-01-14)

1.9.52 (2014-01-08)

1.9.51 (2014-01-07)

  • fix roslaunch-check for unreleased wet dependencies (#332)

1.9.50 (2013-10-04)

  • add option to disable terminal title setting
  • fix roslaunch-check to handle more complex launch files

1.9.49 (2013-09-16)

1.9.48 (2013-08-21)

  • update roslaunch to support ROS_NAMESPACE (#58)
  • make roslaunch relocatable (ros/catkin#490)
  • change roslaunch resolve order (#256)
  • fix roslaunch check script in install space (#257)

1.9.47 (2013-07-03)

  • improve roslaunch completion to include launch file arguments (#230)
  • check for CATKIN_ENABLE_TESTING to enable configure without tests

1.9.46 (2013-06-18)

  • add CMake function roslaunch_add_file_check() (#241)

1.9.45 (2013-06-06)

  • modified roslaunch \$(find PKG) to consider path behind it for resolve strategy (#233)
  • add boolean attribute \'subst_value\' to rosparam tag in launch files (#218)
  • add command line parameter to print out launch args
  • fix missing import in arg_dump.py

1.9.44 (2013-03-21)

  • fix \'roslaunch --files\' with non-unique anononymous ids (#186)
  • fix ROS_MASTER_URI for Windows

1.9.43 (2013-03-13)

  • implement process killer for Windows

1.9.42 (2013-03-08)

  • add option --skip-log-check (#133)
  • update API doc to list raised exceptions in config.py
  • fix invocation of Python scripts under Windows (#54)

1.9.41 (2013-01-24)

  • improve performance of \$(find ...)

1.9.40 (2013-01-13)

  • fix \'roslaunch --pid=\' when pointing to ROS_HOME but folder does not exist (#43)
  • fix \'roslaunch --pid=\' to use shell expansion for the pid value (#44)

1.9.39 (2012-12-29)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

Name Repo Deps
abb_irb2400_support github-ros-industrial-abb
abb_irb4400_support github-ros-industrial-abb
abb_irb5400_support github-ros-industrial-abb
abb_irb6600_support github-ros-industrial-abb
abb_irb6640_support github-ros-industrial-abb
adi_driver github-tork-a-adi_driver
app_manager github-pr2-app_manager
ati_force_torque github-KITrobotics-ati_force_torque
capabilities github-osrf-capabilities
cartographer_ros github-googlecartographer-cartographer_ros
caster_app github-I-Quotient-Robotics-caster
caster_base github-I-Quotient-Robotics-caster
caster_control github-I-Quotient-Robotics-caster
caster_description github-I-Quotient-Robotics-caster
caster_navigation github-I-Quotient-Robotics-caster
cis_camera github-tork-a-cis_camera
cnn_bridge github-wew84-cnn_bridge
cob_default_env_config github-ipa320-cob_environments
cob_mapping_slam github-ipa320-cob_navigation
cob_navigation_global github-ipa320-cob_navigation
cob_navigation_local github-ipa320-cob_navigation
cob_navigation_slam github-ipa320-cob_navigation
cob_bringup github-ipa320-cob_robots
cob_default_robot_config github-ipa320-cob_robots
cob_hardware_config github-ipa320-cob_robots
cob_bringup_sim github-ipa320-cob_simulation
cob_gazebo github-ipa320-cob_simulation
cob_gazebo_worlds github-ipa320-cob_simulation
message_relay github-clearpathrobotics-cpr_multimaster_tools
multimaster_launch github-clearpathrobotics-cpr_multimaster_tools
tf2_relay github-clearpathrobotics-cpr_multimaster_tools
dataspeed_can_usb bitbucket-dataspeedinc-dataspeed_can
dataspeed_pds_can bitbucket-DataspeedInc-dataspeed_pds
dataspeed_pds_lcm bitbucket-DataspeedInc-dataspeed_pds
dbw_fca_can bitbucket-DataspeedInc-dbw_fca_ros
dbw_fca_description bitbucket-DataspeedInc-dbw_fca_ros
dbw_fca_joystick_demo bitbucket-DataspeedInc-dbw_fca_ros
dbw_mkz_can bitbucket-dataspeedinc-dbw_mkz_ros
dbw_mkz_description bitbucket-dataspeedinc-dbw_mkz_ros
dbw_mkz_joystick_demo bitbucket-dataspeedinc-dbw_mkz_ros
fake_joint_driver github-tork-a-fake_joint
fake_joint_launch github-tork-a-fake_joint
fanuc_cr35ia_support github-ros-industrial-fanuc
fanuc_cr7ia_moveit_config github-ros-industrial-fanuc
fanuc_cr7ia_support github-ros-industrial-fanuc
fanuc_cr7ial_moveit_config github-ros-industrial-fanuc
fanuc_driver github-ros-industrial-fanuc
fanuc_lrmate200i_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200i_support github-ros-industrial-fanuc
fanuc_lrmate200ib3l_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ib_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ib_support github-ros-industrial-fanuc
fanuc_lrmate200ic5h_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ic5l_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ic_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ic_support github-ros-industrial-fanuc
fanuc_m10ia_moveit_config github-ros-industrial-fanuc
fanuc_m10ia_support github-ros-industrial-fanuc
fanuc_m16ib20_moveit_config github-ros-industrial-fanuc
fanuc_m16ib_support github-ros-industrial-fanuc
fanuc_m20ia10l_moveit_config github-ros-industrial-fanuc
fanuc_m20ia_moveit_config github-ros-industrial-fanuc
fanuc_m20ia_support github-ros-industrial-fanuc
fanuc_m20ib25_moveit_config github-ros-industrial-fanuc
fanuc_m20ib_support github-ros-industrial-fanuc
fanuc_m430ia2f_moveit_config github-ros-industrial-fanuc
fanuc_m430ia2p_moveit_config github-ros-industrial-fanuc
fanuc_m430ia_support github-ros-industrial-fanuc
fanuc_m6ib6s_moveit_config github-ros-industrial-fanuc
fanuc_m6ib_moveit_config github-ros-industrial-fanuc
fanuc_m6ib_support github-ros-industrial-fanuc
fanuc_m710ic_support github-ros-industrial-fanuc
fanuc_m900ia_support github-ros-industrial-fanuc
fanuc_m900ib_support github-ros-industrial-fanuc
fanuc_r1000ia80f_moveit_config github-ros-industrial-fanuc
fanuc_r1000ia_support github-ros-industrial-fanuc
fanuc_lrmate200id7l_moveit_config github-ros-industrial-fanuc_experimental
fanuc_lrmate200id_moveit_config github-ros-industrial-fanuc_experimental
fanuc_lrmate200id_support github-ros-industrial-fanuc_experimental
fanuc_r2000ib_support github-ros-industrial-fanuc_experimental
fanuc_r2000ic_support github-ros-industrial-fanuc_experimental
fetch_navigation github-fetchrobotics-fetch_ros
flir_ptu_driver github-ros-drivers-flir_ptu
flir_ptu_viz github-ros-drivers-flir_ptu
fsrobo_r_description github-FUJISOFT-Robotics-fsrobo_r
fsrobo_r_driver github-FUJISOFT-Robotics-fsrobo_r
gundam_rx78_control github-gundam-global-challenge-gundam_robot
gundam_rx78_description github-gundam-global-challenge-gundam_robot
gundam_rx78_gazebo github-gundam-global-challenge-gundam_robot
heron_control github-heron-heron
heron_description github-heron-heron
heron_viz github-heron-heron_desktop
heron_simulator github-heron-heron_simulator
husky_base github-husky-husky
husky_bringup github-husky-husky
husky_control github-husky-husky
husky_description github-husky-husky
husky_gazebo github-husky-husky
husky_navigation github-husky-husky
husky_viz github-husky-husky
igvc_self_drive_gazebo github-robustify-igvc_self_drive_sim
imu_transformer github-ros-perception-imu_pipeline
industrial_robot_simulator github-ros-industrial-industrial_core
interactive_marker_twist_server github-ros-visualization-interactive_marker_twist_server
jackal_control github-jackal-jackal
jackal_description github-jackal-jackal
jackal_navigation github-jackal-jackal
jackal_viz github-jackal-jackal_desktop
jackal_gazebo github-jackal-jackal_simulator
dialogflow_task_executive github-jsk-ros-pkg-jsk_3rdparty
gdrive_ros github-jsk-ros-pkg-jsk_3rdparty
ros_speech_recognition github-jsk-ros-pkg-jsk_3rdparty
jsk_data github-jsk-ros-pkg-jsk_common
jsk_topic_tools github-jsk-ros-pkg-jsk_common
audio_to_spectrogram github-jsk-ros-pkg-jsk_recognition
jsk_pcl_ros github-jsk-ros-pkg-jsk_recognition
jsk_pcl_ros_utils github-jsk-ros-pkg-jsk_recognition
jsk_perception github-jsk-ros-pkg-jsk_recognition
sound_classification github-jsk-ros-pkg-jsk_recognition
jsk_rqt_plugins github-jsk-ros-pkg-jsk_visualization
khi_duaro_description github-Kawasaki-Robotics-khi_robot
khi_duaro_moveit_config github-Kawasaki-Robotics-khi_robot
khi_robot_bringup github-Kawasaki-Robotics-khi_robot
khi_rs007l_moveit_config github-Kawasaki-Robotics-khi_robot
khi_rs007n_moveit_config github-Kawasaki-Robotics-khi_robot
khi_rs013n_moveit_config github-Kawasaki-Robotics-khi_robot
khi_rs020n_moveit_config github-Kawasaki-Robotics-khi_robot
khi_rs025n_moveit_config github-Kawasaki-Robotics-khi_robot
khi_rs080n_moveit_config github-Kawasaki-Robotics-khi_robot
khi_rs_description github-Kawasaki-Robotics-khi_robot
leuze_bringup gitlab-cc-asp-fraunhofer-led-leuze_ros_drivers
leuze_description gitlab-cc-asp-fraunhofer-led-leuze_ros_drivers
lms1xx github-clearpathrobotics-lms1xx
explore_lite github-hrnr-m-explore
multirobot_map_merge github-hrnr-m-explore
ethercat_manager github-tork-a-minas
minas_control github-tork-a-minas
tra1_bringup github-tork-a-minas
tra1_description github-tork-a-minas
tra1_moveit_config github-tork-a-minas
mir_description github-dfki-ric-mir_robot
mir_driver github-dfki-ric-mir_robot
mir_gazebo github-dfki-ric-mir_robot
mir_navigation github-dfki-ric-mir_robot
mocap_optitrack github-ros-drivers-mocap_optitrack
moose_control github-moose-cpr-moose
moose_description github-moose-cpr-moose
moose_viz github-moose-cpr-moose_desktop
moose_gazebo github-moose-cpr-moose_simulator
mrpt_ekf_slam_2d github-mrpt-ros-pkg-mrpt_slam
mrpt_ekf_slam_3d github-mrpt-ros-pkg-mrpt_slam
mrpt_icp_slam_2d github-mrpt-ros-pkg-mrpt_slam
mrpt_rbpf_slam github-mrpt-ros-pkg-mrpt_slam
default_cfg_fkie github-fkie-multimaster_fkie
node_manager_fkie github-fkie-multimaster_fkie
nmea_comms github-ros-drivers-nmea_comms
novatel_span_driver github-ros-drivers-novatel_span_driver
omron_os32c_driver github-ros-drivers-omron
omronsentech_camera github-ose-support-ros-omronsentech_camera
open_manipulator_with_tb3_tools github-ROBOTIS-GIT-open_manipulator_with_tb3
osm_cartography github-ros-geographic-info-open_street_map
route_network github-ros-geographic-info-open_street_map
opencv_apps github-ros-perception-opencv_apps
openni2_launch github-ros-drivers-openni2_camera
openni_launch github-ros-drivers-openni_camera
oxford_gps_eth bitbucket-DataspeedInc-oxford_gps_eth
face_detector github-wg-perception-people
leg_detector github-wg-perception-people
people_tracking_filter github-wg-perception-people
people_velocity_tracker github-wg-perception-people
phidgets_imu github-ros-drivers-phidgets_drivers
prbt_gazebo github-PilzDE-pilz_robots
prbt_moveit_config github-PilzDE-pilz_robots
prbt_support github-PilzDE-pilz_robots
pointgrey_camera_driver github-ros-drivers-pointgrey_camera_driver
pr2_bringup github-pr2-pr2_robot
pr2_controller_configuration github-pr2-pr2_robot
raptor_dbw_can github-NewEagleRaptor-raptor-dbw-ros
raptor_dbw_joystick_demo github-NewEagleRaptor-raptor-dbw-ros
raptor_dbw_joystick_speed_demo github-NewEagleRaptor-raptor-dbw-ros
rc_visard_description github-roboception-rc_visard_ros
ridgeback_control github-ridgeback-ridgeback
ridgeback_description github-ridgeback-ridgeback
ridgeback_navigation github-ridgeback-ridgeback
ridgeback_viz github-ridgeback-ridgeback_desktop
ridgeback_gazebo github-ridgeback-ridgeback_simulator
rslidar_driver github-CPFL-robosense
rslidar_pointcloud github-CPFL-robosense
robot_nav_viz_demos github-locusrobotics-robot_navigation
robot_upstart github-clearpathrobotics-robot_upstart
rocon_launch github-robotics-in-concert-rocon_tools
ros_comm github-ros-ros_comm
test_roslaunch github-ros-ros_comm
rostest github-ros-ros_comm
roswtf github-ros-ros_comm
rospilot github-rospilot-rospilot
rqt_joint_trajectory_plot github-tork-a-rqt_joint_trajectory_plot
rqt_launch github-ros-visualization-rqt_launch
rqt_launchtree github-pschillinger-rqt_launchtree
seed_r7_samples github-seed-solutions-seed_r7_ros_pkg
sick_ldmrs_description github-SICKAG-sick_ldmrs_laser
sick_ldmrs_driver github-SICKAG-sick_ldmrs_laser
sick_ldmrs_tools github-SICKAG-sick_ldmrs_laser
sick_tim github-uos-sick_tim
staubli_rx160_support github-ros-industrial-staubli
staubli_tx2_60_support github-ros-industrial-staubli_experimental
staubli_tx2_90_support github-ros-industrial-staubli_experimental
staubli_tx60_support github-ros-industrial-staubli_experimental
staubli_tx90_support github-ros-industrial-staubli_experimental
staubli_val3_driver github-ros-industrial-staubli_val3_driver
teleop_twist_joy github-ros-teleop-teleop_twist_joy
timed_roslaunch github-MoriKen254-timed_roslaunch
turtlebot3_autorace_core github-ROBOTIS-GIT-turtlebot3_autorace
ublox_msg_filters github-KumarRobotics-ublox
ur10_e_moveit_config github-ros-industrial-universal_robot
ur10_moveit_config github-ros-industrial-universal_robot
ur3_e_moveit_config github-ros-industrial-universal_robot
ur3_moveit_config github-ros-industrial-universal_robot
ur5_e_moveit_config github-ros-industrial-universal_robot
ur5_moveit_config github-ros-industrial-universal_robot
ur_bringup github-ros-industrial-universal_robot
ur_e_gazebo github-ros-industrial-universal_robot
ur_gazebo github-ros-industrial-universal_robot
urdf_tutorial github-ros-urdf_tutorial
urg_node github-ros-drivers-urg_node
velodyne_driver github-ros-drivers-velodyne
velodyne_laserscan github-ros-drivers-velodyne
velodyne_pointcloud github-ros-drivers-velodyne
volta_simulation github-botsync-volta_simulation
vrpn_client_ros github-ros-drivers-vrpn_client_ros
warthog_control github-warthog-cpr-warthog
warthog_description github-warthog-cpr-warthog
warthog_viz github-warthog-cpr-warthog_desktop
warthog_gazebo github-warthog-cpr-warthog_simulator
xacro github-ros-xacro
abb_crb15000_support github-ros-industrial-abb_experimental
abb_irb1200_support github-ros-industrial-abb_experimental
abb_irb120_support github-ros-industrial-abb_experimental
abb_irb1600_support github-ros-industrial-abb_experimental
abb_irb2600_support github-ros-industrial-abb_experimental
abb_irb4600_support github-ros-industrial-abb_experimental
abb_irb52_support github-ros-industrial-abb_experimental
abb_irb6650s_support github-ros-industrial-abb_experimental
abb_irb6700_support github-ros-industrial-abb_experimental
abb_irb7600_support github-ros-industrial-abb_experimental
bebop_description github-AutonomyLab-bebop_autonomy
carla_ackermann_control github-carla-simulator-ros-bridge
carla_ego_vehicle github-carla-simulator-ros-bridge
carla_infrastructure github-carla-simulator-ros-bridge
carla_manual_control github-carla-simulator-ros-bridge
carla_ros_bridge github-carla-simulator-ros-bridge
carla_waypoint_publisher github-carla-simulator-ros-bridge
pcl_recorder github-carla-simulator-ros-bridge
rqt_carla_control github-carla-simulator-ros-bridge
ca_description github-AutonomyLab-create_autonomy
dsr_launcher github-doosan-robotics-doosan-robot
spinnaker_camera_driver github-ros-drivers-flir_camera_driver
grizzly_control github-g-grizzly
grizzly_description github-g-grizzly
grizzly_navigation github-g-grizzly
grizzly_viz github-g-grizzly_desktop
grizzly_gazebo github-g-grizzly_simulator
infinisoleil github-ncs-3d-sensing-infinisoleil
innok_heros_description github-innokrobotics-innok_heros_description
jaguar_control github-gstavrinos-jaguar
jaguar_navigation github-gstavrinos-jaguar
jog_controller github-tork-a-jog_control
jog_launch github-tork-a-jog_control
kuka_kr10_support github-ros-industrial-kuka_experimental
kuka_kr120_support github-ros-industrial-kuka_experimental
kuka_kr150_support github-ros-industrial-kuka_experimental
kuka_kr16_support github-ros-industrial-kuka_experimental
kuka_kr210_support github-ros-industrial-kuka_experimental
kuka_kr3_support github-ros-industrial-kuka_experimental
kuka_kr5_support github-ros-industrial-kuka_experimental
kuka_kr6_support github-ros-industrial-kuka_experimental
kuka_lbr_iiwa_support github-ros-industrial-kuka_experimental
kvh github-ros-drivers-kvh_drivers
mas_cartesian_control github-b-it-bots-mas_cartesian_control
melfa_description github-tork-a-melfa_robot
melfa_driver github-tork-a-melfa_robot
mobility_base_bringup bitbucket-dataspeedinc-mobility_base_ros
mobility_base_tools bitbucket-dataspeedinc-mobility_base_ros
mobility_base_gazebo bitbucket-dataspeedinc-mobility_base_simulator
motoman_ar2010_support github-ros-industrial-motoman
motoman_driver github-ros-industrial-motoman
motoman_es_support github-ros-industrial-motoman
motoman_gp110_support github-ros-industrial-motoman
motoman_gp12_support github-ros-industrial-motoman
motoman_gp180_support github-ros-industrial-motoman
motoman_gp200r_support github-ros-industrial-motoman
motoman_gp25_support github-ros-industrial-motoman
motoman_gp35l_support github-ros-industrial-motoman
motoman_gp4_support github-ros-industrial-motoman
motoman_gp50_support github-ros-industrial-motoman
motoman_gp70l_support github-ros-industrial-motoman
motoman_gp7_support github-ros-industrial-motoman
motoman_gp88_support github-ros-industrial-motoman
motoman_gp8_support github-ros-industrial-motoman
motoman_hc10_support github-ros-industrial-motoman
motoman_hc20_support github-ros-industrial-motoman
motoman_ma2010_support github-ros-industrial-motoman
motoman_mh110_support github-ros-industrial-motoman
motoman_mh12_support github-ros-industrial-motoman
motoman_mh50_support github-ros-industrial-motoman
motoman_mh5_support github-ros-industrial-motoman
motoman_motomini_support github-ros-industrial-motoman
motoman_motopos_d500_support github-ros-industrial-motoman
motoman_ms210_support github-ros-industrial-motoman
motoman_sda10f_support github-ros-industrial-motoman
motoman_sia10d_support github-ros-industrial-motoman
motoman_sia10f_support github-ros-industrial-motoman
motoman_sia20d_support github-ros-industrial-motoman
motoman_sia30d_support github-ros-industrial-motoman
motoman_sia50_support github-ros-industrial-motoman
motoman_sia5d_support github-ros-industrial-motoman
motoman_bmda3_support github-ros-industrial-motoman_experimental
motoman_csda10f_support github-ros-industrial-motoman_experimental
motoman_epx_support github-ros-industrial-motoman_experimental
motoman_mh_support github-ros-industrial-motoman_experimental
motoman_mhj_support github-ros-industrial-motoman_experimental
motoman_mpl_support github-ros-industrial-motoman_experimental
motoman_mpx3500_support github-ros-industrial-motoman_experimental
movidius_ncs_launch github-intel-ros_intel_movidius_ncs
multi_jackal_base github-NicksSimulationsROS-multi_jackal
multi_jackal_control github-NicksSimulationsROS-multi_jackal
multi_jackal_description github-NicksSimulationsROS-multi_jackal
multi_jackal_nav github-NicksSimulationsROS-multi_jackal
multi_jackal_tutorials github-NicksSimulationsROS-multi_jackal
mycroft_ros github-injones-mycroft_ros
nao_audio github-ros-naoqi-naoqi_interaction
nao_vision github-ros-naoqi-naoqi_interaction
naoqi_driver_py github-ros-naoqi-naoqi_bridge
o3m151_driver github-labex-imobs3-ifm_o3m151
openrave_calibration github-jsk-ros-pkg-openrave_planning
pepper_bringup github-ros-naoqi-pepper_robot
puma_motor_driver github-clearpathrobotics-puma_motor_driver
pyros_utils github-asmodehn-pyros-utils
rb1_base_description github-RobotnikAutomation-rb1_base_common
rb1_base_sim_bringup github-RobotnikAutomation-rb1_base_sim
robot_systemd github-LucidOne-robot_systemd
roch_navigation github-SawYer-Robotics-roch
roch_teleop github-SawYer-Robotics-roch
roch_base github-SawYer-Robotics-roch_robot
roch_control github-SawYer-Robotics-roch_robot
roch_description github-SawYer-Robotics-roch_robot
roch_gazebo github-SawYer-Robotics-roch_simulator
roch_viz github-SawYer-Robotics-roch_viz
rocon_app_utilities github-robotics-in-concert-rocon_app_platform
rocon_test github-robotics-in-concert-rocon_multimaster
roomblock_bringup github-tork-a-roomblock
roomblock_description github-tork-a-roomblock
roomblock_mapping github-tork-a-roomblock
roomblock_navigation github-tork-a-roomblock
rsv_balance_description github-robosavvy-rsv_balance
rsv_balance_viz github-robosavvy-rsv_balance_desktop
rsv_balance_gazebo github-robosavvy-rsv_balance_simulator
summit_xl_description github-RobotnikAutomation-summit_xl_common
summit_xl_sim_bringup github-RobotnikAutomation-summit_xl_sim
sync_params github-NicksSimulationsROS-sync_params
launchman github-UNR-RoboticsResearchLab-web_interface
xarm_gripper github-xArm-Developer-xarm_ros

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roslaunch at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.14.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/ros_comm.git
VCS Type git
VCS Version melodic-devel
Last Updated 2022-01-26
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

roslaunch is a tool for easily launching multiple ROS

Additional Links

Maintainers

  • Jacob Perron
  • Michael Carroll
  • Shane Loretz

Authors

  • Ken Conley
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package roslaunch

1.14.13 (2022-01-25)

  • Allow passing _TIMEOUT_SIGINT and _TIMEOUT_SIGTERM as parameters (#1937)
  • Contributors: Jacob Perron, Martin Pecka

1.14.12 (2021-09-21)

1.14.11 (2021-04-26)

  • Fix AttributeError isAlive (#2092)
  • Contributors: Brutus The Tschiepel

1.14.10 (2020-10-16)

  • Update maintainers (#2075)
  • [Windows] Single quote string fix-up (#2051)
  • Fix spelling (#2066)
  • Change error message (#2035)
  • Contributors: Andreas Vinter-Hviid, Jacob Perron, Sean Yen, Shane Loretz, tomoya

1.14.9 (2020-08-20)

1.14.8 (2020-08-12)

1.14.7 (2020-07-31)

1.14.6 (2020-05-29)

  • fix NameError in launch error handling (#1965)
  • sort printed nodes by namespace alphabetically (#1934)
  • remove pycrypto import (not used) (#1922)

1.14.5 (2020-03-19)

  • update test to pass with old and new yaml (#1893)

1.14.4 (2020-02-20)

  • allow empty machine arg in node tag (#1885)
  • use double quotes for portable roslaunch-check command (#1883)
  • bump CMake minimum version to avoid CMP0048 warning (#1869)
  • wrap env prefix with double quotes (#1810)
  • add ignore default args option to roslaunch-check (#1788)
  • add platform check for --args code path (#1809)
  • [Windows] workaround for Python 2 xmlrpc performance issues (#1872)
  • allow empty ssh password for remote launching (#1826)
  • [Windows] escape drive as well as path separator (#1815)
  • more Python 3 compatibility (#1795)
  • use condition attributes to specify Python 2 and 3 dependencies (#1792)
  • [Windows] skip [cat]{.title-ref} related test cases on Windows build (#1724)
  • [Windows] use taskkill to kill process tree (#1725)
  • pass missing args (#1733)
  • fix for roslaunch-check on Python 3
  • roslaunch added --required option (#1681)
  • more Python 3 compatibility (#1783)
  • more Python 3 compatibility (#1782)
  • switch to yaml.safe_load(_all) to prevent YAMLLoadWarning (#1688)
  • fix \$(dirname) for roslaunch-check (#1624)
  • change how commands are executed (#1628)
  • add option to hide summary from roslaunch output (#1655)
  • make roslaunch-check respect arg remappings with command line argument (#1653)
  • add POSIX flag for shlex.split() (#1619)
  • respawn if process died while checking should_respawn() (#1590)
  • add python prefix for python scripts when there is no .py extension (#1589)
  • xmlloader: use continue instead of pass for args_only (#1540)
  • fix various test problems (#1601)
  • normalize strings to utf-8 before setting as environment variable (#1593)
  • fix typos: awhile -> a while (#1534)
  • add more useful helper text here to indicate that this might be a permission error (#1568)
  • exclude unused args check if pass_all_args is set (#1520)
  • add an option in XmlLoader to only load arg tags (#1521)
  • update wiki.ros.org URLs (#1536)
  • improve exception handling when resource is not found (#1476)
  • fix issues when built or run on Windows (#1466)

1.14.3 (2018-08-06)

1.14.2 (2018-06-06)

1.14.1 (2018-05-21)

1.14.0 (2018-05-21)

  • fix \"pass_all_args\" for roslaunch-check, add nosetest (#1368)
  • add --log option to roslaunch (#1330)
  • add substitution when loading yaml files (#1354)

1.13.6 (2018-02-05)

  • add process listeners to XML RPC server (#1319)
  • pass through command-line args to the xmlloader when using the API (#1115)
  • make master process explicitly \'required\' for parent launch (#1228)
  • remove unreachable exceptions (#1260)
  • replace Thread.setDaemon() using new API (#1276)
  • use roslaunch.core.printerrlog for printing error message (#1193, #1317)

1.13.5 (2017-11-09)

1.13.4 (2017-11-02)

1.13.3 (2017-10-25)

  • add --set-master-logger-level option for \'rosmaster\' to output LOG_API (#1180)
  • use defined error codes rather than hardcoded integers (#1174, #1181)
  • fix parameter leaking into sibling scopes (#1158)
  • avoid full stack trace for ResourceNotFound (#1147)
  • remove mention of rosmake from error message (#1140)

1.13.2 (2017-08-15)

1.13.1 (2017-07-27)

  • add \$(dirname) to get directory of current launch file (#1103)
  • clean the namespace to get rid of double or trailing forward slashes (#1100)
  • only launch core nodes if master was launched by roslaunch (#1098)
  • ensure pid file is removed on exit (#1057, #1084)
  • add yaml type for param tag (#1045)
  • ensure cwd exists (#1031)
  • respect if/unless for roslaunch-check (#998)

1.13.0 (2017-02-22)

1.12.7 (2017-02-17)

  • improve error message for invalid tags (#989)
  • fix caching logic to improve performance (#931)

1.12.6 (2016-10-26)

  • add USE_TEST_DEPENDENCIES option to roslaunch_add_file_check() (#910)

1.12.5 (2016-09-30)

1.12.4 (2016-09-19)

1.12.3 (2016-09-17)

  • better naming for roslaunch check test results (#897)
  • support use_test_depends option for roslaunch-check (#887)
  • allow empty include (#882)
  • fix param command for Python 3 (#840)

1.12.2 (2016-06-03)

  • support registering the same test multiple times with different arguments (#814)
  • fix passing multiple args to roslaunch_add_file_check (#814)

1.12.1 (2016-04-18)

  • add support for Python expressions (#784, #793)

1.12.0 (2016-03-18)

1.11.18 (2016-03-17)

1.11.17 (2016-03-11)

  • improve roslaunch-check to not fail if recursive dependencies lack dependencies (#730)
  • add \"pass_all_args\" attribute to roslaunch \"include\" tag (#710)
  • fix a typo in unknown host error message (#735)
  • wait for param server to be available before trying to get param (#711)

1.11.16 (2015-11-09)

  • add [-w]{.title-ref} and [-t]{.title-ref} options (#687)
  • fix missing minimum version for rospkg dependency (#693)

1.11.15 (2015-10-13)

  • improve performance by reusing the rospack instance across nodes with the same default environment (#682)

1.11.14 (2015-09-19)

  • add more information when test times out

1.11.13 (2015-04-28)

1.11.12 (2015-04-27)

1.11.11 (2015-04-16)

1.11.10 (2014-12-22)

  • fix exception at roscore startup if python has IPv6 disabled (#515)
  • fix error handling (#516)
  • fix compatibility with paramiko 1.10.0 (#498)

1.11.9 (2014-08-18)

  • fix usage of logger before it is initialized (#490) (regression from 1.11.6)

1.11.8 (2014-08-04)

  • remove implicit rostest dependency and use rosunit instead (#475)
  • accept stdin input alongside files (#472)

1.11.7 (2014-07-18)

  • fix the ROS_MASTER_URI environment variable logic on Windows (#2)

1.11.6 (2014-07-10)

  • fix printing of non-ascii roslaunch parameters (#454)
  • add respawn_delay attribute to node tag in roslaunch (#446)
  • write traceback for exceptions in roslaunch to log file

1.11.5 (2014-06-24)

1.11.4 (2014-06-16)

  • fix handling of if/unless attributes on args (#437)
  • improve parameter printing in roslaunch (#89)
  • Python 3 compatibility (#426, #427, #429)

1.11.3 (2014-05-21)

1.11.2 (2014-05-08)

1.11.1 (2014-05-07)

  • fix roslaunch anonymous function to generate the same output for the same input (#297)
  • add doc attribute to roslaunch arg tags (#379)
  • print parameter values in roslaunch (#89)
  • add architecture_independent flag in package.xml (#391)

1.11.0 (2014-03-04)

  • use catkin_install_python() to install Python scripts (#361)

1.10.0 (2014-02-11)

  • add optional DEPENDENCIES argument to roslaunch_add_file_check()
  • add explicit run dependency (#347)

1.9.54 (2014-01-27)

  • add missing run/test dependencies on rosbuild to get ROS_ROOT environment variable

1.9.53 (2014-01-14)

1.9.52 (2014-01-08)

1.9.51 (2014-01-07)

  • fix roslaunch-check for unreleased wet dependencies (#332)

1.9.50 (2013-10-04)

  • add option to disable terminal title setting
  • fix roslaunch-check to handle more complex launch files

1.9.49 (2013-09-16)

1.9.48 (2013-08-21)

  • update roslaunch to support ROS_NAMESPACE (#58)
  • make roslaunch relocatable (ros/catkin#490)
  • change roslaunch resolve order (#256)
  • fix roslaunch check script in install space (#257)

1.9.47 (2013-07-03)

  • improve roslaunch completion to include launch file arguments (#230)
  • check for CATKIN_ENABLE_TESTING to enable configure without tests

1.9.46 (2013-06-18)

  • add CMake function roslaunch_add_file_check() (#241)

1.9.45 (2013-06-06)

  • modified roslaunch \$(find PKG) to consider path behind it for resolve strategy (#233)
  • add boolean attribute \'subst_value\' to rosparam tag in launch files (#218)
  • add command line parameter to print out launch args
  • fix missing import in arg_dump.py

1.9.44 (2013-03-21)

  • fix \'roslaunch --files\' with non-unique anononymous ids (#186)
  • fix ROS_MASTER_URI for Windows

1.9.43 (2013-03-13)

  • implement process killer for Windows

1.9.42 (2013-03-08)

  • add option --skip-log-check (#133)
  • update API doc to list raised exceptions in config.py
  • fix invocation of Python scripts under Windows (#54)

1.9.41 (2013-01-24)

  • improve performance of \$(find ...)

1.9.40 (2013-01-13)

  • fix \'roslaunch --pid=\' when pointing to ROS_HOME but folder does not exist (#43)
  • fix \'roslaunch --pid=\' to use shell expansion for the pid value (#44)

1.9.39 (2012-12-29)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

Name Repo Deps
abb_irb2400_support github-ros-industrial-abb
abb_irb4400_support github-ros-industrial-abb
abb_irb5400_support github-ros-industrial-abb
abb_irb6600_support github-ros-industrial-abb
abb_irb6640_support github-ros-industrial-abb
adi_driver github-tork-a-adi_driver
app_manager github-pr2-app_manager
ati_force_torque github-KITrobotics-ati_force_torque
capabilities github-osrf-capabilities
cartographer_ros github-googlecartographer-cartographer_ros
caster_app github-I-Quotient-Robotics-caster
caster_base github-I-Quotient-Robotics-caster
caster_control github-I-Quotient-Robotics-caster
caster_description github-I-Quotient-Robotics-caster
caster_navigation github-I-Quotient-Robotics-caster
cis_camera github-tork-a-cis_camera
cnn_bridge github-wew84-cnn_bridge
cob_default_env_config github-ipa320-cob_environments
cob_mapping_slam github-ipa320-cob_navigation
cob_navigation_global github-ipa320-cob_navigation
cob_navigation_local github-ipa320-cob_navigation
cob_navigation_slam github-ipa320-cob_navigation
cob_bringup github-ipa320-cob_robots
cob_default_robot_config github-ipa320-cob_robots
cob_hardware_config github-ipa320-cob_robots
cob_bringup_sim github-ipa320-cob_simulation
cob_gazebo github-ipa320-cob_simulation
cob_gazebo_worlds github-ipa320-cob_simulation
copernicus_description github-botsync-copernicus
message_relay github-clearpathrobotics-cpr_multimaster_tools
multimaster_launch github-clearpathrobotics-cpr_multimaster_tools
tf2_relay github-clearpathrobotics-cpr_multimaster_tools
cras_cpp_common github-ctu-vras-ros-utils
cras_topic_tools github-ctu-vras-ros-utils
create_description github-AutonomyLab-create_robot
dataspeed_can_usb bitbucket-dataspeedinc-dataspeed_can
dataspeed_pds_can bitbucket-DataspeedInc-dataspeed_pds
dataspeed_pds_lcm bitbucket-DataspeedInc-dataspeed_pds
dbw_fca_can bitbucket-DataspeedInc-dbw_fca_ros
dbw_fca_description bitbucket-DataspeedInc-dbw_fca_ros
dbw_fca_joystick_demo bitbucket-DataspeedInc-dbw_fca_ros
dbw_mkz_can bitbucket-dataspeedinc-dbw_mkz_ros
dbw_mkz_description bitbucket-dataspeedinc-dbw_mkz_ros
dbw_mkz_joystick_demo bitbucket-dataspeedinc-dbw_mkz_ros
dbw_polaris_can bitbucket-DataspeedInc-dbw_polaris_ros
dbw_polaris_description bitbucket-DataspeedInc-dbw_polaris_ros
dbw_polaris_joystick_demo bitbucket-DataspeedInc-dbw_polaris_ros
dingo_control github-dingo-cpr-dingo
dingo_navigation github-dingo-cpr-dingo
dingo_viz github-dingo-cpr-dingo_desktop
dingo_gazebo github-dingo-cpr-dingo_simulator
fake_joint_driver github-tork-a-fake_joint
fake_joint_launch github-tork-a-fake_joint
fanuc_cr35ia_support github-ros-industrial-fanuc
fanuc_cr7ia_moveit_config github-ros-industrial-fanuc
fanuc_cr7ia_support github-ros-industrial-fanuc
fanuc_cr7ial_moveit_config github-ros-industrial-fanuc
fanuc_driver github-ros-industrial-fanuc
fanuc_lrmate200i_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200i_support github-ros-industrial-fanuc
fanuc_lrmate200ib3l_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ib_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ib_support github-ros-industrial-fanuc
fanuc_lrmate200ic5h_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ic5l_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ic_moveit_config github-ros-industrial-fanuc
fanuc_lrmate200ic_support github-ros-industrial-fanuc
fanuc_m10ia_moveit_config github-ros-industrial-fanuc
fanuc_m10ia_support github-ros-industrial-fanuc
fanuc_m16ib20_moveit_config github-ros-industrial-fanuc
fanuc_m16ib_support github-ros-industrial-fanuc
fanuc_m20ia10l_moveit_config github-ros-industrial-fanuc
fanuc_m20ia_moveit_config github-ros-industrial-fanuc
fanuc_m20ia_support github-ros-industrial-fanuc
fanuc_m20ib25_moveit_config github-ros-industrial-fanuc
fanuc_m20ib_support github-ros-industrial-fanuc
fanuc_m430ia2f_moveit_config github-ros-industrial-fanuc
fanuc_m430ia2p_moveit_config github-ros-industrial-fanuc
fanuc_m430ia_support github-ros-industrial-fanuc
fanuc_m6ib6s_moveit_config github-ros-industrial-fanuc
fanuc_m6ib_moveit_config github-ros-industrial-fanuc
fanuc_m6ib_support github-ros-industrial-fanuc
fanuc_m710ic_support github-ros-industrial-fanuc
fanuc_m900ia_support github-ros-industrial-fanuc
fanuc_m900ib_support github-ros-industrial-fanuc
fanuc_r1000ia80f_moveit_config github-ros-industrial-fanuc
fanuc_r1000ia_support github-ros-industrial-fanuc
fanuc_lrmate200id7l_moveit_config github-ros-industrial-fanuc_experimental
fanuc_lrmate200id_moveit_config github-ros-industrial-fanuc_experimental
fanuc_lrmate200id_support github-ros-industrial-fanuc_experimental
fanuc_r2000ib_support github-ros-industrial-fanuc_experimental
fanuc_r2000ic_support github-ros-industrial-fanuc_experimental
fetch_navigation github-fetchrobotics-fetch_ros
flir_ptu_driver github-ros-drivers-flir_ptu
flir_ptu_viz github-ros-drivers-flir_ptu
franka_gazebo github-frankaemika-franka_ros
fsrobo_r_description github-FUJISOFT-Robotics-fsrobo_r
fsrobo_r_driver github-FUJISOFT-Robotics-fsrobo_r
gundam_rx78_control github-gundam-global-challenge-gundam_robot
gundam_rx78_description github-gundam-global-challenge-gundam_robot
gundam_rx78_gazebo github-gundam-global-challenge-gundam_robot
heifu_description gitlab-pdmfc-drones-ros1-heifu
heron_control github-heron-heron
heron_description github-heron-heron
heron_viz github-heron-heron_desktop
heron_simulator github-heron-heron_simulator
husky_base github-husky-husky
husky_bringup github-husky-husky
husky_control github-husky-husky
husky_description github-husky-husky
husky_gazebo github-husky-husky
husky_navigation github-husky-husky
husky_viz github-husky-husky
husky_cartographer_navigation github-husky-husky_cartographer_navigation
igvc_self_drive_gazebo github-robustify-igvc_self_drive_sim
imu_transformer github-ros-perception-imu_pipeline
industrial_robot_client github-ros-industrial-industrial_core
industrial_robot_simulator github-ros-industrial-industrial_core
interactive_marker_twist_server github-ros-visualization-interactive_marker_twist_server
jackal_control github-jackal-jackal
jackal_description github-jackal-jackal
jackal_navigation github-jackal-jackal
jackal_cartographer_navigation github-jackal-jackal_cartographer_navigation
jackal_viz github-jackal-jackal_desktop
jackal_gazebo github-jackal-jackal_simulator
dialogflow_task_executive github-jsk-ros-pkg-jsk_3rdparty
gdrive_ros github-jsk-ros-pkg-jsk_3rdparty
ros_speech_recognition github-jsk-ros-pkg-jsk_3rdparty
jsk_data github-jsk-ros-pkg-jsk_common
jsk_topic_tools github-jsk-ros-pkg-jsk_common
audio_to_spectrogram github-jsk-ros-pkg-jsk_recognition
jsk_pcl_ros github-jsk-ros-pkg-jsk_recognition
jsk_pcl_ros_utils github-jsk-ros-pkg-jsk_recognition
jsk_perception github-jsk-ros-pkg-jsk_recognition
sound_classification github-jsk-ros-pkg-jsk_recognition
jsk_rqt_plugins github-jsk-ros-pkg-jsk_visualization
khi_duaro_description github-Kawasaki-Robotics-khi_robot
khi_duaro_moveit_config github-Kawasaki-Robotics-khi_robot
khi_robot_bringup github-Kawasaki-Robotics-khi_robot
khi_rs007l_moveit_config github-Kawasaki-Robotics-khi_robot
khi_rs007n_moveit_config github-Kawasaki-Robotics-khi_robot
khi_rs013n_moveit_config github-Kawasaki-Robotics-khi_robot
khi_rs020n_moveit_config github-Kawasaki-Robotics-khi_robot
khi_rs025n_moveit_config github-Kawasaki-Robotics-khi_robot
khi_rs080n_moveit_config github-Kawasaki-Robotics-khi_robot
khi_rs_description github-Kawasaki-Robotics-khi_robot
launchfile_switcher github-rb-sapiens-launchfile_switcher
leuze_bringup gitlab-cc-asp-fraunhofer-led-leuze_ros_drivers
leuze_description gitlab-cc-asp-fraunhofer-led-leuze_ros_drivers
lms1xx github-clearpathrobotics-lms1xx
explore_lite github-hrnr-m-explore
multirobot_map_merge github-hrnr-m-explore
map_merge_3d github-hrnr-map-merge
ethercat_manager github-tork-a-minas
minas_control github-tork-a-minas
tra1_bringup github-tork-a-minas
tra1_description github-tork-a-minas
tra1_moveit_config github-tork-a-minas
mir_description github-DFKI-NI-mir_robot
mir_driver github-DFKI-NI-mir_robot
mir_gazebo github-DFKI-NI-mir_robot
mir_navigation github-DFKI-NI-mir_robot
mocap_nokov github-NOKOV-MOCAP-mocap_nokov
mocap_optitrack github-ros-drivers-mocap_optitrack
moose_control github-moose-cpr-moose
moose_description github-moose-cpr-moose
moose_viz github-moose-cpr-moose_desktop
moose_gazebo github-moose-cpr-moose_simulator
mrpt_ekf_slam_2d github-mrpt-ros-pkg-mrpt_slam
mrpt_ekf_slam_3d github-mrpt-ros-pkg-mrpt_slam
mrpt_icp_slam_2d github-mrpt-ros-pkg-mrpt_slam
mrpt_rbpf_slam github-mrpt-ros-pkg-mrpt_slam
default_cfg_fkie github-fkie-multimaster_fkie
node_manager_fkie github-fkie-multimaster_fkie
nmea_comms github-ros-drivers-nmea_comms
novatel_span_driver github-ros-drivers-novatel_span_driver
omron_os32c_driver github-ros-drivers-omron
omronsentech_camera github-ose-support-ros-omronsentech_camera
open_manipulator_with_tb3_tools github-ROBOTIS-GIT-open_manipulator_with_tb3
osm_cartography github-ros-geographic-info-open_street_map
route_network github-ros-geographic-info-open_street_map
opencv_apps github-ros-perception-opencv_apps
openni2_launch github-ros-drivers-openni2_camera
openni_launch github-ros-drivers-openni_camera
openzen_sensor bitbucket-lpresearch-openzenros
oxford_gps_eth bitbucket-DataspeedInc-oxford_gps_eth
face_detector github-wg-perception-people
leg_detector github-wg-perception-people
people_tracking_filter github-wg-perception-people
people_velocity_tracker github-wg-perception-people
phidgets_imu github-ros-drivers-phidgets_drivers
prbt_gazebo github-PilzDE-pilz_robots
prbt_moveit_config github-PilzDE-pilz_robots
prbt_support github-PilzDE-pilz_robots
pointgrey_camera_driver github-ros-drivers-pointgrey_camera_driver
pr2_app_manager github-pr2-pr2_apps
pr2_mannequin_mode github-pr2-pr2_apps
pr2_position_scripts github-pr2-pr2_apps
pr2_teleop github-pr2-pr2_apps
pr2_teleop_general github-pr2-pr2_apps
pr2_tuckarm github-pr2-pr2_apps
pr2_controller_manager github-pr2-pr2_mechanism
pr2_bringup github-pr2-pr2_robot
pr2_controller_configuration github-pr2-pr2_robot
psen_scan github-PilzDE-psen_scan
psen_scan_v2 github-PilzDE-psen_scan_v2
radial_menu_example github-yoshito-n-students-radial_menu_ros
raptor_dbw_can github-NewEagleRaptor-raptor-dbw-ros
raptor_dbw_joystick_demo github-NewEagleRaptor-raptor-dbw-ros
raptor_dbw_joystick_speed_demo github-NewEagleRaptor-raptor-dbw-ros
rc_visard_description github-roboception-rc_visard_ros
ridgeback_control github-ridgeback-ridgeback
ridgeback_description github-ridgeback-ridgeback
ridgeback_navigation github-ridgeback-ridgeback
ridgeback_cartographer_navigation github-ridgeback-ridgeback_cartographer_navigation
ridgeback_viz github-ridgeback-ridgeback_desktop
ridgeback_gazebo github-ridgeback-ridgeback_simulator
rslidar_driver github-CPFL-robosense
rslidar_pointcloud github-CPFL-robosense
robot_nav_viz_demos github-locusrobotics-robot_navigation
robot_upstart github-clearpathrobotics-robot_upstart
rocon_launch github-robotics-in-concert-rocon_tools
ros_comm github-ros-ros_comm
test_roslaunch github-ros-ros_comm
rostest github-ros-ros_comm
roswtf github-ros-ros_comm
rospilot github-rospilot-rospilot
rqt_joint_trajectory_plot github-tork-a-rqt_joint_trajectory_plot
rqt_launch github-ros-visualization-rqt_launch
rqt_launchtree github-pschillinger-rqt_launchtree
seed_r7_samples github-seed-solutions-seed_r7_ros_pkg
sensehat_ros github-allxone-sensehat_ros
sick_ldmrs_description github-SICKAG-sick_ldmrs_laser
sick_ldmrs_driver github-SICKAG-sick_ldmrs_laser
sick_ldmrs_tools github-SICKAG-sick_ldmrs_laser
sick_tim github-uos-sick_tim
staubli_rx160_support github-ros-industrial-staubli
staubli_tx2_60_support github-ros-industrial-staubli_experimental
staubli_tx2_90_support github-ros-industrial-staubli_experimental
staubli_tx60_support github-ros-industrial-staubli_experimental
staubli_tx90_support github-ros-industrial-staubli_experimental
staubli_val3_driver github-ros-industrial-staubli_val3_driver
teleop_twist_joy github-ros-teleop-teleop_twist_joy
timed_roslaunch github-MoriKen254-timed_roslaunch
turtlebot3_autorace_core github-ROBOTIS-GIT-turtlebot3_autorace
ublox_msg_filters github-KumarRobotics-ublox
ur10_moveit_config github-ros-industrial-universal_robot
ur10e_moveit_config github-ros-industrial-universal_robot
ur16e_moveit_config github-ros-industrial-universal_robot
ur3_moveit_config github-ros-industrial-universal_robot
ur3e_moveit_config github-ros-industrial-universal_robot
ur5_moveit_config github-ros-industrial-universal_robot
ur5e_moveit_config github-ros-industrial-universal_robot
ur_description github-ros-industrial-universal_robot
ur_gazebo github-ros-industrial-universal_robot
urdf_tutorial github-ros-urdf_tutorial
urg_node github-ros-drivers-urg_node
velodyne_driver github-ros-drivers-velodyne
velodyne_laserscan github-ros-drivers-velodyne
velodyne_pointcloud github-ros-drivers-velodyne
rwt_app_chooser github-tork-a-visualization_rwt
rwt_image_view github-tork-a-visualization_rwt
rwt_nav github-tork-a-visualization_rwt
rwt_plot github-tork-a-visualization_rwt
rwt_robot_monitor github-tork-a-visualization_rwt
rwt_speech_recognition github-tork-a-visualization_rwt
rwt_steer github-tork-a-visualization_rwt
volta_simulation github-botsync-volta_simulation
vrpn_client_ros github-ros-drivers-vrpn_client_ros
warthog_control github-warthog-cpr-warthog
warthog_description github-warthog-cpr-warthog
warthog_viz github-warthog-cpr-warthog_desktop
warthog_gazebo github-warthog-cpr-warthog_simulator
xacro github-ros-xacro

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged roslaunch at Robotics Stack Exchange