Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ If using Webots, you must install webots separately.

The repo should now be built, and launch-able in sim or on the kart.

*Note:* If you want to run Phoenix via your PC then connect via ssh using following commamnd

`ssh -X isc@isc-onboard-1.local`

## Launching

### Sim
Expand Down
2 changes: 1 addition & 1 deletion phoenix.repos
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repositories:
depthai-ros:
type: git
url: git@github.com:luxonis/depthai-ros.git
version: humble
version: 82ce67c
polynomial_planner:
type: git
url: git@github.com:ISC-Project-Phoenix/Polynomial_planner.git
Expand Down
2 changes: 1 addition & 1 deletion phoenix_gazebo/launch/sim.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def generate_launch_description():

DeclareLaunchArgument(
'use_ai',
default_value='true',
default_value='false',
description='Uses the AI stack if true'),

# Nodes
Expand Down
2 changes: 1 addition & 1 deletion phoenix_robot/launch/common.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def generate_launch_description():
poly_plan = IncludeLaunchDescription(
PythonLaunchDescriptionSource([
os.path.join(pkg_phoenix_gazebo, 'launch'),
'/include/polynomial_planner/polynomial_planner.launch.py'
'/include/polynomial_planner/polynomial_planner_ai.launch.py'
]),
launch_arguments={
'use_sim_time': use_sim_time,
Expand Down
Loading