carla_waypoint_publisher

所属分类:自动驾驶
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2019-04-25 07:25:52
上 传 者sh-1993
说明:  卡拉航路点发布器,,
(carla_waypoint_publisher,,)

文件列表:
CMakeLists.txt (445, 2019-04-25)
launch/ (0, 2019-04-25)
launch/carla_waypoint_publisher.launch (335, 2019-04-25)
package.xml (473, 2019-04-25)
setup.py (235, 2019-04-25)
src/ (0, 2019-04-25)
src/carla_waypoint_publisher/ (0, 2019-04-25)
src/carla_waypoint_publisher/__init__.py (0, 2019-04-25)
src/carla_waypoint_publisher/carla_waypoint_publisher.py (6507, 2019-04-25)

# Carla Waypoint Publisher Carla supports waypoint calculations. The node `carla_waypoint_publisher` makes this feature available in the ROS context. It uses the current pose of the ego vehicle with role-name "ego_vehicle" as starting point. If the vehicle is respawned, the route is newly calculated. ## Startup As the waypoint publisher requires some Carla PythonAPI functionality that is not part of the python egg-file, you have to extend your PYTHONPATH. export PYTHONPATH=$PYTHONPATH:/PythonAPI/carla-.egg:/PythonAPI/ To run it: roslaunch carla_waypoint_publisher carla_ros_waypoint_publisher.launch ## Set a goal The goal is either read from the ROS topic /move_base_simple/goal, if available, or a fixed spawnpoint is used. The prefered way of setting a goal is to click '2D Nav Goal' in RVIZ. ![set goal](https://github.com/hakuturu583/carla_waypoint_publisher/blob/master/../docs/images/rviz_set_start_goal.png) ## Published waypoints The calculated route is published: |Topic | Type | |--------------|------| | `/carla/ego_vehicle/waypoints` | [nav_msgs.Path](https://github.com/hakuturu583/carla_waypoint_publisher/blob/master/http://docs.ros.org/api/nav_msgs/html/msg/Path.html) |

近期下载者

相关文件


收藏者