๐Ÿ“ฆ AlistairKeiller / rustoracer

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/AlistairKeiller/rustoracer.git
HTTPS git clone https://github.com/AlistairKeiller/rustoracer.git
SSH git clone git@github.com:AlistairKeiller/rustoracer.git
CLI gh repo clone AlistairKeiller/rustoracer
Alistair Keiller Alistair Keiller test ppo.py 471c3da 9 days ago ๐Ÿ“ History
๐Ÿ“‚ 471c3dab06305141a938f4f04c8752d12ed0c91d View all commits โ†’
๐Ÿ“ .devcontainer
๐Ÿ“ .github
๐Ÿ“ .vscode
๐Ÿ“ disparity_extender
๐Ÿ“ maps
๐Ÿ“ rustoracerpy
๐Ÿ“ src
๐Ÿ“ tests
๐Ÿ“ wall_follow
๐Ÿ“„ .gitignore
๐Ÿ“„ .python-version
๐Ÿ“„ bench_profile.py
๐Ÿ“„ Cargo.lock
๐Ÿ“„ Cargo.toml
๐Ÿ“„ ppo.py
๐Ÿ“„ pure_pursuit.py
๐Ÿ“„ pyproject.toml
๐Ÿ“„ README.md
๐Ÿ“„ typos.toml
๐Ÿ“„ uv.lock
๐Ÿ“„ README.md

Install instructions

RL

uv run --with stable-baselines3 --with wandb --with tensorboard --with gymnasium[other] ppo.py

Devcontainer

Rebuild and reopen in container

Starting up scripts

cargo run --release --features ros
ros2 launch foxglove_bridge foxglove_bridge_launch.xml
ros2 launch slam_toolbox online_async_launch.py slam_params_file:=autodrive_online_async.yaml
cd wall_follow && colcon build && cd ..
source wall_follow/install/setup.bash
ros2 launch wall_follow wall_follow.launch.py
cd disparity_extender && colcon build && cd ..
source disparity_extender/install/setup.bash
ros2 launch disparity_extender disparity_extender.launch.py