Skip to content

Commit 4ac4ca0

Browse files
authored
Create README.md
1 parent cb70266 commit 4ac4ca0

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

README.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Leo Drive VW Golf Scripts
2+
3+
## Joystick Scripts
4+
5+
> This scripts are for running joystick nodes.
6+
7+
- joy_node.sh: for running joy_node package. The joy_node package makes sense of messages from Joystick.
8+
9+
- G29_node.sh: for running G29_node package. It sends the data from the joy_node to the socketcan packet. In this package, ROS messages are converted to CAN messages.
10+
11+
- can_bridge.sh: for running socketcan package. Socketcan sends the messages it receives to ECOTRON.
12+
13+
- joy_start.sh: for running all of the above
14+
15+
## Start Scripts
16+
17+
> This scripts run the necessary nodes for the vehicle to drive autonomously.
18+
19+
- aw_launch.sh: for running the Autoware
20+
21+
- localization_error_plugin.sh: for running the localization error plugin
22+
23+
- ntrip_client.sh: for running the ntrip client server
24+
25+
- pointcloud_container.sh: for running the pointcloud container
26+
27+
- vcu_driver.sh: for running the vehicle interface driver
28+
29+
30+
31+
## Aliases
32+
33+
> This aliases for running shell files above.
34+
35+
- alias plug: for running the localization_error_plugin.sh file
36+
37+
- alias joy: for running the G29_node.sh, can_bridge.sh, joy_node.sh, joy_start.sh files
38+
39+
- alias aw: for running the aw_launch.sh
40+
41+
- alias vcu: for running the vcu_driver.sh
42+
43+
- alias cont: for running pointcloud_container.sh
44+
45+
- alias rtk: for running ntrip_client.sh
46+
47+
- alias start: for running all of the above

0 commit comments

Comments
 (0)