Skip to content

Commit 2e1a55d

Browse files
authored
Merge pull request #48 from ISC-Project-Phoenix/main
bring DEV up to date
2 parents b32395e + 5cb9244 commit 2e1a55d

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ If using Webots, you must install webots separately.
3131

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

34+
*Note:* If you want to run Phoenix via your PC then connect via ssh using following commamnd
35+
36+
`ssh -X isc@isc-onboard-1.local`
37+
3438
## Launching
3539

3640
### Sim

phoenix.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repositories:
3838
depthai-ros:
3939
type: git
4040
url: git@github.com:luxonis/depthai-ros.git
41-
version: humble
41+
version: 82ce67c
4242
polynomial_planner:
4343
type: git
4444
url: git@github.com:ISC-Project-Phoenix/Polynomial_planner.git

phoenix_gazebo/launch/sim.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def generate_launch_description():
116116

117117
DeclareLaunchArgument(
118118
'use_ai',
119-
default_value='true',
119+
default_value='false',
120120
description='Uses the AI stack if true'),
121121

122122
# Nodes

phoenix_robot/launch/common.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def generate_launch_description():
127127
poly_plan = IncludeLaunchDescription(
128128
PythonLaunchDescriptionSource([
129129
os.path.join(pkg_phoenix_gazebo, 'launch'),
130-
'/include/polynomial_planner/polynomial_planner.launch.py'
130+
'/include/polynomial_planner/polynomial_planner_ai.launch.py'
131131
]),
132132
launch_arguments={
133133
'use_sim_time': use_sim_time,

0 commit comments

Comments
 (0)