Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

coincar-sim/simulation_utils_ros_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simulation_utils_ros_tool

Small nodes providing basic functionality for the simulation framework.

Consists of

static_utm_tf_publisher

  • launched via launch/static_utm_tf_publisher.launch
  • publishes a static tf, based on a UTM transformation
    • e.g. from utm_base (UTM Coordinate System) to map_center (local UTM Coordinate System, with origin (0,0) in the point (map_center_lat, map_center_lon) of utm_base)

static_nav_sat_fix_publisher

  • launched via launch/static_nav_sat_fix_publisher.launch
  • publishes a static nav sat fix
    • used e.g. for rviz satellite
    • provides the information that map_center (defined with the tf publisher above) has (lat,lon)-coordinates (map_center_lat, map_center_lon)

nav_sat_fix_launchfile_publisher

  • launched via launch/nav_sat_fix_launchfile_publisher.launch
  • publishes a static nav sat fix
  • similar to static_nav_sat_fix_publisher but launchfile-only, using rostopic pub

pose_stamped_launchfile_publisher

  • launched via launch/pose_stamped_launchfile_publisher.launch
  • publishes a pose with stamp=0 (= ros::Time::now)

Installation

  • this package is part of the simulation framework
  • see simulation_management_ros_tool for installation and more details

Usage

  • use these nodes in your framework setup as in simulation_initialization_ros_tool

License

Contact the maintainer.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published