๐Ÿ“ฆ 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 fix 1b58625 15 hours ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .devcontainer
๐Ÿ“ .github
๐Ÿ“ .vscode
๐Ÿ“ maps
๐Ÿ“ rustoracerpy
๐Ÿ“ scripts
๐Ÿ“ src
๐Ÿ“ tests
๐Ÿ“„ .DS_Store
๐Ÿ“„ .gitignore
๐Ÿ“„ .python-version
๐Ÿ“„ Cargo.lock
๐Ÿ“„ Cargo.toml
๐Ÿ“„ pyproject.toml
๐Ÿ“„ README.md
๐Ÿ“„ typos.toml
๐Ÿ“„ uv.lock
๐Ÿ“„ README.md

Install instructions

learnrl.py

uv run --with torch --with tensordict --with tqdm --with tyro --with wandb[media] scripts/learnrl.py

autodrive learnrl

uv run --python 3.10 scripts/learnrl_autodrive.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