Skip to content

Commit

Permalink
Set demobot as default
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismbirmingham committed Dec 30, 2023
1 parent 11d5ca0 commit a174d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulator/definitions/scenes/jbcBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ROBOT_ORIGIN: ReferenceFramewUnits = {
const ROBOT: Node.Robot = {
type: 'robot',
name: tr('Robot'),
robotId: 'createbot',
robotId: 'demobot',
state: AbstractRobot.Stateless.NIL,
visible: true,
startingOrigin: ROBOT_ORIGIN,
Expand Down

0 comments on commit a174d01

Please sign in to comment.