forked from carla-simulator/ros-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
32 lines (30 loc) · 1.07 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
site_name: CARLA Simulator
repo_url: https://github.com/carla-simulator/ros-bridge
docs_dir: docs
edit_uri: 'edit/master/docs/'
theme: readthedocs
extra_css: [extra.css]
nav:
- Home: 'index.md'
- Getting started:
- Install ROS Bridge for ROS 1: 'ros_installation_ros1.md'
- Install ROS Bridge for ROS 2: 'ros_installation_ros2.md'
- The ROS bridge package: 'run_ros.md'
- ROS Compatiblity Node: 'ros_compatibility.md'
- ROS Bridge Packages:
- CARLA Spawn Objects: 'carla_spawn_objects.md'
- CARLA Manual Control: 'carla_manual_control.md'
- CARLA Ackermann Control: 'carla_ackermann_control.md'
- CARLA Waypoint Publisher: 'carla_waypoint.md'
- CARLA AD Agent: 'carla_ad_agent.md'
- CARLA AD Demo: 'carla_ad_demo.md'
- CARLA ROS Scenario Runner: 'carla_ros_scenario_runner.md'
- CARLA Twist to Control: 'carla_twist_to_control.md'
- RVIZ Plugin: 'rviz_plugin.md'
- RQT Plugin: 'rqt_plugin.md'
- PCL Recorder: 'pcl_recorder.md'
- References:
- CARLA sensor reference: 'ros_sensors.md'
- CARLA messages reference: 'ros_msgs.md'
markdown_extensions:
- admonition